HSL(141, 71%, 19%)

Green — Green color

Adjust Color

Color Information

Color Name

Green

Color Family

Green

Warm / Cool

🔵 Cool

Temperature

5000K

CSS Class

bg-[hsl(141,71%,19%)]

Color Conversions

Format Value CSS Usage
HSL hsl(141, 71%, 19%) color: hsl(141, 71%, 19%)
HEX #0E5326 color: #0E5326
RGB rgb(14, 83, 38) color: rgb(14, 83, 38)
CMYK cmyk(83%, 0%, 54%, 67%)
HSV hsv(141, 83%, 33%)
HWB hwb(141 6% 67%) color: hwb(141 6% 67%)
OKLCH oklch(0.3897 0.0991 149.89) color: oklch(0.3897 0.0991 149.89)
Lab lab(30.45 -31.92 20.48) color: lab(30.45 -31.92 20.48)
LCH lch(30.45 37.93 147.32) color: lch(30.45 37.93 147.32)

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 9.19:1
vs Black 2.28: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)

#2C2C31 — rgb(44, 44, 49)

Deuteranopia (Green-blind)

#282334 — rgb(40, 35, 52)

Tritanopia (Blue-blind)

#11393B — rgb(17, 57, 59)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(141, 71%, 19%);

text

color: hsl(141, 71%, 19%);

border

border: 2px solid hsl(141, 71%, 19%);

gradient light

background: linear-gradient(to right, hsl(141, 71%, 39%), hsl(141, 71%, 19%));

gradient dark

background: linear-gradient(to right, hsl(141, 71%, 19%), hsl(141, 71%, 0%))

hex

background-color: #0E5326;

tailwind

bg-[hsl(141,71%,19%)]

box shadow

box-shadow: 0 4px 6px -1px hsl(141, 71%, 19%, 0.4);

css variable

--color-primary: hsl(141, 71%, 19%);

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(141, 71%, 19%)?

HEX: #0E5326 | RGB: rgb(14, 83, 38) | CMYK: 83%, 0%, 54%, 67% | HSV: 141°, 83%, 33%. Copy any format from the conversion table above.

What colors go well with #0E5326?

The complementary color is HSL(321, 71%, 19%). For a triadic harmony, use hues 141°, 261°, and 21°. For analogous combinations, try hues 111° and 171°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(141, 71%, 19%) in CSS?

As HSL: color: hsl(141, 71%, 19%); — As HEX: color: #0E5326; — As RGB: color: rgb(14, 83, 38); — Tailwind CSS: bg-[hsl(141,71%,19%)] — CSS variable: --color-primary: hsl(141, 71%, 19%);