HSL(141, 61%, 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(141,61%,6%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(141, 61%, 6%) | color: hsl(141, 61%, 6%) | |
| HEX | #06190D | color: #06190D | |
| RGB | rgb(6, 25, 13) | color: rgb(6, 25, 13) | |
| CMYK | cmyk(76%, 0%, 48%, 90%) | — | |
| HSV | hsv(142, 76%, 10%) | — | |
| HWB | hwb(142 2% 90%) | color: hwb(142 2% 90%) | |
| OKLCH | oklch(0.1928 0.0355 154.35) | color: oklch(0.1928 0.0355 154.35) | |
| Lab | lab(6.89 -9.42 4.7) | color: lab(6.89 -9.42 4.7) | |
| LCH | lch(6.89 10.53 153.48) | color: lch(6.89 10.53 153.48) |
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)
#0E0E10 — rgb(14, 14, 16)
Deuteranopia (Green-blind)
#0D0C11 — rgb(13, 12, 17)
Tritanopia (Blue-blind)
#071213 — rgb(7, 18, 19)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(141, 61%, 6%);
text
color: hsl(141, 61%, 6%);
border
border: 2px solid hsl(141, 61%, 6%);
gradient light
background: linear-gradient(to right, hsl(141, 61%, 26%), hsl(141, 61%, 6%));
gradient dark
background: linear-gradient(to right, hsl(141, 61%, 6%), hsl(141, 61%, 0%))
hex
background-color: #06190D;
tailwind
bg-[hsl(141,61%,6%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(141, 61%, 6%, 0.4);
css variable
--color-primary: hsl(141, 61%, 6%);
Related Colors
Use Cases for Very Dark Green
Frequently Asked Questions
What are all the color codes for HSL(141, 61%, 6%)?
HEX: #06190D | RGB: rgb(6, 25, 13) | CMYK: 76%, 0%, 48%, 90% | HSV: 142°, 76%, 10%. Copy any format from the conversion table above.
What colors go well with #06190D?
The complementary color is HSL(321, 61%, 6%). For a triadic harmony, use hues 141°, 261°, and 21°. For analogous combinations, try hues 111° and 171°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(141, 61%, 6%) in CSS?
As HSL: color: hsl(141, 61%, 6%); — As HEX: color: #06190D; — As RGB: color: rgb(6, 25, 13); — Tailwind CSS: bg-[hsl(141,61%,6%)] — CSS variable: --color-primary: hsl(141, 61%, 6%);