HSL(116, 40%, 24%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(116,40%,24%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(116, 40%, 24%) | color: hsl(116, 40%, 24%) | |
| HEX | #285625 | color: #285625 | |
| RGB | rgb(40, 86, 37) | color: rgb(40, 86, 37) | |
| CMYK | cmyk(53%, 0%, 57%, 66%) | — | |
| HSV | hsv(116, 57%, 34%) | — | |
| HWB | hwb(116 15% 66%) | color: hwb(116 15% 66%) | |
| OKLCH | oklch(0.4076 0.0928 142.51) | color: oklch(0.4076 0.0928 142.51) | |
| Lab | lab(32.35 -27.02 23.57) | color: lab(32.35 -27.02 23.57) | |
| LCH | lch(32.35 35.86 138.9) | color: lch(32.35 35.86 138.9) |
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)
#3C3C31 — rgb(60, 60, 49)
Deuteranopia (Green-blind)
#393634 — rgb(57, 54, 52)
Tritanopia (Blue-blind)
#2A3A3C — rgb(42, 58, 60)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(116, 40%, 24%);
text
color: hsl(116, 40%, 24%);
border
border: 2px solid hsl(116, 40%, 24%);
gradient light
background: linear-gradient(to right, hsl(116, 40%, 44%), hsl(116, 40%, 24%));
gradient dark
background: linear-gradient(to right, hsl(116, 40%, 24%), hsl(116, 40%, 4%))
hex
background-color: #285625;
tailwind
bg-[hsl(116,40%,24%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(116, 40%, 24%, 0.4);
css variable
--color-primary: hsl(116, 40%, 24%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(116, 40%, 24%)?
HEX: #285625 | RGB: rgb(40, 86, 37) | CMYK: 53%, 0%, 57%, 66% | HSV: 116°, 57%, 34%. Copy any format from the conversion table above.
What colors go well with #285625?
The complementary color is HSL(296, 40%, 24%). 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, 40%, 24%) in CSS?
As HSL: color: hsl(116, 40%, 24%); — As HEX: color: #285625; — As RGB: color: rgb(40, 86, 37); — Tailwind CSS: bg-[hsl(116,40%,24%)] — CSS variable: --color-primary: hsl(116, 40%, 24%);