HSL(129, 29%, 38%)

Green — Green color

Adjust Color

Color Information

Color Name

Green

Color Family

Green

Warm / Cool

🔵 Cool

Temperature

5000K

CSS Class

bg-[hsl(129,29%,38%)]

Color Conversions

Format Value CSS Usage
HSL hsl(129, 29%, 38%) color: hsl(129, 29%, 38%)
HEX #457D4D color: #457D4D
RGB rgb(69, 125, 77) color: rgb(69, 125, 77)
CMYK cmyk(45%, 0%, 38%, 51%)
HSV hsv(129, 45%, 49%)
HWB hwb(129 27% 51%) color: hwb(129 27% 51%)
OKLCH oklch(0.5379 0.0952 147.39) color: oklch(0.5379 0.0952 147.39)
Lab lab(47.58 -29.47 20.57) color: lab(47.58 -29.47 20.57)
LCH lch(47.58 35.94 145.09) color: lch(47.58 35.94 145.09)

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.89:1
vs Black 4.29: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)

#5D5E59 — rgb(93, 94, 89)

Deuteranopia (Green-blind)

#5A565B — rgb(90, 86, 91)

Tritanopia (Blue-blind)

#486264 — rgb(72, 98, 100)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(129, 29%, 38%);

text

color: hsl(129, 29%, 38%);

border

border: 2px solid hsl(129, 29%, 38%);

gradient light

background: linear-gradient(to right, hsl(129, 29%, 58%), hsl(129, 29%, 38%));

gradient dark

background: linear-gradient(to right, hsl(129, 29%, 38%), hsl(129, 29%, 18%))

hex

background-color: #457D4D;

tailwind

bg-[hsl(129,29%,38%)]

box shadow

box-shadow: 0 4px 6px -1px hsl(129, 29%, 38%, 0.4);

css variable

--color-primary: hsl(129, 29%, 38%);

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(129, 29%, 38%)?

HEX: #457D4D | RGB: rgb(69, 125, 77) | CMYK: 45%, 0%, 38%, 51% | HSV: 129°, 45%, 49%. Copy any format from the conversion table above.

What colors go well with #457D4D?

The complementary color is HSL(309, 29%, 38%). For a triadic harmony, use hues 129°, 249°, and 9°. For analogous combinations, try hues 99° and 159°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(129, 29%, 38%) in CSS?

As HSL: color: hsl(129, 29%, 38%); — As HEX: color: #457D4D; — As RGB: color: rgb(69, 125, 77); — Tailwind CSS: bg-[hsl(129,29%,38%)] — CSS variable: --color-primary: hsl(129, 29%, 38%);