HSL(142, 55%, 22%)

Green — Green color

Adjust Color

Color Information

Color Name

Green

Color Family

Green

Warm / Cool

🔵 Cool

Temperature

5000K

CSS Class

bg-[hsl(142,55%,22%)]

Color Conversions

Format Value CSS Usage
HSL hsl(142, 55%, 22%) color: hsl(142, 55%, 22%)
HEX #195730 color: #195730
RGB rgb(25, 87, 48) color: rgb(25, 87, 48)
CMYK cmyk(71%, 0%, 45%, 66%)
HSV hsv(142, 71%, 34%)
HWB hwb(142 10% 66%) color: hwb(142 10% 66%)
OKLCH oklch(0.4066 0.0904 152.13) color: oklch(0.4066 0.0904 152.13)
Lab lab(32.34 -29.61 17.06) color: lab(32.34 -29.61 17.06)
LCH lch(32.34 34.17 150.05) color: lch(32.34 34.17 150.05)

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 8.58:1
vs Black 2.45: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)

#343439 — rgb(52, 52, 57)

Deuteranopia (Green-blind)

#302C3C — rgb(48, 44, 60)

Tritanopia (Blue-blind)

#1C4143 — rgb(28, 65, 67)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(142, 55%, 22%);

text

color: hsl(142, 55%, 22%);

border

border: 2px solid hsl(142, 55%, 22%);

gradient light

background: linear-gradient(to right, hsl(142, 55%, 42%), hsl(142, 55%, 22%));

gradient dark

background: linear-gradient(to right, hsl(142, 55%, 22%), hsl(142, 55%, 2%))

hex

background-color: #195730;

tailwind

bg-[hsl(142,55%,22%)]

box shadow

box-shadow: 0 4px 6px -1px hsl(142, 55%, 22%, 0.4);

css variable

--color-primary: hsl(142, 55%, 22%);

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(142, 55%, 22%)?

HEX: #195730 | RGB: rgb(25, 87, 48) | CMYK: 71%, 0%, 45%, 66% | HSV: 142°, 71%, 34%. Copy any format from the conversion table above.

What colors go well with #195730?

The complementary color is HSL(322, 55%, 22%). For a triadic harmony, use hues 142°, 262°, and 22°. For analogous combinations, try hues 112° and 172°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(142, 55%, 22%) in CSS?

As HSL: color: hsl(142, 55%, 22%); — As HEX: color: #195730; — As RGB: color: rgb(25, 87, 48); — Tailwind CSS: bg-[hsl(142,55%,22%)] — CSS variable: --color-primary: hsl(142, 55%, 22%);