HSL(115, 70%, 39%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(115,70%,39%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(115, 70%, 39%) | color: hsl(115, 70%, 39%) | |
| HEX | #29A91E | color: #29A91E | |
| RGB | rgb(41, 169, 30) | color: rgb(41, 169, 30) | |
| CMYK | cmyk(76%, 0%, 82%, 34%) | — | |
| HSV | hsv(115, 82%, 66%) | — | |
| HWB | hwb(115 12% 34%) | color: hwb(115 12% 34%) | |
| OKLCH | oklch(0.6423 0.2022 142) | color: oklch(0.6423 0.2022 142) | |
| Lab | lab(60.73 -58.52 56.16) | color: lab(60.73 -58.52 56.16) | |
| LCH | lch(60.73 81.11 136.18) | color: lch(60.73 81.11 136.18) |
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: black
Color Blindness Simulation
Protanopia (Red-blind)
#606240 — rgb(96, 98, 64)
Deuteranopia (Green-blind)
#594F48 — rgb(89, 79, 72)
Tritanopia (Blue-blind)
#2F5A60 — rgb(47, 90, 96)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(115, 70%, 39%);
text
color: hsl(115, 70%, 39%);
border
border: 2px solid hsl(115, 70%, 39%);
gradient light
background: linear-gradient(to right, hsl(115, 70%, 59%), hsl(115, 70%, 39%));
gradient dark
background: linear-gradient(to right, hsl(115, 70%, 39%), hsl(115, 70%, 19%))
hex
background-color: #29A91E;
tailwind
bg-[hsl(115,70%,39%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(115, 70%, 39%, 0.4);
css variable
--color-primary: hsl(115, 70%, 39%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(115, 70%, 39%)?
HEX: #29A91E | RGB: rgb(41, 169, 30) | CMYK: 76%, 0%, 82%, 34% | HSV: 115°, 82%, 66%. Copy any format from the conversion table above.
What colors go well with #29A91E?
The complementary color is HSL(295, 70%, 39%). For a triadic harmony, use hues 115°, 235°, and 355°. For analogous combinations, try hues 85° and 145°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(115, 70%, 39%) in CSS?
As HSL: color: hsl(115, 70%, 39%); — As HEX: color: #29A91E; — As RGB: color: rgb(41, 169, 30); — Tailwind CSS: bg-[hsl(115,70%,39%)] — CSS variable: --color-primary: hsl(115, 70%, 39%);