HSL(82, 70%, 27%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
3500K
CSS Class
bg-[hsl(82,70%,27%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(82, 70%, 27%) | color: hsl(82, 70%, 27%) | |
| HEX | #527515 | color: #527515 | |
| RGB | rgb(82, 117, 21) | color: rgb(82, 117, 21) | |
| CMYK | cmyk(30%, 0%, 82%, 54%) | — | |
| HSV | hsv(82, 82%, 46%) | — | |
| HWB | hwb(82 8% 54%) | color: hwb(82 8% 54%) | |
| OKLCH | oklch(0.517 0.1261 128.38) | color: oklch(0.517 0.1261 128.38) | |
| Lab | lab(45.04 -27.25 44.86) | color: lab(45.04 -27.25 44.86) | |
| LCH | lch(45.04 52.49 121.28) | color: lch(45.04 52.49 121.28) |
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)
#61612C — rgb(97, 97, 44)
Deuteranopia (Green-blind)
#5F5D32 — rgb(95, 93, 50)
Tritanopia (Blue-blind)
#543F43 — rgb(84, 63, 67)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(82, 70%, 27%);
text
color: hsl(82, 70%, 27%);
border
border: 2px solid hsl(82, 70%, 27%);
gradient light
background: linear-gradient(to right, hsl(82, 70%, 47%), hsl(82, 70%, 27%));
gradient dark
background: linear-gradient(to right, hsl(82, 70%, 27%), hsl(82, 70%, 7%))
hex
background-color: #527515;
tailwind
bg-[hsl(82,70%,27%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(82, 70%, 27%, 0.4);
css variable
--color-primary: hsl(82, 70%, 27%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(82, 70%, 27%)?
HEX: #527515 | RGB: rgb(82, 117, 21) | CMYK: 30%, 0%, 82%, 54% | HSV: 82°, 82%, 46%. Copy any format from the conversion table above.
What colors go well with #527515?
The complementary color is HSL(262, 70%, 27%). For a triadic harmony, use hues 82°, 202°, and 322°. For analogous combinations, try hues 52° and 112°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(82, 70%, 27%) in CSS?
As HSL: color: hsl(82, 70%, 27%); — As HEX: color: #527515; — As RGB: color: rgb(82, 117, 21); — Tailwind CSS: bg-[hsl(82,70%,27%)] — CSS variable: --color-primary: hsl(82, 70%, 27%);