HSL(147, 50%, 22%)

Green — Green color

Adjust Color

Color Information

Color Name

Green

Color Family

Green

Warm / Cool

🔵 Cool

Temperature

5000K

CSS Class

bg-[hsl(147,50%,22%)]

Color Conversions

Format Value CSS Usage
HSL hsl(147, 50%, 22%) color: hsl(147, 50%, 22%)
HEX #1C5435 color: #1C5435
RGB rgb(28, 84, 53) color: rgb(28, 84, 53)
CMYK cmyk(67%, 0%, 37%, 67%)
HSV hsv(147, 67%, 33%)
HWB hwb(147 11% 67%) color: hwb(147 11% 67%)
OKLCH oklch(0.3999 0.0789 155.76) color: oklch(0.3999 0.0789 155.76)
Lab lab(31.45 -26.48 12.85) color: lab(31.45 -26.48 12.85)
LCH lch(31.45 29.43 154.11) color: lch(31.45 29.43 154.11)

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.86:1
vs Black 2.37: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)

#34353D — rgb(52, 53, 61)

Deuteranopia (Green-blind)

#312D3E — rgb(49, 45, 62)

Tritanopia (Blue-blind)

#1F4244 — rgb(31, 66, 68)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(147, 50%, 22%);

text

color: hsl(147, 50%, 22%);

border

border: 2px solid hsl(147, 50%, 22%);

gradient light

background: linear-gradient(to right, hsl(147, 50%, 42%), hsl(147, 50%, 22%));

gradient dark

background: linear-gradient(to right, hsl(147, 50%, 22%), hsl(147, 50%, 2%))

hex

background-color: #1C5435;

tailwind

bg-[hsl(147,50%,22%)]

box shadow

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

css variable

--color-primary: hsl(147, 50%, 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(147, 50%, 22%)?

HEX: #1C5435 | RGB: rgb(28, 84, 53) | CMYK: 67%, 0%, 37%, 67% | HSV: 147°, 67%, 33%. Copy any format from the conversion table above.

What colors go well with #1C5435?

The complementary color is HSL(327, 50%, 22%). For a triadic harmony, use hues 147°, 267°, and 27°. For analogous combinations, try hues 117° and 177°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(147, 50%, 22%) in CSS?

As HSL: color: hsl(147, 50%, 22%); — As HEX: color: #1C5435; — As RGB: color: rgb(28, 84, 53); — Tailwind CSS: bg-[hsl(147,50%,22%)] — CSS variable: --color-primary: hsl(147, 50%, 22%);