HSL(82, 39%, 12%)
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,39%,12%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(82, 39%, 12%) | color: hsl(82, 39%, 12%) | |
| HEX | #222B13 | color: #222B13 | |
| RGB | rgb(34, 43, 19) | color: rgb(34, 43, 19) | |
| CMYK | cmyk(21%, 0%, 56%, 83%) | — | |
| HSV | hsv(83, 56%, 17%) | — | |
| HWB | hwb(83 7% 83%) | color: hwb(83 7% 83%) | |
| OKLCH | oklch(0.2734 0.0427 125.93) | color: oklch(0.2734 0.0427 125.93) | |
| Lab | lab(16.08 -9.04 14.31) | color: lab(16.08 -9.04 14.31) | |
| LCH | lch(16.08 16.93 122.28) | color: lch(16.08 16.93 122.28) |
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)
#262619 — rgb(38, 38, 25)
Deuteranopia (Green-blind)
#25251A — rgb(37, 37, 26)
Tritanopia (Blue-blind)
#221D1E — rgb(34, 29, 30)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(82, 39%, 12%);
text
color: hsl(82, 39%, 12%);
border
border: 2px solid hsl(82, 39%, 12%);
gradient light
background: linear-gradient(to right, hsl(82, 39%, 32%), hsl(82, 39%, 12%));
gradient dark
background: linear-gradient(to right, hsl(82, 39%, 12%), hsl(82, 39%, 0%))
hex
background-color: #222B13;
tailwind
bg-[hsl(82,39%,12%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(82, 39%, 12%, 0.4);
css variable
--color-primary: hsl(82, 39%, 12%);
Related Colors
Use Cases for Very Dark Green
Frequently Asked Questions
What are all the color codes for HSL(82, 39%, 12%)?
HEX: #222B13 | RGB: rgb(34, 43, 19) | CMYK: 21%, 0%, 56%, 83% | HSV: 83°, 56%, 17%. Copy any format from the conversion table above.
What colors go well with #222B13?
The complementary color is HSL(262, 39%, 12%). 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, 39%, 12%) in CSS?
As HSL: color: hsl(82, 39%, 12%); — As HEX: color: #222B13; — As RGB: color: rgb(34, 43, 19); — Tailwind CSS: bg-[hsl(82,39%,12%)] — CSS variable: --color-primary: hsl(82, 39%, 12%);