HSL(128, 73%, 22%)

Green — Green color

Adjust Color

Color Information

Color Name

Green

Color Family

Green

Warm / Cool

🔵 Cool

Temperature

5000K

CSS Class

bg-[hsl(128,73%,22%)]

Color Conversions

Format Value CSS Usage
HSL hsl(128, 73%, 22%) color: hsl(128, 73%, 22%)
HEX #0F611A color: #0F611A
RGB rgb(15, 97, 26) color: rgb(15, 97, 26)
CMYK cmyk(85%, 0%, 73%, 62%)
HSV hsv(128, 85%, 38%)
HWB hwb(128 6% 62%) color: hwb(128 6% 62%)
OKLCH oklch(0.4308 0.1286 144.52) color: oklch(0.4308 0.1286 144.52)
Lab lab(35.45 -38.79 32.51) color: lab(35.45 -38.79 32.51)
LCH lch(35.45 50.61 140.03) color: lch(35.45 50.61 140.03)

Color Theory

Complementary

Triadic

Analogous

Tetradic (Square)

Split-Complementary

Accessibility (WCAG)

White text on color

Black text on color

Color on white bg

Colored text

Contrast Ratios

vs White 7.65:1
vs Black 2.75:1

AA Normal (4.5:1)

on White: PASS ✓ on Black: FAIL ✗

AA Large (3:1)

on White: PASS ✓ on Black: FAIL ✗

AAA Normal (7:1)

on White: PASS ✓

Best text on this color: white

Color Blindness Simulation

Protanopia (Red-blind)

#33332B — rgb(51, 51, 43)

Deuteranopia (Green-blind)

#2E282F — rgb(46, 40, 47)

Tritanopia (Blue-blind)

#13393C — rgb(19, 57, 60)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(128, 73%, 22%);

text

color: hsl(128, 73%, 22%);

border

border: 2px solid hsl(128, 73%, 22%);

gradient light

background: linear-gradient(to right, hsl(128, 73%, 42%), hsl(128, 73%, 22%));

gradient dark

background: linear-gradient(to right, hsl(128, 73%, 22%), hsl(128, 73%, 2%))

hex

background-color: #0F611A;

tailwind

bg-[hsl(128,73%,22%)]

box shadow

box-shadow: 0 4px 6px -1px hsl(128, 73%, 22%, 0.4);

css variable

--color-primary: hsl(128, 73%, 22%);

Related Colors

Use Cases for Green

Success states Eco/nature brands Finance apps Health apps Confirm buttons

Frequently Asked Questions

What are all the color codes for HSL(128, 73%, 22%)?

HEX: #0F611A | RGB: rgb(15, 97, 26) | CMYK: 85%, 0%, 73%, 62% | HSV: 128°, 85%, 38%. Copy any format from the conversion table above.

What colors go well with #0F611A?

The complementary color is HSL(308, 73%, 22%). For a triadic harmony, use hues 128°, 248°, and 8°. For analogous combinations, try hues 98° and 158°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(128, 73%, 22%) in CSS?

As HSL: color: hsl(128, 73%, 22%); — As HEX: color: #0F611A; — As RGB: color: rgb(15, 97, 26); — Tailwind CSS: bg-[hsl(128,73%,22%)] — CSS variable: --color-primary: hsl(128, 73%, 22%);