HSL(82, 55%, 10%)
Very Dark Green — Green color
Adjust Color
Color Information
Color Name
Very Dark Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
3500K
CSS Class
bg-[hsl(82,55%,10%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(82, 55%, 10%) | color: hsl(82, 55%, 10%) | |
| HEX | #1D280B | color: #1D280B | |
| RGB | rgb(29, 40, 11) | color: rgb(29, 40, 11) | |
| CMYK | cmyk(28%, 0%, 73%, 84%) | — | |
| HSV | hsv(83, 73%, 16%) | — | |
| HWB | hwb(83 4% 84%) | color: hwb(83 4% 84%) | |
| OKLCH | oklch(0.2585 0.0504 127.03) | color: oklch(0.2585 0.0504 127.03) | |
| Lab | lab(14.42 -10.75 16.35) | color: lab(14.42 -10.75 16.35) | |
| LCH | lch(14.42 19.57 123.32) | color: lch(14.42 19.57 123.32) |
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)
#222212 — rgb(34, 34, 18)
Deuteranopia (Green-blind)
#212014 — rgb(33, 32, 20)
Tritanopia (Blue-blind)
#1E1819 — rgb(30, 24, 25)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(82, 55%, 10%);
text
color: hsl(82, 55%, 10%);
border
border: 2px solid hsl(82, 55%, 10%);
gradient light
background: linear-gradient(to right, hsl(82, 55%, 30%), hsl(82, 55%, 10%));
gradient dark
background: linear-gradient(to right, hsl(82, 55%, 10%), hsl(82, 55%, 0%))
hex
background-color: #1D280B;
tailwind
bg-[hsl(82,55%,10%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(82, 55%, 10%, 0.4);
css variable
--color-primary: hsl(82, 55%, 10%);
Related Colors
Use Cases for Very Dark Green
Frequently Asked Questions
What are all the color codes for HSL(82, 55%, 10%)?
HEX: #1D280B | RGB: rgb(29, 40, 11) | CMYK: 28%, 0%, 73%, 84% | HSV: 83°, 73%, 16%. Copy any format from the conversion table above.
What colors go well with #1D280B?
The complementary color is HSL(262, 55%, 10%). 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, 55%, 10%) in CSS?
As HSL: color: hsl(82, 55%, 10%); — As HEX: color: #1D280B; — As RGB: color: rgb(29, 40, 11); — Tailwind CSS: bg-[hsl(82,55%,10%)] — CSS variable: --color-primary: hsl(82, 55%, 10%);