HSL(113, 20%, 29%)

Green — Green color

Adjust Color

Color Information

Color Name

Green

Color Family

Green

Warm / Cool

🔵 Cool

Temperature

5000K

CSS Class

bg-[hsl(113,20%,29%)]

Color Conversions

Format Value CSS Usage
HSL hsl(113, 20%, 29%) color: hsl(113, 20%, 29%)
HEX #3F593B color: #3F593B
RGB rgb(63, 89, 59) color: rgb(63, 89, 59)
CMYK cmyk(29%, 0%, 34%, 65%)
HSV hsv(112, 34%, 35%)
HWB hwb(112 23% 65%) color: hwb(112 23% 65%)
OKLCH oklch(0.4342 0.0575 141.23) color: oklch(0.4342 0.0575 141.23)
Lab lab(35.04 -16.45 14.32) color: lab(35.04 -16.45 14.32)
LCH lch(35.04 21.81 138.96) color: lch(35.04 21.81 138.96)

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.77:1
vs Black 2.7: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)

#4A4A42 — rgb(74, 74, 66)

Deuteranopia (Green-blind)

#494744 — rgb(73, 71, 68)

Tritanopia (Blue-blind)

#404849 — rgb(64, 72, 73)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(113, 20%, 29%);

text

color: hsl(113, 20%, 29%);

border

border: 2px solid hsl(113, 20%, 29%);

gradient light

background: linear-gradient(to right, hsl(113, 20%, 49%), hsl(113, 20%, 29%));

gradient dark

background: linear-gradient(to right, hsl(113, 20%, 29%), hsl(113, 20%, 9%))

hex

background-color: #3F593B;

tailwind

bg-[hsl(113,20%,29%)]

box shadow

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

css variable

--color-primary: hsl(113, 20%, 29%);

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(113, 20%, 29%)?

HEX: #3F593B | RGB: rgb(63, 89, 59) | CMYK: 29%, 0%, 34%, 65% | HSV: 112°, 34%, 35%. Copy any format from the conversion table above.

What colors go well with #3F593B?

The complementary color is HSL(293, 20%, 29%). For a triadic harmony, use hues 113°, 233°, and 353°. For analogous combinations, try hues 83° and 143°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(113, 20%, 29%) in CSS?

As HSL: color: hsl(113, 20%, 29%); — As HEX: color: #3F593B; — As RGB: color: rgb(63, 89, 59); — Tailwind CSS: bg-[hsl(113,20%,29%)] — CSS variable: --color-primary: hsl(113, 20%, 29%);