HSL(139, 83%, 6%)
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(139,83%,6%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(139, 83%, 6%) | color: hsl(139, 83%, 6%) | |
| HEX | #031C0B | color: #031C0B | |
| RGB | rgb(3, 28, 11) | color: rgb(3, 28, 11) | |
| CMYK | cmyk(89%, 0%, 61%, 89%) | — | |
| HSV | hsv(139, 89%, 11%) | — | |
| HWB | hwb(139 1% 89%) | color: hwb(139 1% 89%) | |
| OKLCH | oklch(0.2008 0.0467 151.89) | color: oklch(0.2008 0.0467 151.89) | |
| Lab | lab(7.89 -13.01 7.06) | color: lab(7.89 -13.01 7.06) | |
| LCH | lch(7.89 14.8 151.51) | color: lch(7.89 14.8 151.51) |
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)
#0E0E0F — rgb(14, 14, 15)
Deuteranopia (Green-blind)
#0C0B10 — rgb(12, 11, 16)
Tritanopia (Blue-blind)
#041213 — rgb(4, 18, 19)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(139, 83%, 6%);
text
color: hsl(139, 83%, 6%);
border
border: 2px solid hsl(139, 83%, 6%);
gradient light
background: linear-gradient(to right, hsl(139, 83%, 26%), hsl(139, 83%, 6%));
gradient dark
background: linear-gradient(to right, hsl(139, 83%, 6%), hsl(139, 83%, 0%))
hex
background-color: #031C0B;
tailwind
bg-[hsl(139,83%,6%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(139, 83%, 6%, 0.4);
css variable
--color-primary: hsl(139, 83%, 6%);
Related Colors
Use Cases for Very Dark Green
Frequently Asked Questions
What are all the color codes for HSL(139, 83%, 6%)?
HEX: #031C0B | RGB: rgb(3, 28, 11) | CMYK: 89%, 0%, 61%, 89% | HSV: 139°, 89%, 11%. Copy any format from the conversion table above.
What colors go well with #031C0B?
The complementary color is HSL(319, 83%, 6%). For a triadic harmony, use hues 139°, 259°, and 19°. For analogous combinations, try hues 109° and 169°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(139, 83%, 6%) in CSS?
As HSL: color: hsl(139, 83%, 6%); — As HEX: color: #031C0B; — As RGB: color: rgb(3, 28, 11); — Tailwind CSS: bg-[hsl(139,83%,6%)] — CSS variable: --color-primary: hsl(139, 83%, 6%);