HSL(116, 57%, 23%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(116,57%,23%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(116, 57%, 23%) | color: hsl(116, 57%, 23%) | |
| HEX | #1E5C19 | color: #1E5C19 | |
| RGB | rgb(30, 92, 25) | color: rgb(30, 92, 25) | |
| CMYK | cmyk(67%, 0%, 73%, 64%) | — | |
| HSV | hsv(116, 73%, 36%) | — | |
| HWB | hwb(116 10% 64%) | color: hwb(116 10% 64%) | |
| OKLCH | oklch(0.4196 0.1177 142.06) | color: oklch(0.4196 0.1177 142.06) | |
| Lab | lab(33.98 -34.06 31.5) | color: lab(33.98 -34.06 31.5) | |
| LCH | lch(33.98 46.39 137.24) | color: lch(33.98 46.39 137.24) |
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)
#393929 — rgb(57, 57, 41)
Deuteranopia (Green-blind)
#35312D — rgb(53, 49, 45)
Tritanopia (Blue-blind)
#213639 — rgb(33, 54, 57)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(116, 57%, 23%);
text
color: hsl(116, 57%, 23%);
border
border: 2px solid hsl(116, 57%, 23%);
gradient light
background: linear-gradient(to right, hsl(116, 57%, 43%), hsl(116, 57%, 23%));
gradient dark
background: linear-gradient(to right, hsl(116, 57%, 23%), hsl(116, 57%, 3%))
hex
background-color: #1E5C19;
tailwind
bg-[hsl(116,57%,23%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(116, 57%, 23%, 0.4);
css variable
--color-primary: hsl(116, 57%, 23%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(116, 57%, 23%)?
HEX: #1E5C19 | RGB: rgb(30, 92, 25) | CMYK: 67%, 0%, 73%, 64% | HSV: 116°, 73%, 36%. Copy any format from the conversion table above.
What colors go well with #1E5C19?
The complementary color is HSL(296, 57%, 23%). 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, 57%, 23%) in CSS?
As HSL: color: hsl(116, 57%, 23%); — As HEX: color: #1E5C19; — As RGB: color: rgb(30, 92, 25); — Tailwind CSS: bg-[hsl(116,57%,23%)] — CSS variable: --color-primary: hsl(116, 57%, 23%);