HSL(142, 24%, 37%)

Green — Green color

Adjust Color

Color Information

Color Name

Green

Color Family

Green

Warm / Cool

🔵 Cool

Temperature

5000K

CSS Class

bg-[hsl(142,24%,37%)]

Color Conversions

Format Value CSS Usage
HSL hsl(142, 24%, 37%) color: hsl(142, 24%, 37%)
HEX #487558 color: #487558
RGB rgb(72, 117, 88) color: rgb(72, 117, 88)
CMYK cmyk(38%, 0%, 25%, 54%)
HSV hsv(141, 38%, 46%)
HWB hwb(141 29% 54%) color: hwb(141 29% 54%)
OKLCH oklch(0.5211 0.0679 155.03) color: oklch(0.5211 0.0679 155.03)
Lab lab(45.36 -22.37 11.21) color: lab(45.36 -22.37 11.21)
LCH lch(45.36 25.02 153.38) color: lch(45.36 25.02 153.38)

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 5.3:1
vs Black 3.96:1

AA Normal (4.5:1)

on White: PASS ✓ on Black: FAIL ✗

AA Large (3:1)

on White: PASS ✓ on Black: PASS ✓

AAA Normal (7:1)

on White: FAIL ✗

Best text on this color: white

Color Blindness Simulation

Protanopia (Red-blind)

#5B5C5F — rgb(91, 92, 95)

Deuteranopia (Green-blind)

#595661 — rgb(89, 86, 97)

Tritanopia (Blue-blind)

#4A6566 — rgb(74, 101, 102)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(142, 24%, 37%);

text

color: hsl(142, 24%, 37%);

border

border: 2px solid hsl(142, 24%, 37%);

gradient light

background: linear-gradient(to right, hsl(142, 24%, 57%), hsl(142, 24%, 37%));

gradient dark

background: linear-gradient(to right, hsl(142, 24%, 37%), hsl(142, 24%, 17%))

hex

background-color: #487558;

tailwind

bg-[hsl(142,24%,37%)]

box shadow

box-shadow: 0 4px 6px -1px hsl(142, 24%, 37%, 0.4);

css variable

--color-primary: hsl(142, 24%, 37%);

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(142, 24%, 37%)?

HEX: #487558 | RGB: rgb(72, 117, 88) | CMYK: 38%, 0%, 25%, 54% | HSV: 141°, 38%, 46%. Copy any format from the conversion table above.

What colors go well with #487558?

The complementary color is HSL(322, 24%, 37%). For a triadic harmony, use hues 142°, 262°, and 22°. For analogous combinations, try hues 112° and 172°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(142, 24%, 37%) in CSS?

As HSL: color: hsl(142, 24%, 37%); — As HEX: color: #487558; — As RGB: color: rgb(72, 117, 88); — Tailwind CSS: bg-[hsl(142,24%,37%)] — CSS variable: --color-primary: hsl(142, 24%, 37%);