HSL(72, 70%, 24%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
3500K
CSS Class
bg-[hsl(72,70%,24%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(72, 70%, 24%) | color: hsl(72, 70%, 24%) | |
| HEX | #576812 | color: #576812 | |
| RGB | rgb(87, 104, 18) | color: rgb(87, 104, 18) | |
| CMYK | cmyk(16%, 0%, 83%, 59%) | — | |
| HSV | hsv(72, 83%, 41%) | — | |
| HWB | hwb(72 7% 59%) | color: hwb(72 7% 59%) | |
| OKLCH | oklch(0.4865 0.1082 120.73) | color: oklch(0.4865 0.1082 120.73) | |
| Lab | lab(41.17 -18.61 42.42) | color: lab(41.17 -18.61 42.42) | |
| LCH | lch(41.17 46.32 113.69) | color: lch(41.17 46.32 113.69) |
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)
#5E5F27 — rgb(94, 95, 39)
Deuteranopia (Green-blind)
#5D5C2C — rgb(93, 92, 44)
Tritanopia (Blue-blind)
#58373B — rgb(88, 55, 59)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(72, 70%, 24%);
text
color: hsl(72, 70%, 24%);
border
border: 2px solid hsl(72, 70%, 24%);
gradient light
background: linear-gradient(to right, hsl(72, 70%, 44%), hsl(72, 70%, 24%));
gradient dark
background: linear-gradient(to right, hsl(72, 70%, 24%), hsl(72, 70%, 4%))
hex
background-color: #576812;
tailwind
bg-[hsl(72,70%,24%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(72, 70%, 24%, 0.4);
css variable
--color-primary: hsl(72, 70%, 24%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(72, 70%, 24%)?
HEX: #576812 | RGB: rgb(87, 104, 18) | CMYK: 16%, 0%, 83%, 59% | HSV: 72°, 83%, 41%. Copy any format from the conversion table above.
What colors go well with #576812?
The complementary color is HSL(252, 70%, 24%). For a triadic harmony, use hues 72°, 192°, and 312°. For analogous combinations, try hues 42° and 102°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(72, 70%, 24%) in CSS?
As HSL: color: hsl(72, 70%, 24%); — As HEX: color: #576812; — As RGB: color: rgb(87, 104, 18); — Tailwind CSS: bg-[hsl(72,70%,24%)] — CSS variable: --color-primary: hsl(72, 70%, 24%);