HSL(113, 77%, 29%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(113,77%,29%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(113, 77%, 29%) | color: hsl(113, 77%, 29%) | |
| HEX | #1E8311 | color: #1E8311 | |
| RGB | rgb(30, 131, 17) | color: rgb(30, 131, 17) | |
| CMYK | cmyk(77%, 0%, 87%, 49%) | — | |
| HSV | hsv(113, 87%, 51%) | — | |
| HWB | hwb(113 7% 49%) | color: hwb(113 7% 49%) | |
| OKLCH | oklch(0.5331 0.1693 141.67) | color: oklch(0.5331 0.1693 141.67) | |
| Lab | lab(47.69 -48.72 47.68) | color: lab(47.69 -48.72 47.68) | |
| LCH | lch(47.69 68.17 135.62) | color: lch(47.69 68.17 135.62) |
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)
#4A4B2D — rgb(74, 75, 45)
Deuteranopia (Green-blind)
#443C33 — rgb(68, 60, 51)
Tritanopia (Blue-blind)
#234247 — rgb(35, 66, 71)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(113, 77%, 29%);
text
color: hsl(113, 77%, 29%);
border
border: 2px solid hsl(113, 77%, 29%);
gradient light
background: linear-gradient(to right, hsl(113, 77%, 49%), hsl(113, 77%, 29%));
gradient dark
background: linear-gradient(to right, hsl(113, 77%, 29%), hsl(113, 77%, 9%))
hex
background-color: #1E8311;
tailwind
bg-[hsl(113,77%,29%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(113, 77%, 29%, 0.4);
css variable
--color-primary: hsl(113, 77%, 29%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(113, 77%, 29%)?
HEX: #1E8311 | RGB: rgb(30, 131, 17) | CMYK: 77%, 0%, 87%, 49% | HSV: 113°, 87%, 51%. Copy any format from the conversion table above.
What colors go well with #1E8311?
The complementary color is HSL(293, 77%, 29%). For a triadic harmony, use hues 113°, 233°, and 353°. For analogous combinations, try hues 83° and 143°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(113, 77%, 29%) in CSS?
As HSL: color: hsl(113, 77%, 29%); — As HEX: color: #1E8311; — As RGB: color: rgb(30, 131, 17); — Tailwind CSS: bg-[hsl(113,77%,29%)] — CSS variable: --color-primary: hsl(113, 77%, 29%);