HSL(69, 40%, 20%)

Green — Green color

Adjust Color

Color Information

Color Name

Green

Color Family

Green

Warm / Cool

🔵 Cool

Temperature

3500K

CSS Class

bg-[hsl(69,40%,20%)]

Color Conversions

Format Value CSS Usage
HSL hsl(69, 40%, 20%) color: hsl(69, 40%, 20%)
HEX #41471F color: #41471F
RGB rgb(65, 71, 31) color: rgb(65, 71, 31)
CMYK cmyk(8%, 0%, 56%, 72%)
HSV hsv(69, 56%, 28%)
HWB hwb(69 12% 72%) color: hwb(69 12% 72%)
OKLCH oklch(0.3822 0.0608 116.41) color: oklch(0.3822 0.0608 116.41)
Lab lab(28.72 -9.48 23) color: lab(28.72 -9.48 23)
LCH lch(28.72 24.88 112.4) color: lch(28.72 24.88 112.4)

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.79:1
vs Black 2.15: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)

#444429 — rgb(68, 68, 41)

Deuteranopia (Green-blind)

#43432B — rgb(67, 67, 43)

Tritanopia (Blue-blind)

#413032 — rgb(65, 48, 50)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(69, 40%, 20%);

text

color: hsl(69, 40%, 20%);

border

border: 2px solid hsl(69, 40%, 20%);

gradient light

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

gradient dark

background: linear-gradient(to right, hsl(69, 40%, 20%), hsl(69, 40%, 0%))

hex

background-color: #41471F;

tailwind

bg-[hsl(69,40%,20%)]

box shadow

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

css variable

--color-primary: hsl(69, 40%, 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(69, 40%, 20%)?

HEX: #41471F | RGB: rgb(65, 71, 31) | CMYK: 8%, 0%, 56%, 72% | HSV: 69°, 56%, 28%. Copy any format from the conversion table above.

What colors go well with #41471F?

The complementary color is HSL(249, 40%, 20%). For a triadic harmony, use hues 69°, 189°, and 309°. For analogous combinations, try hues 39° and 99°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(69, 40%, 20%) in CSS?

As HSL: color: hsl(69, 40%, 20%); — As HEX: color: #41471F; — As RGB: color: rgb(65, 71, 31); — Tailwind CSS: bg-[hsl(69,40%,20%)] — CSS variable: --color-primary: hsl(69, 40%, 20%);