HSL(133, 52%, 16%)

Green — Green color

Adjust Color

Color Information

Color Name

Green

Color Family

Green

Warm / Cool

🔵 Cool

Temperature

5000K

CSS Class

bg-[hsl(133,52%,16%)]

Color Conversions

Format Value CSS Usage
HSL hsl(133, 52%, 16%) color: hsl(133, 52%, 16%)
HEX #143E1D color: #143E1D
RGB rgb(20, 62, 29) color: rgb(20, 62, 29)
CMYK cmyk(68%, 0%, 53%, 76%)
HSV hsv(133, 68%, 24%)
HWB hwb(133 8% 76%) color: hwb(133 8% 76%)
OKLCH oklch(0.3248 0.0738 147.99) color: oklch(0.3248 0.0738 147.99)
Lab lab(22.59 -23.15 16.02) color: lab(22.59 -23.15 16.02)
LCH lch(22.59 28.15 145.32) color: lch(22.59 28.15 145.32)

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.09:1
vs Black 1.74: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)

#262725 — rgb(38, 39, 37)

Deuteranopia (Green-blind)

#242127 — rgb(36, 33, 39)

Tritanopia (Blue-blind)

#162B2D — rgb(22, 43, 45)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(133, 52%, 16%);

text

color: hsl(133, 52%, 16%);

border

border: 2px solid hsl(133, 52%, 16%);

gradient light

background: linear-gradient(to right, hsl(133, 52%, 36%), hsl(133, 52%, 16%));

gradient dark

background: linear-gradient(to right, hsl(133, 52%, 16%), hsl(133, 52%, 0%))

hex

background-color: #143E1D;

tailwind

bg-[hsl(133,52%,16%)]

box shadow

box-shadow: 0 4px 6px -1px hsl(133, 52%, 16%, 0.4);

css variable

--color-primary: hsl(133, 52%, 16%);

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(133, 52%, 16%)?

HEX: #143E1D | RGB: rgb(20, 62, 29) | CMYK: 68%, 0%, 53%, 76% | HSV: 133°, 68%, 24%. Copy any format from the conversion table above.

What colors go well with #143E1D?

The complementary color is HSL(313, 52%, 16%). For a triadic harmony, use hues 133°, 253°, and 13°. For analogous combinations, try hues 103° and 163°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(133, 52%, 16%) in CSS?

As HSL: color: hsl(133, 52%, 16%); — As HEX: color: #143E1D; — As RGB: color: rgb(20, 62, 29); — Tailwind CSS: bg-[hsl(133,52%,16%)] — CSS variable: --color-primary: hsl(133, 52%, 16%);