HSL(143, 26%, 17%)

Green — Green color

Adjust Color

Color Information

Color Name

Green

Color Family

Green

Warm / Cool

🔵 Cool

Temperature

5000K

CSS Class

bg-[hsl(143,26%,17%)]

Color Conversions

Format Value CSS Usage
HSL hsl(143, 26%, 17%) color: hsl(143, 26%, 17%)
HEX #203729 color: #203729
RGB rgb(32, 55, 41) color: rgb(32, 55, 41)
CMYK cmyk(42%, 0%, 25%, 78%)
HSV hsv(143, 42%, 22%)
HWB hwb(143 13% 78%) color: hwb(143 13% 78%)
OKLCH oklch(0.3129 0.0386 156.62) color: oklch(0.3129 0.0386 156.62)
Lab lab(20.83 -12.82 5.97) color: lab(20.83 -12.82 5.97)
LCH lch(20.83 14.14 155.03) color: lch(20.83 14.14 155.03)

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 12.81:1
vs Black 1.64:1

AA Normal (4.5:1)

on White: PASS ✓ on Black: FAIL ✗

AA Large (3:1)

on White: PASS ✓ on Black: FAIL ✗

AAA Normal (7:1)

on White: PASS ✓

Best text on this color: white

Color Blindness Simulation

Protanopia (Red-blind)

#2A2A2C — rgb(42, 42, 44)

Deuteranopia (Green-blind)

#29272D — rgb(41, 39, 45)

Tritanopia (Blue-blind)

#212F30 — rgb(33, 47, 48)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(143, 26%, 17%);

text

color: hsl(143, 26%, 17%);

border

border: 2px solid hsl(143, 26%, 17%);

gradient light

background: linear-gradient(to right, hsl(143, 26%, 37%), hsl(143, 26%, 17%));

gradient dark

background: linear-gradient(to right, hsl(143, 26%, 17%), hsl(143, 26%, 0%))

hex

background-color: #203729;

tailwind

bg-[hsl(143,26%,17%)]

box shadow

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

css variable

--color-primary: hsl(143, 26%, 17%);

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, 26%, 17%)?

HEX: #203729 | RGB: rgb(32, 55, 41) | CMYK: 42%, 0%, 25%, 78% | HSV: 143°, 42%, 22%. Copy any format from the conversion table above.

What colors go well with #203729?

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

As HSL: color: hsl(143, 26%, 17%); — As HEX: color: #203729; — As RGB: color: rgb(32, 55, 41); — Tailwind CSS: bg-[hsl(143,26%,17%)] — CSS variable: --color-primary: hsl(143, 26%, 17%);