HSL(147, 95%, 21%)

Green — Green color

Adjust Color

Color Information

Color Name

Green

Color Family

Green

Warm / Cool

🔵 Cool

Temperature

5000K

CSS Class

bg-[hsl(147,95%,21%)]

Color Conversions

Format Value CSS Usage
HSL hsl(147, 95%, 21%) color: hsl(147, 95%, 21%)
HEX #036830 color: #036830
RGB rgb(3, 104, 48) color: rgb(3, 104, 48)
CMYK cmyk(97%, 0%, 54%, 59%)
HSV hsv(147, 97%, 41%)
HWB hwb(147 1% 59%) color: hwb(147 1% 59%)
OKLCH oklch(0.453 0.121 150.87) color: oklch(0.453 0.121 150.87)
Lab lab(38.08 -39.46 24.29) color: lab(38.08 -39.46 24.29)
LCH lch(38.08 46.34 148.39) color: lch(38.08 46.34 148.39)

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 6.94:1
vs Black 3.03:1

AA Normal (4.5:1)

on White: PASS ✓ on Black: FAIL ✗

AA Large (3:1)

on White: PASS ✓ on Black: PASS ✓

AAA Normal (7:1)

on White: FAIL ✗

Best text on this color: white

Color Blindness Simulation

Protanopia (Red-blind)

#2F303E — rgb(47, 48, 62)

Deuteranopia (Green-blind)

#292141 — rgb(41, 33, 65)

Tritanopia (Blue-blind)

#08484B — rgb(8, 72, 75)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(147, 95%, 21%);

text

color: hsl(147, 95%, 21%);

border

border: 2px solid hsl(147, 95%, 21%);

gradient light

background: linear-gradient(to right, hsl(147, 95%, 41%), hsl(147, 95%, 21%));

gradient dark

background: linear-gradient(to right, hsl(147, 95%, 21%), hsl(147, 95%, 1%))

hex

background-color: #036830;

tailwind

bg-[hsl(147,95%,21%)]

box shadow

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

css variable

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

HEX: #036830 | RGB: rgb(3, 104, 48) | CMYK: 97%, 0%, 54%, 59% | HSV: 147°, 97%, 41%. Copy any format from the conversion table above.

What colors go well with #036830?

The complementary color is HSL(327, 95%, 21%). 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, 95%, 21%) in CSS?

As HSL: color: hsl(147, 95%, 21%); — As HEX: color: #036830; — As RGB: color: rgb(3, 104, 48); — Tailwind CSS: bg-[hsl(147,95%,21%)] — CSS variable: --color-primary: hsl(147, 95%, 21%);