HSL(83, 71%, 15%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
3500K
CSS Class
bg-[hsl(83,71%,15%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(83, 71%, 15%) | color: hsl(83, 71%, 15%) | |
| HEX | #2D410B | color: #2D410B | |
| RGB | rgb(45, 65, 11) | color: rgb(45, 65, 11) | |
| CMYK | cmyk(31%, 0%, 83%, 75%) | — | |
| HSV | hsv(82, 83%, 25%) | — | |
| HWB | hwb(82 4% 75%) | color: hwb(82 4% 75%) | |
| OKLCH | oklch(0.3461 0.0809 128.07) | color: oklch(0.3461 0.0809 128.07) | |
| Lab | lab(24.84 -17.43 28.54) | color: lab(24.84 -17.43 28.54) | |
| LCH | lch(24.84 33.44 121.41) | color: lch(24.84 33.44 121.41) |
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)
#363618 — rgb(54, 54, 24)
Deuteranopia (Green-blind)
#35331B — rgb(53, 51, 27)
Tritanopia (Blue-blind)
#2E2225 — rgb(46, 34, 37)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(83, 71%, 15%);
text
color: hsl(83, 71%, 15%);
border
border: 2px solid hsl(83, 71%, 15%);
gradient light
background: linear-gradient(to right, hsl(83, 71%, 35%), hsl(83, 71%, 15%));
gradient dark
background: linear-gradient(to right, hsl(83, 71%, 15%), hsl(83, 71%, 0%))
hex
background-color: #2D410B;
tailwind
bg-[hsl(83,71%,15%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(83, 71%, 15%, 0.4);
css variable
--color-primary: hsl(83, 71%, 15%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(83, 71%, 15%)?
HEX: #2D410B | RGB: rgb(45, 65, 11) | CMYK: 31%, 0%, 83%, 75% | HSV: 82°, 83%, 25%. Copy any format from the conversion table above.
What colors go well with #2D410B?
The complementary color is HSL(263, 71%, 15%). For a triadic harmony, use hues 83°, 203°, and 323°. For analogous combinations, try hues 53° and 113°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(83, 71%, 15%) in CSS?
As HSL: color: hsl(83, 71%, 15%); — As HEX: color: #2D410B; — As RGB: color: rgb(45, 65, 11); — Tailwind CSS: bg-[hsl(83,71%,15%)] — CSS variable: --color-primary: hsl(83, 71%, 15%);