HSL(80, 85%, 20%)

Green — Green color

Adjust Color

Color Information

Color Name

Green

Color Family

Green

Warm / Cool

🔵 Cool

Temperature

3500K

CSS Class

bg-[hsl(80,85%,20%)]

Color Conversions

Format Value CSS Usage
HSL hsl(80, 85%, 20%) color: hsl(80, 85%, 20%)
HEX #415E08 color: #415E08
RGB rgb(65, 94, 8) color: rgb(65, 94, 8)
CMYK cmyk(31%, 0%, 91%, 63%)
HSV hsv(80, 91%, 37%)
HWB hwb(80 3% 63%) color: hwb(80 3% 63%)
OKLCH oklch(0.4426 0.1113 127.99) color: oklch(0.4426 0.1113 127.99)
Lab lab(36.27 -23.72 40.45) color: lab(36.27 -23.72 40.45)
LCH lch(36.27 46.89 120.39) color: lch(36.27 46.89 120.39)

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.42:1
vs Black 2.83: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)

#4E4E1D — rgb(78, 78, 29)

Deuteranopia (Green-blind)

#4C4A22 — rgb(76, 74, 34)

Tritanopia (Blue-blind)

#422D31 — rgb(66, 45, 49)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(80, 85%, 20%);

text

color: hsl(80, 85%, 20%);

border

border: 2px solid hsl(80, 85%, 20%);

gradient light

background: linear-gradient(to right, hsl(80, 85%, 40%), hsl(80, 85%, 20%));

gradient dark

background: linear-gradient(to right, hsl(80, 85%, 20%), hsl(80, 85%, 0%))

hex

background-color: #415E08;

tailwind

bg-[hsl(80,85%,20%)]

box shadow

box-shadow: 0 4px 6px -1px hsl(80, 85%, 20%, 0.4);

css variable

--color-primary: hsl(80, 85%, 20%);

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(80, 85%, 20%)?

HEX: #415E08 | RGB: rgb(65, 94, 8) | CMYK: 31%, 0%, 91%, 63% | HSV: 80°, 91%, 37%. Copy any format from the conversion table above.

What colors go well with #415E08?

The complementary color is HSL(260, 85%, 20%). For a triadic harmony, use hues 80°, 200°, and 320°. For analogous combinations, try hues 50° and 110°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(80, 85%, 20%) in CSS?

As HSL: color: hsl(80, 85%, 20%); — As HEX: color: #415E08; — As RGB: color: rgb(65, 94, 8); — Tailwind CSS: bg-[hsl(80,85%,20%)] — CSS variable: --color-primary: hsl(80, 85%, 20%);