HSL(87, 55%, 24%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
3500K
CSS Class
bg-[hsl(87,55%,24%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(87, 55%, 24%) | color: hsl(87, 55%, 24%) | |
| HEX | #415F1C | color: #415F1C | |
| RGB | rgb(65, 95, 28) | color: rgb(65, 95, 28) | |
| CMYK | cmyk(32%, 0%, 71%, 63%) | — | |
| HSV | hsv(87, 71%, 37%) | — | |
| HWB | hwb(87 11% 63%) | color: hwb(87 11% 63%) | |
| OKLCH | oklch(0.4467 0.1004 130.29) | color: oklch(0.4467 0.1004 130.29) | |
| Lab | lab(36.73 -23 33.54) | color: lab(36.73 -23 33.54) | |
| LCH | lch(36.73 40.67 124.44) | color: lch(36.73 40.67 124.44) |
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)
#4E4E2C — rgb(78, 78, 44)
Deuteranopia (Green-blind)
#4C4A30 — rgb(76, 74, 48)
Tritanopia (Blue-blind)
#43393C — rgb(67, 57, 60)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(87, 55%, 24%);
text
color: hsl(87, 55%, 24%);
border
border: 2px solid hsl(87, 55%, 24%);
gradient light
background: linear-gradient(to right, hsl(87, 55%, 44%), hsl(87, 55%, 24%));
gradient dark
background: linear-gradient(to right, hsl(87, 55%, 24%), hsl(87, 55%, 4%))
hex
background-color: #415F1C;
tailwind
bg-[hsl(87,55%,24%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(87, 55%, 24%, 0.4);
css variable
--color-primary: hsl(87, 55%, 24%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(87, 55%, 24%)?
HEX: #415F1C | RGB: rgb(65, 95, 28) | CMYK: 32%, 0%, 71%, 63% | HSV: 87°, 71%, 37%. Copy any format from the conversion table above.
What colors go well with #415F1C?
The complementary color is HSL(267, 55%, 24%). For a triadic harmony, use hues 87°, 207°, and 327°. For analogous combinations, try hues 57° and 117°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(87, 55%, 24%) in CSS?
As HSL: color: hsl(87, 55%, 24%); — As HEX: color: #415F1C; — As RGB: color: rgb(65, 95, 28); — Tailwind CSS: bg-[hsl(87,55%,24%)] — CSS variable: --color-primary: hsl(87, 55%, 24%);