HSL(122, 85%, 8%)
Very Dark Green — Green color
Adjust Color
Color Information
Color Name
Very Dark Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(122,85%,8%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(122, 85%, 8%) | color: hsl(122, 85%, 8%) | |
| HEX | #032604 | color: #032604 | |
| RGB | rgb(3, 38, 4) | color: rgb(3, 38, 4) | |
| CMYK | cmyk(92%, 0%, 89%, 85%) | — | |
| HSV | hsv(122, 92%, 15%) | — | |
| HWB | hwb(122 1% 85%) | color: hwb(122 1% 85%) | |
| OKLCH | oklch(0.2349 0.0718 143.39) | color: oklch(0.2349 0.0718 143.39) | |
| Lab | lab(12.05 -21.12 15.8) | color: lab(12.05 -21.12 15.8) | |
| LCH | lch(12.05 26.38 143.2) | color: lch(12.05 26.38 143.2) |
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)
#12120C — rgb(18, 18, 12)
Deuteranopia (Green-blind)
#100E0E — rgb(16, 14, 14)
Tritanopia (Blue-blind)
#051314 — rgb(5, 19, 20)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(122, 85%, 8%);
text
color: hsl(122, 85%, 8%);
border
border: 2px solid hsl(122, 85%, 8%);
gradient light
background: linear-gradient(to right, hsl(122, 85%, 28%), hsl(122, 85%, 8%));
gradient dark
background: linear-gradient(to right, hsl(122, 85%, 8%), hsl(122, 85%, 0%))
hex
background-color: #032604;
tailwind
bg-[hsl(122,85%,8%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(122, 85%, 8%, 0.4);
css variable
--color-primary: hsl(122, 85%, 8%);
Related Colors
Use Cases for Very Dark Green
Frequently Asked Questions
What are all the color codes for HSL(122, 85%, 8%)?
HEX: #032604 | RGB: rgb(3, 38, 4) | CMYK: 92%, 0%, 89%, 85% | HSV: 122°, 92%, 15%. Copy any format from the conversion table above.
What colors go well with #032604?
The complementary color is HSL(302, 85%, 8%). For a triadic harmony, use hues 122°, 242°, and 2°. For analogous combinations, try hues 92° and 152°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(122, 85%, 8%) in CSS?
As HSL: color: hsl(122, 85%, 8%); — As HEX: color: #032604; — As RGB: color: rgb(3, 38, 4); — Tailwind CSS: bg-[hsl(122,85%,8%)] — CSS variable: --color-primary: hsl(122, 85%, 8%);