HSL(84, 59%, 30%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
3500K
CSS Class
bg-[hsl(84,59%,30%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(84, 59%, 30%) | color: hsl(84, 59%, 30%) | |
| HEX | #567A1F | color: #567A1F | |
| RGB | rgb(86, 122, 31) | color: rgb(86, 122, 31) | |
| CMYK | cmyk(30%, 0%, 75%, 52%) | — | |
| HSV | hsv(84, 75%, 48%) | — | |
| HWB | hwb(84 12% 52%) | color: hwb(84 12% 52%) | |
| OKLCH | oklch(0.5336 0.1245 128.9) | color: oklch(0.5336 0.1245 128.9) | |
| Lab | lab(46.97 -27.43 43.2) | color: lab(46.97 -27.43 43.2) | |
| LCH | lch(46.97 51.17 122.41) | color: lch(46.97 51.17 122.41) |
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)
#666635 — rgb(102, 102, 53)
Deuteranopia (Green-blind)
#64613A — rgb(100, 97, 58)
Tritanopia (Blue-blind)
#58464A — rgb(88, 70, 74)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(84, 59%, 30%);
text
color: hsl(84, 59%, 30%);
border
border: 2px solid hsl(84, 59%, 30%);
gradient light
background: linear-gradient(to right, hsl(84, 59%, 50%), hsl(84, 59%, 30%));
gradient dark
background: linear-gradient(to right, hsl(84, 59%, 30%), hsl(84, 59%, 10%))
hex
background-color: #567A1F;
tailwind
bg-[hsl(84,59%,30%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(84, 59%, 30%, 0.4);
css variable
--color-primary: hsl(84, 59%, 30%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(84, 59%, 30%)?
HEX: #567A1F | RGB: rgb(86, 122, 31) | CMYK: 30%, 0%, 75%, 52% | HSV: 84°, 75%, 48%. Copy any format from the conversion table above.
What colors go well with #567A1F?
The complementary color is HSL(264, 59%, 30%). For a triadic harmony, use hues 84°, 204°, and 324°. For analogous combinations, try hues 54° and 114°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(84, 59%, 30%) in CSS?
As HSL: color: hsl(84, 59%, 30%); — As HEX: color: #567A1F; — As RGB: color: rgb(86, 122, 31); — Tailwind CSS: bg-[hsl(84,59%,30%)] — CSS variable: --color-primary: hsl(84, 59%, 30%);