HSL(128, 65%, 23%)

Green — Green color

Adjust Color

Color Information

Color Name

Green

Color Family

Green

Warm / Cool

🔵 Cool

Temperature

5000K

CSS Class

bg-[hsl(128,65%,23%)]

Color Conversions

Format Value CSS Usage
HSL hsl(128, 65%, 23%) color: hsl(128, 65%, 23%)
HEX #15611F color: #15611F
RGB rgb(21, 97, 31) color: rgb(21, 97, 31)
CMYK cmyk(78%, 0%, 68%, 62%)
HSV hsv(128, 78%, 38%)
HWB hwb(128 8% 62%) color: hwb(128 8% 62%)
OKLCH oklch(0.4326 0.123 144.89) color: oklch(0.4326 0.123 144.89)
Lab lab(35.61 -37.25 30.36) color: lab(35.61 -37.25 30.36)
LCH lch(35.61 48.06 140.82) color: lch(35.61 48.06 140.82)

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.6:1
vs Black 2.76: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)

#36372F — rgb(54, 55, 47)

Deuteranopia (Green-blind)

#322C33 — rgb(50, 44, 51)

Tritanopia (Blue-blind)

#193C3E — rgb(25, 60, 62)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(128, 65%, 23%);

text

color: hsl(128, 65%, 23%);

border

border: 2px solid hsl(128, 65%, 23%);

gradient light

background: linear-gradient(to right, hsl(128, 65%, 43%), hsl(128, 65%, 23%));

gradient dark

background: linear-gradient(to right, hsl(128, 65%, 23%), hsl(128, 65%, 3%))

hex

background-color: #15611F;

tailwind

bg-[hsl(128,65%,23%)]

box shadow

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

css variable

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

HEX: #15611F | RGB: rgb(21, 97, 31) | CMYK: 78%, 0%, 68%, 62% | HSV: 128°, 78%, 38%. Copy any format from the conversion table above.

What colors go well with #15611F?

The complementary color is HSL(308, 65%, 23%). For a triadic harmony, use hues 128°, 248°, and 8°. For analogous combinations, try hues 98° and 158°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(128, 65%, 23%) in CSS?

As HSL: color: hsl(128, 65%, 23%); — As HEX: color: #15611F; — As RGB: color: rgb(21, 97, 31); — Tailwind CSS: bg-[hsl(128,65%,23%)] — CSS variable: --color-primary: hsl(128, 65%, 23%);