HSL(72, 17%, 29%)

Green — Green color

Adjust Color

Color Information

Color Name

Green

Color Family

Green

Warm / Cool

🔵 Cool

Temperature

N/A

CSS Class

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

Color Conversions

Format Value CSS Usage
HSL hsl(72, 17%, 29%) color: hsl(72, 17%, 29%)
HEX #51573D color: #51573D
RGB rgb(81, 87, 61) color: rgb(81, 87, 61)
CMYK cmyk(7%, 0%, 30%, 66%)
HSV hsv(74, 30%, 34%)
HWB hwb(74 24% 66%) color: hwb(74 24% 66%)
OKLCH oklch(0.4439 0.0412 118.67) color: oklch(0.4439 0.0412 118.67)
Lab lab(35.8 -7.44 14.36) color: lab(35.8 -7.44 14.36)
LCH lch(35.8 16.17 117.39) color: lch(35.8 16.17 117.39)

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.55:1
vs Black 2.78: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)

#545443 — rgb(84, 84, 67)

Deuteranopia (Green-blind)

#535345 — rgb(83, 83, 69)

Tritanopia (Blue-blind)

#514849 — rgb(81, 72, 73)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

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

text

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

border

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

gradient light

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

gradient dark

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

hex

background-color: #51573D;

tailwind

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

box shadow

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

css variable

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

HEX: #51573D | RGB: rgb(81, 87, 61) | CMYK: 7%, 0%, 30%, 66% | HSV: 74°, 30%, 34%. Copy any format from the conversion table above.

What colors go well with #51573D?

The complementary color is HSL(252, 17%, 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, 17%, 29%) in CSS?

As HSL: color: hsl(72, 17%, 29%); — As HEX: color: #51573D; — As RGB: color: rgb(81, 87, 61); — Tailwind CSS: bg-[hsl(72,17%,29%)] — CSS variable: --color-primary: hsl(72, 17%, 29%);