HSL(82, 95%, 11%)
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,95%,11%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(82, 95%, 11%) | color: hsl(82, 95%, 11%) | |
| HEX | #233701 | color: #233701 | |
| RGB | rgb(35, 55, 1) | color: rgb(35, 55, 1) | |
| CMYK | cmyk(36%, 0%, 98%, 78%) | — | |
| HSV | hsv(82, 98%, 22%) | — | |
| HWB | hwb(82 0% 78%) | color: hwb(82 0% 78%) | |
| OKLCH | oklch(0.308 0.0803 128.78) | color: oklch(0.308 0.0803 128.78) | |
| Lab | lab(20.41 -17.42 27.8) | color: lab(20.41 -17.42 27.8) | |
| LCH | lch(20.41 32.81 122.07) | color: lch(20.41 32.81 122.07) |
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)
#2C2C0E — rgb(44, 44, 14)
Deuteranopia (Green-blind)
#2B2911 — rgb(43, 41, 17)
Tritanopia (Blue-blind)
#24181B — rgb(36, 24, 27)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(82, 95%, 11%);
text
color: hsl(82, 95%, 11%);
border
border: 2px solid hsl(82, 95%, 11%);
gradient light
background: linear-gradient(to right, hsl(82, 95%, 31%), hsl(82, 95%, 11%));
gradient dark
background: linear-gradient(to right, hsl(82, 95%, 11%), hsl(82, 95%, 0%))
hex
background-color: #233701;
tailwind
bg-[hsl(82,95%,11%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(82, 95%, 11%, 0.4);
css variable
--color-primary: hsl(82, 95%, 11%);
Related Colors
Use Cases for Very Dark Green
Frequently Asked Questions
What are all the color codes for HSL(82, 95%, 11%)?
HEX: #233701 | RGB: rgb(35, 55, 1) | CMYK: 36%, 0%, 98%, 78% | HSV: 82°, 98%, 22%. Copy any format from the conversion table above.
What colors go well with #233701?
The complementary color is HSL(262, 95%, 11%). 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, 95%, 11%) in CSS?
As HSL: color: hsl(82, 95%, 11%); — As HEX: color: #233701; — As RGB: color: rgb(35, 55, 1); — Tailwind CSS: bg-[hsl(82,95%,11%)] — CSS variable: --color-primary: hsl(82, 95%, 11%);