HSL(82, 27%, 15%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
3500K
CSS Class
bg-[hsl(82,27%,15%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(82, 27%, 15%) | color: hsl(82, 27%, 15%) | |
| HEX | #29311C | color: #29311C | |
| RGB | rgb(41, 49, 28) | color: rgb(41, 49, 28) | |
| CMYK | cmyk(16%, 0%, 43%, 81%) | — | |
| HSV | hsv(83, 43%, 19%) | — | |
| HWB | hwb(83 11% 81%) | color: hwb(83 11% 81%) | |
| OKLCH | oklch(0.2991 0.0374 125.55) | color: oklch(0.2991 0.0374 125.55) | |
| Lab | lab(19.02 -7.98 12.3) | color: lab(19.02 -7.98 12.3) | |
| LCH | lch(19.02 14.66 122.97) | color: lch(19.02 14.66 122.97) |
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)
#2C2D21 — rgb(44, 45, 33)
Deuteranopia (Green-blind)
#2C2B22 — rgb(44, 43, 34)
Tritanopia (Blue-blind)
#292526 — rgb(41, 37, 38)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(82, 27%, 15%);
text
color: hsl(82, 27%, 15%);
border
border: 2px solid hsl(82, 27%, 15%);
gradient light
background: linear-gradient(to right, hsl(82, 27%, 35%), hsl(82, 27%, 15%));
gradient dark
background: linear-gradient(to right, hsl(82, 27%, 15%), hsl(82, 27%, 0%))
hex
background-color: #29311C;
tailwind
bg-[hsl(82,27%,15%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(82, 27%, 15%, 0.4);
css variable
--color-primary: hsl(82, 27%, 15%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(82, 27%, 15%)?
HEX: #29311C | RGB: rgb(41, 49, 28) | CMYK: 16%, 0%, 43%, 81% | HSV: 83°, 43%, 19%. Copy any format from the conversion table above.
What colors go well with #29311C?
The complementary color is HSL(262, 27%, 15%). 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, 27%, 15%) in CSS?
As HSL: color: hsl(82, 27%, 15%); — As HEX: color: #29311C; — As RGB: color: rgb(41, 49, 28); — Tailwind CSS: bg-[hsl(82,27%,15%)] — CSS variable: --color-primary: hsl(82, 27%, 15%);