HSL(143, 68%, 29%)

Green — Green color

Adjust Color

Color Information

Color Name

Green

Color Family

Green

Warm / Cool

🔵 Cool

Temperature

5000K

CSS Class

bg-[hsl(143,68%,29%)]

Color Conversions

Format Value CSS Usage
HSL hsl(143, 68%, 29%) color: hsl(143, 68%, 29%)
HEX #187C3E color: #187C3E
RGB rgb(24, 124, 62) color: rgb(24, 124, 62)
CMYK cmyk(81%, 0%, 50%, 51%)
HSV hsv(143, 81%, 49%)
HWB hwb(143 9% 51%) color: hwb(143 9% 51%)
OKLCH oklch(0.5166 0.13 150.74) color: oklch(0.5166 0.13 150.74)
Lab lab(45.57 -42.22 26.05) color: lab(45.57 -42.22 26.05)
LCH lch(45.57 49.61 148.33) color: lch(45.57 49.61 148.33)

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.26:1
vs Black 3.99: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)

#43444D — rgb(67, 68, 77)

Deuteranopia (Green-blind)

#3E3651 — rgb(62, 54, 81)

Tritanopia (Blue-blind)

#1D595B — rgb(29, 89, 91)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(143, 68%, 29%);

text

color: hsl(143, 68%, 29%);

border

border: 2px solid hsl(143, 68%, 29%);

gradient light

background: linear-gradient(to right, hsl(143, 68%, 49%), hsl(143, 68%, 29%));

gradient dark

background: linear-gradient(to right, hsl(143, 68%, 29%), hsl(143, 68%, 9%))

hex

background-color: #187C3E;

tailwind

bg-[hsl(143,68%,29%)]

box shadow

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

css variable

--color-primary: hsl(143, 68%, 29%);

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, 68%, 29%)?

HEX: #187C3E | RGB: rgb(24, 124, 62) | CMYK: 81%, 0%, 50%, 51% | HSV: 143°, 81%, 49%. Copy any format from the conversion table above.

What colors go well with #187C3E?

The complementary color is HSL(323, 68%, 29%). 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, 68%, 29%) in CSS?

As HSL: color: hsl(143, 68%, 29%); — As HEX: color: #187C3E; — As RGB: color: rgb(24, 124, 62); — Tailwind CSS: bg-[hsl(143,68%,29%)] — CSS variable: --color-primary: hsl(143, 68%, 29%);