HSL(69, 95%, 6%)
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(69,95%,6%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(69, 95%, 6%) | color: hsl(69, 95%, 6%) | |
| HEX | #191E01 | color: #191E01 | |
| RGB | rgb(25, 30, 1) | color: rgb(25, 30, 1) | |
| CMYK | cmyk(17%, 0%, 97%, 88%) | — | |
| HSV | hsv(70, 97%, 12%) | — | |
| HWB | hwb(70 0% 88%) | color: hwb(70 0% 88%) | |
| OKLCH | oklch(0.2222 0.0499 118.37) | color: oklch(0.2222 0.0499 118.37) | |
| Lab | lab(10.09 -7.83 14.5) | color: lab(10.09 -7.83 14.5) | |
| LCH | lch(10.09 16.48 118.37) | color: lch(10.09 16.48 118.37) |
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)
#1B1B08 — rgb(27, 27, 8)
Deuteranopia (Green-blind)
#1B1B0A — rgb(27, 27, 10)
Tritanopia (Blue-blind)
#190E0F — rgb(25, 14, 15)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(69, 95%, 6%);
text
color: hsl(69, 95%, 6%);
border
border: 2px solid hsl(69, 95%, 6%);
gradient light
background: linear-gradient(to right, hsl(69, 95%, 26%), hsl(69, 95%, 6%));
gradient dark
background: linear-gradient(to right, hsl(69, 95%, 6%), hsl(69, 95%, 0%))
hex
background-color: #191E01;
tailwind
bg-[hsl(69,95%,6%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(69, 95%, 6%, 0.4);
css variable
--color-primary: hsl(69, 95%, 6%);
Related Colors
Use Cases for Very Dark Green
Frequently Asked Questions
What are all the color codes for HSL(69, 95%, 6%)?
HEX: #191E01 | RGB: rgb(25, 30, 1) | CMYK: 17%, 0%, 97%, 88% | HSV: 70°, 97%, 12%. Copy any format from the conversion table above.
What colors go well with #191E01?
The complementary color is HSL(249, 95%, 6%). For a triadic harmony, use hues 69°, 189°, and 309°. For analogous combinations, try hues 39° and 99°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(69, 95%, 6%) in CSS?
As HSL: color: hsl(69, 95%, 6%); — As HEX: color: #191E01; — As RGB: color: rgb(25, 30, 1); — Tailwind CSS: bg-[hsl(69,95%,6%)] — CSS variable: --color-primary: hsl(69, 95%, 6%);