HSL(72, 20%, 29%)

Green — Green color

Adjust Color

Color Information

Color Name

Green

Color Family

Green

Warm / Cool

🔵 Cool

Temperature

3500K

CSS Class

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

Color Conversions

Format Value CSS Usage
HSL hsl(72, 20%, 29%) color: hsl(72, 20%, 29%)
HEX #53593B color: #53593B
RGB rgb(83, 89, 59) color: rgb(83, 89, 59)
CMYK cmyk(7%, 0%, 34%, 65%)
HSV hsv(72, 34%, 35%)
HWB hwb(72 23% 65%) color: hwb(72 23% 65%)
OKLCH oklch(0.4502 0.0467 117.52) color: oklch(0.4502 0.0467 117.52)
Lab lab(36.55 -8.06 16.62) color: lab(36.55 -8.06 16.62)
LCH lch(36.55 18.47 115.87) color: lch(36.55 18.47 115.87)

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.34:1
vs Black 2.86: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)

#565642 — rgb(86, 86, 66)

Deuteranopia (Green-blind)

#555544 — rgb(85, 85, 68)

Tritanopia (Blue-blind)

#534849 — rgb(83, 72, 73)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

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

text

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

border

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

gradient light

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

gradient dark

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

hex

background-color: #53593B;

tailwind

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

box shadow

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

css variable

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

HEX: #53593B | RGB: rgb(83, 89, 59) | CMYK: 7%, 0%, 34%, 65% | HSV: 72°, 34%, 35%. Copy any format from the conversion table above.

What colors go well with #53593B?

The complementary color is HSL(252, 20%, 29%). For a triadic harmony, use hues 72°, 192°, and 312°. For analogous combinations, try hues 42° and 102°. See the Color Harmony section above for complete palettes with previews.

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

As HSL: color: hsl(72, 20%, 29%); — As HEX: color: #53593B; — As RGB: color: rgb(83, 89, 59); — Tailwind CSS: bg-[hsl(72,20%,29%)] — CSS variable: --color-primary: hsl(72, 20%, 29%);