HSL(89, 55%, 17%)

Green — Green color

Adjust Color

Color Information

Color Name

Green

Color Family

Green

Warm / Cool

🔵 Cool

Temperature

3500K

CSS Class

bg-[hsl(89,55%,17%)]

Color Conversions

Format Value CSS Usage
HSL hsl(89, 55%, 17%) color: hsl(89, 55%, 17%)
HEX #2C4314 color: #2C4314
RGB rgb(44, 67, 20) color: rgb(44, 67, 20)
CMYK cmyk(34%, 0%, 70%, 74%)
HSV hsv(89, 70%, 26%)
HWB hwb(89 8% 74%) color: hwb(89 8% 74%)
OKLCH oklch(0.3521 0.0771 131.43) color: oklch(0.3521 0.0771 131.43)
Lab lab(25.56 -18.17 25) color: lab(25.56 -18.17 25)
LCH lch(25.56 30.91 126.01) color: lch(25.56 30.91 126.01)

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.94:1
vs Black 1.92: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)

#36361F — rgb(54, 54, 31)

Deuteranopia (Green-blind)

#353322 — rgb(53, 51, 34)

Tritanopia (Blue-blind)

#2D282A — rgb(45, 40, 42)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(89, 55%, 17%);

text

color: hsl(89, 55%, 17%);

border

border: 2px solid hsl(89, 55%, 17%);

gradient light

background: linear-gradient(to right, hsl(89, 55%, 37%), hsl(89, 55%, 17%));

gradient dark

background: linear-gradient(to right, hsl(89, 55%, 17%), hsl(89, 55%, 0%))

hex

background-color: #2C4314;

tailwind

bg-[hsl(89,55%,17%)]

box shadow

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

css variable

--color-primary: hsl(89, 55%, 17%);

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(89, 55%, 17%)?

HEX: #2C4314 | RGB: rgb(44, 67, 20) | CMYK: 34%, 0%, 70%, 74% | HSV: 89°, 70%, 26%. Copy any format from the conversion table above.

What colors go well with #2C4314?

The complementary color is HSL(269, 55%, 17%). For a triadic harmony, use hues 89°, 209°, and 329°. For analogous combinations, try hues 59° and 119°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(89, 55%, 17%) in CSS?

As HSL: color: hsl(89, 55%, 17%); — As HEX: color: #2C4314; — As RGB: color: rgb(44, 67, 20); — Tailwind CSS: bg-[hsl(89,55%,17%)] — CSS variable: --color-primary: hsl(89, 55%, 17%);