HSL(82, 34%, 30%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
3500K
CSS Class
bg-[hsl(82,34%,30%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(82, 34%, 30%) | color: hsl(82, 34%, 30%) | |
| HEX | #536732 | color: #536732 | |
| RGB | rgb(83, 103, 50) | color: rgb(83, 103, 50) | |
| CMYK | cmyk(19%, 0%, 51%, 60%) | — | |
| HSV | hsv(83, 51%, 40%) | — | |
| HWB | hwb(83 20% 60%) | color: hwb(83 20% 60%) | |
| OKLCH | oklch(0.4841 0.081 126.27) | color: oklch(0.4841 0.081 126.27) | |
| Lab | lab(40.85 -17.19 27.29) | color: lab(40.85 -17.19 27.29) | |
| LCH | lch(40.85 32.25 122.21) | color: lch(40.85 32.25 122.21) |
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)
#5C5C3F — rgb(92, 92, 63)
Deuteranopia (Green-blind)
#5B5942 — rgb(91, 89, 66)
Tritanopia (Blue-blind)
#54494B — rgb(84, 73, 75)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(82, 34%, 30%);
text
color: hsl(82, 34%, 30%);
border
border: 2px solid hsl(82, 34%, 30%);
gradient light
background: linear-gradient(to right, hsl(82, 34%, 50%), hsl(82, 34%, 30%));
gradient dark
background: linear-gradient(to right, hsl(82, 34%, 30%), hsl(82, 34%, 10%))
hex
background-color: #536732;
tailwind
bg-[hsl(82,34%,30%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(82, 34%, 30%, 0.4);
css variable
--color-primary: hsl(82, 34%, 30%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(82, 34%, 30%)?
HEX: #536732 | RGB: rgb(83, 103, 50) | CMYK: 19%, 0%, 51%, 60% | HSV: 83°, 51%, 40%. Copy any format from the conversion table above.
What colors go well with #536732?
The complementary color is HSL(262, 34%, 30%). 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, 34%, 30%) in CSS?
As HSL: color: hsl(82, 34%, 30%); — As HEX: color: #536732; — As RGB: color: rgb(83, 103, 50); — Tailwind CSS: bg-[hsl(82,34%,30%)] — CSS variable: --color-primary: hsl(82, 34%, 30%);