HSL(84, 75%, 30%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
3500K
CSS Class
bg-[hsl(84,75%,30%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(84, 75%, 30%) | color: hsl(84, 75%, 30%) | |
| HEX | #588613 | color: #588613 | |
| RGB | rgb(88, 134, 19) | color: rgb(88, 134, 19) | |
| CMYK | cmyk(34%, 0%, 86%, 47%) | — | |
| HSV | hsv(84, 86%, 53%) | — | |
| HWB | hwb(84 7% 47%) | color: hwb(84 7% 47%) | |
| OKLCH | oklch(0.5656 0.1455 130.28) | color: oklch(0.5656 0.1455 130.28) | |
| Lab | lab(50.89 -32.91 50.84) | color: lab(50.89 -32.91 50.84) | |
| LCH | lch(50.89 60.56 122.92) | color: lch(50.89 60.56 122.92) |
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: black
Color Blindness Simulation
Protanopia (Red-blind)
#6C6C2F — rgb(108, 108, 47)
Deuteranopia (Green-blind)
#696636 — rgb(105, 102, 54)
Tritanopia (Blue-blind)
#5A454A — rgb(90, 69, 74)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(84, 75%, 30%);
text
color: hsl(84, 75%, 30%);
border
border: 2px solid hsl(84, 75%, 30%);
gradient light
background: linear-gradient(to right, hsl(84, 75%, 50%), hsl(84, 75%, 30%));
gradient dark
background: linear-gradient(to right, hsl(84, 75%, 30%), hsl(84, 75%, 10%))
hex
background-color: #588613;
tailwind
bg-[hsl(84,75%,30%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(84, 75%, 30%, 0.4);
css variable
--color-primary: hsl(84, 75%, 30%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(84, 75%, 30%)?
HEX: #588613 | RGB: rgb(88, 134, 19) | CMYK: 34%, 0%, 86%, 47% | HSV: 84°, 86%, 53%. Copy any format from the conversion table above.
What colors go well with #588613?
The complementary color is HSL(264, 75%, 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, 75%, 30%) in CSS?
As HSL: color: hsl(84, 75%, 30%); — As HEX: color: #588613; — As RGB: color: rgb(88, 134, 19); — Tailwind CSS: bg-[hsl(84,75%,30%)] — CSS variable: --color-primary: hsl(84, 75%, 30%);