HSL(82, 30%, 26%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
3500K
CSS Class
bg-[hsl(82,30%,26%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(82, 30%, 26%) | color: hsl(82, 30%, 26%) | |
| HEX | #48562E | color: #48562E | |
| RGB | rgb(72, 86, 46) | color: rgb(72, 86, 46) | |
| CMYK | cmyk(16%, 0%, 47%, 66%) | — | |
| HSV | hsv(81, 47%, 34%) | — | |
| HWB | hwb(81 18% 66%) | color: hwb(81 18% 66%) | |
| OKLCH | oklch(0.4304 0.0635 124.77) | color: oklch(0.4304 0.0635 124.77) | |
| Lab | lab(34.46 -13.09 21.46) | color: lab(34.46 -13.09 21.46) | |
| LCH | lch(34.46 25.14 121.38) | color: lch(34.46 25.14 121.38) |
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)
#4E4E38 — rgb(78, 78, 56)
Deuteranopia (Green-blind)
#4D4C3A — rgb(77, 76, 58)
Tritanopia (Blue-blind)
#493F41 — rgb(73, 63, 65)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(82, 30%, 26%);
text
color: hsl(82, 30%, 26%);
border
border: 2px solid hsl(82, 30%, 26%);
gradient light
background: linear-gradient(to right, hsl(82, 30%, 46%), hsl(82, 30%, 26%));
gradient dark
background: linear-gradient(to right, hsl(82, 30%, 26%), hsl(82, 30%, 6%))
hex
background-color: #48562E;
tailwind
bg-[hsl(82,30%,26%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(82, 30%, 26%, 0.4);
css variable
--color-primary: hsl(82, 30%, 26%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(82, 30%, 26%)?
HEX: #48562E | RGB: rgb(72, 86, 46) | CMYK: 16%, 0%, 47%, 66% | HSV: 81°, 47%, 34%. Copy any format from the conversion table above.
What colors go well with #48562E?
The complementary color is HSL(262, 30%, 26%). 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, 30%, 26%) in CSS?
As HSL: color: hsl(82, 30%, 26%); — As HEX: color: #48562E; — As RGB: color: rgb(72, 86, 46); — Tailwind CSS: bg-[hsl(82,30%,26%)] — CSS variable: --color-primary: hsl(82, 30%, 26%);