HSL(72, 22%, 30%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
3500K
CSS Class
bg-[hsl(72,22%,30%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(72, 22%, 30%) | color: hsl(72, 22%, 30%) | |
| HEX | #575D3C | color: #575D3C | |
| RGB | rgb(87, 93, 60) | color: rgb(87, 93, 60) | |
| CMYK | cmyk(6%, 0%, 35%, 64%) | — | |
| HSV | hsv(71, 35%, 36%) | — | |
| HWB | hwb(71 23% 64%) | color: hwb(71 23% 64%) | |
| OKLCH | oklch(0.464 0.0507 116.81) | color: oklch(0.464 0.0507 116.81) | |
| Lab | lab(38.17 -8.48 18.21) | color: lab(38.17 -8.48 18.21) | |
| LCH | lch(38.17 20.09 114.97) | color: lch(38.17 20.09 114.97) |
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)
#5A5A44 — rgb(90, 90, 68)
Deuteranopia (Green-blind)
#595946 — rgb(89, 89, 70)
Tritanopia (Blue-blind)
#574A4C — rgb(87, 74, 76)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(72, 22%, 30%);
text
color: hsl(72, 22%, 30%);
border
border: 2px solid hsl(72, 22%, 30%);
gradient light
background: linear-gradient(to right, hsl(72, 22%, 50%), hsl(72, 22%, 30%));
gradient dark
background: linear-gradient(to right, hsl(72, 22%, 30%), hsl(72, 22%, 10%))
hex
background-color: #575D3C;
tailwind
bg-[hsl(72,22%,30%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(72, 22%, 30%, 0.4);
css variable
--color-primary: hsl(72, 22%, 30%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(72, 22%, 30%)?
HEX: #575D3C | RGB: rgb(87, 93, 60) | CMYK: 6%, 0%, 35%, 64% | HSV: 71°, 35%, 36%. Copy any format from the conversion table above.
What colors go well with #575D3C?
The complementary color is HSL(252, 22%, 30%). 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, 22%, 30%) in CSS?
As HSL: color: hsl(72, 22%, 30%); — As HEX: color: #575D3C; — As RGB: color: rgb(87, 93, 60); — Tailwind CSS: bg-[hsl(72,22%,30%)] — CSS variable: --color-primary: hsl(72, 22%, 30%);