HSL(95, 20%, 23%)

Green — Green color

Adjust Color

Color Information

Color Name

Green

Color Family

Green

Warm / Cool

🔵 Cool

Temperature

5000K

CSS Class

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

Color Conversions

Format Value CSS Usage
HSL hsl(95, 20%, 23%) color: hsl(95, 20%, 23%)
HEX #39462F color: #39462F
RGB rgb(57, 70, 47) color: rgb(57, 70, 47)
CMYK cmyk(19%, 0%, 33%, 73%)
HSV hsv(94, 33%, 27%)
HWB hwb(94 18% 73%) color: hwb(94 18% 73%)
OKLCH oklch(0.3756 0.0414 132.09) color: oklch(0.3756 0.0414 132.09)
Lab lab(27.99 -10.23 12.2) color: lab(27.99 -10.23 12.2)
LCH lch(27.99 15.92 129.98) color: lch(27.99 15.92 129.98)

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 10.04:1
vs Black 2.09: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)

#3F3F35 — rgb(63, 63, 53)

Deuteranopia (Green-blind)

#3E3D36 — rgb(62, 61, 54)

Tritanopia (Blue-blind)

#3A393A — rgb(58, 57, 58)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

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

text

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

border

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

gradient light

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

gradient dark

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

hex

background-color: #39462F;

tailwind

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

box shadow

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

css variable

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

HEX: #39462F | RGB: rgb(57, 70, 47) | CMYK: 19%, 0%, 33%, 73% | HSV: 94°, 33%, 27%. Copy any format from the conversion table above.

What colors go well with #39462F?

The complementary color is HSL(275, 20%, 23%). For a triadic harmony, use hues 95°, 215°, and 335°. For analogous combinations, try hues 65° and 125°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(95, 20%, 23%) in CSS?

As HSL: color: hsl(95, 20%, 23%); — As HEX: color: #39462F; — As RGB: color: rgb(57, 70, 47); — Tailwind CSS: bg-[hsl(95,20%,23%)] — CSS variable: --color-primary: hsl(95, 20%, 23%);