HSL(112, 89%, 19%)

Green — Green color

Adjust Color

Color Information

Color Name

Green

Color Family

Green

Warm / Cool

🔵 Cool

Temperature

5000K

CSS Class

bg-[hsl(112,89%,19%)]

Color Conversions

Format Value CSS Usage
HSL hsl(112, 89%, 19%) color: hsl(112, 89%, 19%)
HEX #115C05 color: #115C05
RGB rgb(17, 92, 5) color: rgb(17, 92, 5)
CMYK cmyk(82%, 0%, 95%, 64%)
HSV hsv(112, 95%, 36%)
HWB hwb(112 2% 64%) color: hwb(112 2% 64%)
OKLCH oklch(0.4145 0.1338 141.44) color: oklch(0.4145 0.1338 141.44)
Lab lab(33.53 -38.34 38.2) color: lab(33.53 -38.34 38.2)
LCH lch(33.53 54.12 135.1) color: lch(33.53 54.12 135.1)

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.21:1
vs Black 2.56: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)

#31321A — rgb(49, 50, 26)

Deuteranopia (Green-blind)

#2D281F — rgb(45, 40, 31)

Tritanopia (Blue-blind)

#152B2E — rgb(21, 43, 46)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(112, 89%, 19%);

text

color: hsl(112, 89%, 19%);

border

border: 2px solid hsl(112, 89%, 19%);

gradient light

background: linear-gradient(to right, hsl(112, 89%, 39%), hsl(112, 89%, 19%));

gradient dark

background: linear-gradient(to right, hsl(112, 89%, 19%), hsl(112, 89%, 0%))

hex

background-color: #115C05;

tailwind

bg-[hsl(112,89%,19%)]

box shadow

box-shadow: 0 4px 6px -1px hsl(112, 89%, 19%, 0.4);

css variable

--color-primary: hsl(112, 89%, 19%);

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(112, 89%, 19%)?

HEX: #115C05 | RGB: rgb(17, 92, 5) | CMYK: 82%, 0%, 95%, 64% | HSV: 112°, 95%, 36%. Copy any format from the conversion table above.

What colors go well with #115C05?

The complementary color is HSL(292, 89%, 19%). For a triadic harmony, use hues 112°, 232°, and 352°. For analogous combinations, try hues 82° and 142°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(112, 89%, 19%) in CSS?

As HSL: color: hsl(112, 89%, 19%); — As HEX: color: #115C05; — As RGB: color: rgb(17, 92, 5); — Tailwind CSS: bg-[hsl(112,89%,19%)] — CSS variable: --color-primary: hsl(112, 89%, 19%);