HSL(127, 24%, 37%)

Green — Green color

Adjust Color

Color Information

Color Name

Green

Color Family

Green

Warm / Cool

🔵 Cool

Temperature

5000K

CSS Class

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

Color Conversions

Format Value CSS Usage
HSL hsl(127, 24%, 37%) color: hsl(127, 24%, 37%)
HEX #48754D color: #48754D
RGB rgb(72, 117, 77) color: rgb(72, 117, 77)
CMYK cmyk(38%, 0%, 34%, 54%)
HSV hsv(127, 38%, 46%)
HWB hwb(127 29% 54%) color: hwb(127 29% 54%)
OKLCH oklch(0.5184 0.0799 146.96) color: oklch(0.5184 0.0799 146.96)
Lab lab(45.13 -24.56 17.33) color: lab(45.13 -24.56 17.33)
LCH lch(45.13 30.06 144.79) color: lch(45.13 30.06 144.79)

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.35:1
vs Black 3.93: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)

#5B5C57 — rgb(91, 92, 87)

Deuteranopia (Green-blind)

#595659 — rgb(89, 86, 89)

Tritanopia (Blue-blind)

#4A5E60 — rgb(74, 94, 96)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

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

text

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

border

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

gradient light

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

gradient dark

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

hex

background-color: #48754D;

tailwind

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

box shadow

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

css variable

--color-primary: hsl(127, 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(127, 24%, 37%)?

HEX: #48754D | RGB: rgb(72, 117, 77) | CMYK: 38%, 0%, 34%, 54% | HSV: 127°, 38%, 46%. Copy any format from the conversion table above.

What colors go well with #48754D?

The complementary color is HSL(307, 24%, 37%). For a triadic harmony, use hues 127°, 247°, and 7°. For analogous combinations, try hues 97° and 157°. See the Color Harmony section above for complete palettes with previews.

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

As HSL: color: hsl(127, 24%, 37%); — As HEX: color: #48754D; — As RGB: color: rgb(72, 117, 77); — Tailwind CSS: bg-[hsl(127,24%,37%)] — CSS variable: --color-primary: hsl(127, 24%, 37%);