HSL(132, 43%, 47%)

Green — Green color

Adjust Color

Color Information

Color Name

Green

Color Family

Green

Warm / Cool

🔵 Cool

Temperature

5000K

CSS Class

bg-[hsl(132,43%,47%)]

Color Conversions

Format Value CSS Usage
HSL hsl(132, 43%, 47%) color: hsl(132, 43%, 47%)
HEX #44AB59 color: #44AB59
RGB rgb(68, 171, 89) color: rgb(68, 171, 89)
CMYK cmyk(60%, 0%, 48%, 33%)
HSV hsv(132, 60%, 67%)
HWB hwb(132 27% 33%) color: hwb(132 27% 33%)
OKLCH oklch(0.6612 0.1523 147.67) color: oklch(0.6612 0.1523 147.67)
Lab lab(62.57 -47.61 33.43) color: lab(62.57 -47.61 33.43)
LCH lch(62.57 58.17 144.92) color: lch(62.57 58.17 144.92)

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 2.91:1
vs Black 7.22:1

AA Normal (4.5:1)

on White: FAIL ✗ on Black: PASS ✓

AA Large (3:1)

on White: FAIL ✗ on Black: PASS ✓

AAA Normal (7:1)

on White: FAIL ✗

Best text on this color: black

Color Blindness Simulation

Protanopia (Red-blind)

#71726D — rgb(113, 114, 109)

Deuteranopia (Green-blind)

#6B6372 — rgb(107, 99, 114)

Tritanopia (Blue-blind)

#497D80 — rgb(73, 125, 128)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(132, 43%, 47%);

text

color: hsl(132, 43%, 47%);

border

border: 2px solid hsl(132, 43%, 47%);

gradient light

background: linear-gradient(to right, hsl(132, 43%, 67%), hsl(132, 43%, 47%));

gradient dark

background: linear-gradient(to right, hsl(132, 43%, 47%), hsl(132, 43%, 27%))

hex

background-color: #44AB59;

tailwind

bg-[hsl(132,43%,47%)]

box shadow

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

css variable

--color-primary: hsl(132, 43%, 47%);

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, 43%, 47%)?

HEX: #44AB59 | RGB: rgb(68, 171, 89) | CMYK: 60%, 0%, 48%, 33% | HSV: 132°, 60%, 67%. Copy any format from the conversion table above.

What colors go well with #44AB59?

The complementary color is HSL(312, 43%, 47%). 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, 43%, 47%) in CSS?

As HSL: color: hsl(132, 43%, 47%); — As HEX: color: #44AB59; — As RGB: color: rgb(68, 171, 89); — Tailwind CSS: bg-[hsl(132,43%,47%)] — CSS variable: --color-primary: hsl(132, 43%, 47%);