HSL(144, 50%, 15%)

Green — Green color

Adjust Color

Color Information

Color Name

Green

Color Family

Green

Warm / Cool

🔵 Cool

Temperature

5000K

CSS Class

bg-[hsl(144,50%,15%)]

Color Conversions

Format Value CSS Usage
HSL hsl(144, 50%, 15%) color: hsl(144, 50%, 15%)
HEX #133922 color: #133922
RGB rgb(19, 57, 34) color: rgb(19, 57, 34)
CMYK cmyk(67%, 0%, 40%, 78%)
HSV hsv(144, 67%, 22%)
HWB hwb(144 7% 78%) color: hwb(144 7% 78%)
OKLCH oklch(0.3099 0.0601 154.16) color: oklch(0.3099 0.0601 154.16)
Lab lab(20.75 -19.91 10.41) color: lab(20.75 -19.91 10.41)
LCH lch(20.75 22.47 152.4) color: lch(20.75 22.47 152.4)

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 12.84:1
vs Black 1.64: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)

#232428 — rgb(35, 36, 40)

Deuteranopia (Green-blind)

#211E29 — rgb(33, 30, 41)

Tritanopia (Blue-blind)

#152C2D — rgb(21, 44, 45)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(144, 50%, 15%);

text

color: hsl(144, 50%, 15%);

border

border: 2px solid hsl(144, 50%, 15%);

gradient light

background: linear-gradient(to right, hsl(144, 50%, 35%), hsl(144, 50%, 15%));

gradient dark

background: linear-gradient(to right, hsl(144, 50%, 15%), hsl(144, 50%, 0%))

hex

background-color: #133922;

tailwind

bg-[hsl(144,50%,15%)]

box shadow

box-shadow: 0 4px 6px -1px hsl(144, 50%, 15%, 0.4);

css variable

--color-primary: hsl(144, 50%, 15%);

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(144, 50%, 15%)?

HEX: #133922 | RGB: rgb(19, 57, 34) | CMYK: 67%, 0%, 40%, 78% | HSV: 144°, 67%, 22%. Copy any format from the conversion table above.

What colors go well with #133922?

The complementary color is HSL(324, 50%, 15%). For a triadic harmony, use hues 144°, 264°, and 24°. For analogous combinations, try hues 114° and 174°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(144, 50%, 15%) in CSS?

As HSL: color: hsl(144, 50%, 15%); — As HEX: color: #133922; — As RGB: color: rgb(19, 57, 34); — Tailwind CSS: bg-[hsl(144,50%,15%)] — CSS variable: --color-primary: hsl(144, 50%, 15%);