HSL(137, 50%, 21%)

Green — Green color

Adjust Color

Color Information

Color Name

Green

Color Family

Green

Warm / Cool

🔵 Cool

Temperature

5000K

CSS Class

bg-[hsl(137,50%,21%)]

Color Conversions

Format Value CSS Usage
HSL hsl(137, 50%, 21%) color: hsl(137, 50%, 21%)
HEX #1B502A color: #1B502A
RGB rgb(27, 80, 42) color: rgb(27, 80, 42)
CMYK cmyk(66%, 0%, 48%, 69%)
HSV hsv(137, 66%, 31%)
HWB hwb(137 11% 69%) color: hwb(137 11% 69%)
OKLCH oklch(0.3852 0.085 149.86) color: oklch(0.3852 0.085 149.86)
Lab lab(29.76 -27.18 17.31) color: lab(29.76 -27.18 17.31)
LCH lch(29.76 32.22 147.51) color: lch(29.76 32.22 147.51)

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 9.43:1
vs Black 2.23: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)

#323233 — rgb(50, 50, 51)

Deuteranopia (Green-blind)

#2F2B35 — rgb(47, 43, 53)

Tritanopia (Blue-blind)

#1E3A3C — rgb(30, 58, 60)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(137, 50%, 21%);

text

color: hsl(137, 50%, 21%);

border

border: 2px solid hsl(137, 50%, 21%);

gradient light

background: linear-gradient(to right, hsl(137, 50%, 41%), hsl(137, 50%, 21%));

gradient dark

background: linear-gradient(to right, hsl(137, 50%, 21%), hsl(137, 50%, 1%))

hex

background-color: #1B502A;

tailwind

bg-[hsl(137,50%,21%)]

box shadow

box-shadow: 0 4px 6px -1px hsl(137, 50%, 21%, 0.4);

css variable

--color-primary: hsl(137, 50%, 21%);

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(137, 50%, 21%)?

HEX: #1B502A | RGB: rgb(27, 80, 42) | CMYK: 66%, 0%, 48%, 69% | HSV: 137°, 66%, 31%. Copy any format from the conversion table above.

What colors go well with #1B502A?

The complementary color is HSL(317, 50%, 21%). For a triadic harmony, use hues 137°, 257°, and 17°. For analogous combinations, try hues 107° and 167°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(137, 50%, 21%) in CSS?

As HSL: color: hsl(137, 50%, 21%); — As HEX: color: #1B502A; — As RGB: color: rgb(27, 80, 42); — Tailwind CSS: bg-[hsl(137,50%,21%)] — CSS variable: --color-primary: hsl(137, 50%, 21%);