HSL(127, 85%, 19%)

Green — Green color

Adjust Color

Color Information

Color Name

Green

Color Family

Green

Warm / Cool

🔵 Cool

Temperature

5000K

CSS Class

bg-[hsl(127,85%,19%)]

Color Conversions

Format Value CSS Usage
HSL hsl(127, 85%, 19%) color: hsl(127, 85%, 19%)
HEX #075A11 color: #075A11
RGB rgb(7, 90, 17) color: rgb(7, 90, 17)
CMYK cmyk(92%, 0%, 81%, 65%)
HSV hsv(127, 92%, 35%)
HWB hwb(127 3% 65%) color: hwb(127 3% 65%)
OKLCH oklch(0.4073 0.1279 143.91) color: oklch(0.4073 0.1279 143.91)
Lab lab(32.7 -38.26 33.43) color: lab(32.7 -38.26 33.43)
LCH lch(32.7 50.81 138.85) color: lch(32.7 50.81 138.85)

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.47:1
vs Black 2.48: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)

#2B2C23 — rgb(43, 44, 35)

Deuteranopia (Green-blind)

#262027 — rgb(38, 32, 39)

Tritanopia (Blue-blind)

#0B3134 — rgb(11, 49, 52)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(127, 85%, 19%);

text

color: hsl(127, 85%, 19%);

border

border: 2px solid hsl(127, 85%, 19%);

gradient light

background: linear-gradient(to right, hsl(127, 85%, 39%), hsl(127, 85%, 19%));

gradient dark

background: linear-gradient(to right, hsl(127, 85%, 19%), hsl(127, 85%, 0%))

hex

background-color: #075A11;

tailwind

bg-[hsl(127,85%,19%)]

box shadow

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

css variable

--color-primary: hsl(127, 85%, 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(127, 85%, 19%)?

HEX: #075A11 | RGB: rgb(7, 90, 17) | CMYK: 92%, 0%, 81%, 65% | HSV: 127°, 92%, 35%. Copy any format from the conversion table above.

What colors go well with #075A11?

The complementary color is HSL(307, 85%, 19%). For a triadic harmony, use hues 127°, 247°, and 7°. For analogous combinations, try hues 97° and 157°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(127, 85%, 19%) in CSS?

As HSL: color: hsl(127, 85%, 19%); — As HEX: color: #075A11; — As RGB: color: rgb(7, 90, 17); — Tailwind CSS: bg-[hsl(127,85%,19%)] — CSS variable: --color-primary: hsl(127, 85%, 19%);