HSL(87, 83%, 20%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
3500K
CSS Class
bg-[hsl(87,83%,20%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(87, 83%, 20%) | color: hsl(87, 83%, 20%) | |
| HEX | #375D09 | color: #375D09 | |
| RGB | rgb(55, 93, 9) | color: rgb(55, 93, 9) | |
| CMYK | cmyk(41%, 0%, 90%, 64%) | — | |
| HSV | hsv(87, 90%, 36%) | — | |
| HWB | hwb(87 4% 64%) | color: hwb(87 4% 64%) | |
| OKLCH | oklch(0.4333 0.1154 132.27) | color: oklch(0.4333 0.1154 132.27) | |
| Lab | lab(35.32 -27.36 39.11) | color: lab(35.32 -27.36 39.11) | |
| LCH | lch(35.32 47.73 124.98) | color: lch(35.32 47.73 124.98) |
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)
#47481D — rgb(71, 72, 29)
Deuteranopia (Green-blind)
#454222 — rgb(69, 66, 34)
Tritanopia (Blue-blind)
#392D31 — rgb(57, 45, 49)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(87, 83%, 20%);
text
color: hsl(87, 83%, 20%);
border
border: 2px solid hsl(87, 83%, 20%);
gradient light
background: linear-gradient(to right, hsl(87, 83%, 40%), hsl(87, 83%, 20%));
gradient dark
background: linear-gradient(to right, hsl(87, 83%, 20%), hsl(87, 83%, 0%))
hex
background-color: #375D09;
tailwind
bg-[hsl(87,83%,20%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(87, 83%, 20%, 0.4);
css variable
--color-primary: hsl(87, 83%, 20%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(87, 83%, 20%)?
HEX: #375D09 | RGB: rgb(55, 93, 9) | CMYK: 41%, 0%, 90%, 64% | HSV: 87°, 90%, 36%. Copy any format from the conversion table above.
What colors go well with #375D09?
The complementary color is HSL(267, 83%, 20%). For a triadic harmony, use hues 87°, 207°, and 327°. For analogous combinations, try hues 57° and 117°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(87, 83%, 20%) in CSS?
As HSL: color: hsl(87, 83%, 20%); — As HEX: color: #375D09; — As RGB: color: rgb(55, 93, 9); — Tailwind CSS: bg-[hsl(87,83%,20%)] — CSS variable: --color-primary: hsl(87, 83%, 20%);