HSL(80, 20%, 23%)

Green — Green color

Adjust Color

Color Information

Color Name

Green

Color Family

Green

Warm / Cool

🔵 Cool

Temperature

3500K

CSS Class

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

Color Conversions

Format Value CSS Usage
HSL hsl(80, 20%, 23%) color: hsl(80, 20%, 23%)
HEX #3F462F color: #3F462F
RGB rgb(63, 70, 47) color: rgb(63, 70, 47)
CMYK cmyk(10%, 0%, 33%, 73%)
HSV hsv(78, 33%, 27%)
HWB hwb(78 18% 73%) color: hwb(78 18% 73%)
OKLCH oklch(0.3809 0.0383 121.98) color: oklch(0.3809 0.0383 121.98)
Lab lab(28.49 -7.56 12.95) color: lab(28.49 -7.56 12.95)
LCH lch(28.49 15 120.28) color: lch(28.49 15 120.28)

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.87:1
vs Black 2.13: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)

#424235 — rgb(66, 66, 53)

Deuteranopia (Green-blind)

#424136 — rgb(66, 65, 54)

Tritanopia (Blue-blind)

#3F393A — rgb(63, 57, 58)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

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

text

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

border

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

gradient light

background: linear-gradient(to right, hsl(80, 20%, 43%), hsl(80, 20%, 23%));

gradient dark

background: linear-gradient(to right, hsl(80, 20%, 23%), hsl(80, 20%, 3%))

hex

background-color: #3F462F;

tailwind

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

box shadow

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

css variable

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

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, 20%, 23%)?

HEX: #3F462F | RGB: rgb(63, 70, 47) | CMYK: 10%, 0%, 33%, 73% | HSV: 78°, 33%, 27%. Copy any format from the conversion table above.

What colors go well with #3F462F?

The complementary color is HSL(260, 20%, 23%). 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, 20%, 23%) in CSS?

As HSL: color: hsl(80, 20%, 23%); — As HEX: color: #3F462F; — As RGB: color: rgb(63, 70, 47); — Tailwind CSS: bg-[hsl(80,20%,23%)] — CSS variable: --color-primary: hsl(80, 20%, 23%);