HSL(139, 72%, 32%)

Green — Green color

Adjust Color

Color Information

Color Name

Green

Color Family

Green

Warm / Cool

🔵 Cool

Temperature

5000K

CSS Class

bg-[hsl(139,72%,32%)]

Color Conversions

Format Value CSS Usage
HSL hsl(139, 72%, 32%) color: hsl(139, 72%, 32%)
HEX #178C3C color: #178C3C
RGB rgb(23, 140, 60) color: rgb(23, 140, 60)
CMYK cmyk(84%, 0%, 57%, 45%)
HSV hsv(139, 84%, 55%)
HWB hwb(139 9% 45%) color: hwb(139 9% 45%)
OKLCH oklch(0.5614 0.1532 148.24) color: oklch(0.5614 0.1532 148.24)
Lab lab(50.99 -48.5 33.75) color: lab(50.99 -48.5 33.75)
LCH lch(50.99 59.09 145.17) color: lch(50.99 59.09 145.17)

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 4.33:1
vs Black 4.85:1

AA Normal (4.5:1)

on White: FAIL ✗ on Black: PASS ✓

AA Large (3:1)

on White: PASS ✓ on Black: PASS ✓

AAA Normal (7:1)

on White: FAIL ✗

Best text on this color: black

Color Blindness Simulation

Protanopia (Red-blind)

#4A4B4F — rgb(74, 75, 79)

Deuteranopia (Green-blind)

#433A54 — rgb(67, 58, 84)

Tritanopia (Blue-blind)

#1D5F62 — rgb(29, 95, 98)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(139, 72%, 32%);

text

color: hsl(139, 72%, 32%);

border

border: 2px solid hsl(139, 72%, 32%);

gradient light

background: linear-gradient(to right, hsl(139, 72%, 52%), hsl(139, 72%, 32%));

gradient dark

background: linear-gradient(to right, hsl(139, 72%, 32%), hsl(139, 72%, 12%))

hex

background-color: #178C3C;

tailwind

bg-[hsl(139,72%,32%)]

box shadow

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

css variable

--color-primary: hsl(139, 72%, 32%);

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(139, 72%, 32%)?

HEX: #178C3C | RGB: rgb(23, 140, 60) | CMYK: 84%, 0%, 57%, 45% | HSV: 139°, 84%, 55%. Copy any format from the conversion table above.

What colors go well with #178C3C?

The complementary color is HSL(319, 72%, 32%). For a triadic harmony, use hues 139°, 259°, and 19°. For analogous combinations, try hues 109° and 169°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(139, 72%, 32%) in CSS?

As HSL: color: hsl(139, 72%, 32%); — As HEX: color: #178C3C; — As RGB: color: rgb(23, 140, 60); — Tailwind CSS: bg-[hsl(139,72%,32%)] — CSS variable: --color-primary: hsl(139, 72%, 32%);