HSL(143, 31%, 39%)

Green — Green color

Adjust Color

Color Information

Color Name

Green

Color Family

Green

Warm / Cool

🔵 Cool

Temperature

5000K

CSS Class

bg-[hsl(143,31%,39%)]

Color Conversions

Format Value CSS Usage
HSL hsl(143, 31%, 39%) color: hsl(143, 31%, 39%)
HEX #45825C color: #45825C
RGB rgb(69, 130, 92) color: rgb(69, 130, 92)
CMYK cmyk(47%, 0%, 29%, 49%)
HSV hsv(143, 47%, 51%)
HWB hwb(143 27% 49%) color: hwb(143 27% 49%)
OKLCH oklch(0.5545 0.0875 154.95) color: oklch(0.5545 0.0875 154.95)
Lab lab(49.5 -28.95 14.58) color: lab(49.5 -28.95 14.58)
LCH lch(49.5 32.41 153.27) color: lch(49.5 32.41 153.27)

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.56:1
vs Black 4.6:1

AA Normal (4.5:1)

on White: PASS ✓ 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)

#5F6065 — rgb(95, 96, 101)

Deuteranopia (Green-blind)

#5C5767 — rgb(92, 87, 103)

Tritanopia (Blue-blind)

#486C6E — rgb(72, 108, 110)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(143, 31%, 39%);

text

color: hsl(143, 31%, 39%);

border

border: 2px solid hsl(143, 31%, 39%);

gradient light

background: linear-gradient(to right, hsl(143, 31%, 59%), hsl(143, 31%, 39%));

gradient dark

background: linear-gradient(to right, hsl(143, 31%, 39%), hsl(143, 31%, 19%))

hex

background-color: #45825C;

tailwind

bg-[hsl(143,31%,39%)]

box shadow

box-shadow: 0 4px 6px -1px hsl(143, 31%, 39%, 0.4);

css variable

--color-primary: hsl(143, 31%, 39%);

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(143, 31%, 39%)?

HEX: #45825C | RGB: rgb(69, 130, 92) | CMYK: 47%, 0%, 29%, 49% | HSV: 143°, 47%, 51%. Copy any format from the conversion table above.

What colors go well with #45825C?

The complementary color is HSL(323, 31%, 39%). For a triadic harmony, use hues 143°, 263°, and 23°. For analogous combinations, try hues 113° and 173°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(143, 31%, 39%) in CSS?

As HSL: color: hsl(143, 31%, 39%); — As HEX: color: #45825C; — As RGB: color: rgb(69, 130, 92); — Tailwind CSS: bg-[hsl(143,31%,39%)] — CSS variable: --color-primary: hsl(143, 31%, 39%);