HSL(116, 65%, 19%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(116,65%,19%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(116, 65%, 19%) | color: hsl(116, 65%, 19%) | |
| HEX | #155011 | color: #155011 | |
| RGB | rgb(21, 80, 17) | color: rgb(21, 80, 17) | |
| CMYK | cmyk(74%, 0%, 79%, 69%) | — | |
| HSV | hsv(116, 79%, 31%) | — | |
| HWB | hwb(116 7% 69%) | color: hwb(116 7% 69%) | |
| OKLCH | oklch(0.3795 0.1113 142.19) | color: oklch(0.3795 0.1113 142.19) | |
| Lab | lab(29.25 -32.29 30.04) | color: lab(29.25 -32.29 30.04) | |
| LCH | lch(29.25 44.1 137.07) | color: lch(29.25 44.1 137.07) |
Color Theory
Accessibility (WCAG)
White text on color
Black text on color
Colored text
Contrast Ratios
AA Normal (4.5:1)
AA Large (3:1)
AAA Normal (7:1)
Best text on this color: white
Color Blindness Simulation
Protanopia (Red-blind)
#2F2F20 — rgb(47, 47, 32)
Deuteranopia (Green-blind)
#2B2724 — rgb(43, 39, 36)
Tritanopia (Blue-blind)
#182C2F — rgb(24, 44, 47)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(116, 65%, 19%);
text
color: hsl(116, 65%, 19%);
border
border: 2px solid hsl(116, 65%, 19%);
gradient light
background: linear-gradient(to right, hsl(116, 65%, 39%), hsl(116, 65%, 19%));
gradient dark
background: linear-gradient(to right, hsl(116, 65%, 19%), hsl(116, 65%, 0%))
hex
background-color: #155011;
tailwind
bg-[hsl(116,65%,19%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(116, 65%, 19%, 0.4);
css variable
--color-primary: hsl(116, 65%, 19%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(116, 65%, 19%)?
HEX: #155011 | RGB: rgb(21, 80, 17) | CMYK: 74%, 0%, 79%, 69% | HSV: 116°, 79%, 31%. Copy any format from the conversion table above.
What colors go well with #155011?
The complementary color is HSL(296, 65%, 19%). For a triadic harmony, use hues 116°, 236°, and 356°. For analogous combinations, try hues 86° and 146°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(116, 65%, 19%) in CSS?
As HSL: color: hsl(116, 65%, 19%); — As HEX: color: #155011; — As RGB: color: rgb(21, 80, 17); — Tailwind CSS: bg-[hsl(116,65%,19%)] — CSS variable: --color-primary: hsl(116, 65%, 19%);