HSL(80, 70%, 27%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
3500K
CSS Class
bg-[hsl(80,70%,27%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(80, 70%, 27%) | color: hsl(80, 70%, 27%) | |
| HEX | #557515 | color: #557515 | |
| RGB | rgb(85, 117, 21) | color: rgb(85, 117, 21) | |
| CMYK | cmyk(27%, 0%, 82%, 54%) | — | |
| HSV | hsv(80, 82%, 46%) | — | |
| HWB | hwb(80 8% 54%) | color: hwb(80 8% 54%) | |
| OKLCH | oklch(0.5191 0.1244 127.09) | color: oklch(0.5191 0.1244 127.09) | |
| Lab | lab(45.23 -25.99 45.11) | color: lab(45.23 -25.99 45.11) | |
| LCH | lch(45.23 52.06 119.95) | color: lch(45.23 52.06 119.95) |
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)
#63632C — rgb(99, 99, 44)
Deuteranopia (Green-blind)
#615F32 — rgb(97, 95, 50)
Tritanopia (Blue-blind)
#573F43 — rgb(87, 63, 67)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(80, 70%, 27%);
text
color: hsl(80, 70%, 27%);
border
border: 2px solid hsl(80, 70%, 27%);
gradient light
background: linear-gradient(to right, hsl(80, 70%, 47%), hsl(80, 70%, 27%));
gradient dark
background: linear-gradient(to right, hsl(80, 70%, 27%), hsl(80, 70%, 7%))
hex
background-color: #557515;
tailwind
bg-[hsl(80,70%,27%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(80, 70%, 27%, 0.4);
css variable
--color-primary: hsl(80, 70%, 27%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(80, 70%, 27%)?
HEX: #557515 | RGB: rgb(85, 117, 21) | CMYK: 27%, 0%, 82%, 54% | HSV: 80°, 82%, 46%. Copy any format from the conversion table above.
What colors go well with #557515?
The complementary color is HSL(260, 70%, 27%). For a triadic harmony, use hues 80°, 200°, and 320°. For analogous combinations, try hues 50° and 110°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(80, 70%, 27%) in CSS?
As HSL: color: hsl(80, 70%, 27%); — As HEX: color: #557515; — As RGB: color: rgb(85, 117, 21); — Tailwind CSS: bg-[hsl(80,70%,27%)] — CSS variable: --color-primary: hsl(80, 70%, 27%);