HSL(132, 42%, 17%)

Green — Green color

Adjust Color

Color Information

Color Name

Green

Color Family

Green

Warm / Cool

🔵 Cool

Temperature

5000K

CSS Class

bg-[hsl(132,42%,17%)]

Color Conversions

Format Value CSS Usage
HSL hsl(132, 42%, 17%) color: hsl(132, 42%, 17%)
HEX #193E20 color: #193E20
RGB rgb(25, 62, 32) color: rgb(25, 62, 32)
CMYK cmyk(60%, 0%, 48%, 76%)
HSV hsv(131, 60%, 24%)
HWB hwb(131 10% 76%) color: hwb(131 10% 76%)
OKLCH oklch(0.3277 0.0675 147.95) color: oklch(0.3277 0.0675 147.95)
Lab lab(22.85 -21.08 14.51) color: lab(22.85 -21.08 14.51)
LCH lch(22.85 25.59 145.46) color: lch(22.85 25.59 145.46)

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 11.99:1
vs Black 1.75: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)

#292927 — rgb(41, 41, 39)

Deuteranopia (Green-blind)

#272429 — rgb(39, 36, 41)

Tritanopia (Blue-blind)

#1B2D2E — rgb(27, 45, 46)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(132, 42%, 17%);

text

color: hsl(132, 42%, 17%);

border

border: 2px solid hsl(132, 42%, 17%);

gradient light

background: linear-gradient(to right, hsl(132, 42%, 37%), hsl(132, 42%, 17%));

gradient dark

background: linear-gradient(to right, hsl(132, 42%, 17%), hsl(132, 42%, 0%))

hex

background-color: #193E20;

tailwind

bg-[hsl(132,42%,17%)]

box shadow

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

css variable

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

HEX: #193E20 | RGB: rgb(25, 62, 32) | CMYK: 60%, 0%, 48%, 76% | HSV: 131°, 60%, 24%. Copy any format from the conversion table above.

What colors go well with #193E20?

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

How do I use HSL(132, 42%, 17%) in CSS?

As HSL: color: hsl(132, 42%, 17%); — As HEX: color: #193E20; — As RGB: color: rgb(25, 62, 32); — Tailwind CSS: bg-[hsl(132,42%,17%)] — CSS variable: --color-primary: hsl(132, 42%, 17%);