HSL(82, 52%, 30%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
3500K
CSS Class
bg-[hsl(82,52%,30%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(82, 52%, 30%) | color: hsl(82, 52%, 30%) | |
| HEX | #577425 | color: #577425 | |
| RGB | rgb(87, 116, 37) | color: rgb(87, 116, 37) | |
| CMYK | cmyk(25%, 0%, 68%, 55%) | — | |
| HSV | hsv(82, 68%, 45%) | — | |
| HWB | hwb(82 14% 55%) | color: hwb(82 14% 55%) | |
| OKLCH | oklch(0.5191 0.1112 127.18) | color: oklch(0.5191 0.1112 127.18) | |
| Lab | lab(45.15 -23.6 38.82) | color: lab(45.15 -23.6 38.82) | |
| LCH | lch(45.15 45.43 121.3) | color: lch(45.15 45.43 121.3) |
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)
#646438 — rgb(100, 100, 56)
Deuteranopia (Green-blind)
#62603D — rgb(98, 96, 61)
Tritanopia (Blue-blind)
#58474B — rgb(88, 71, 75)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(82, 52%, 30%);
text
color: hsl(82, 52%, 30%);
border
border: 2px solid hsl(82, 52%, 30%);
gradient light
background: linear-gradient(to right, hsl(82, 52%, 50%), hsl(82, 52%, 30%));
gradient dark
background: linear-gradient(to right, hsl(82, 52%, 30%), hsl(82, 52%, 10%))
hex
background-color: #577425;
tailwind
bg-[hsl(82,52%,30%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(82, 52%, 30%, 0.4);
css variable
--color-primary: hsl(82, 52%, 30%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(82, 52%, 30%)?
HEX: #577425 | RGB: rgb(87, 116, 37) | CMYK: 25%, 0%, 68%, 55% | HSV: 82°, 68%, 45%. Copy any format from the conversion table above.
What colors go well with #577425?
The complementary color is HSL(262, 52%, 30%). For a triadic harmony, use hues 82°, 202°, and 322°. For analogous combinations, try hues 52° and 112°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(82, 52%, 30%) in CSS?
As HSL: color: hsl(82, 52%, 30%); — As HEX: color: #577425; — As RGB: color: rgb(87, 116, 37); — Tailwind CSS: bg-[hsl(82,52%,30%)] — CSS variable: --color-primary: hsl(82, 52%, 30%);