HSL(106, 100%, 1%)
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(106,100%,1%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(106, 100%, 1%) | color: hsl(106, 100%, 1%) | |
| HEX | #010500 | color: #010500 | |
| RGB | rgb(1, 5, 0) | color: rgb(1, 5, 0) | |
| CMYK | cmyk(80%, 0%, 100%, 98%) | — | |
| HSV | hsv(108, 100%, 2%) | — | |
| HWB | hwb(108 0% 98%) | color: hwb(108 0% 98%) | |
| OKLCH | oklch(0.1022 0.0306 136.39) | color: oklch(0.1022 0.0306 136.39) | |
| Lab | lab(1.04 -1.74 1.52) | color: lab(1.04 -1.74 1.52) | |
| LCH | lch(1.04 2.31 138.86) | color: lch(1.04 2.31 138.86) |
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)
#030301 — rgb(3, 3, 1)
Deuteranopia (Green-blind)
#030202 — rgb(3, 2, 2)
Tritanopia (Blue-blind)
#010202 — rgb(1, 2, 2)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(106, 100%, 1%);
text
color: hsl(106, 100%, 1%);
border
border: 2px solid hsl(106, 100%, 1%);
gradient light
background: linear-gradient(to right, hsl(106, 100%, 21%), hsl(106, 100%, 1%));
gradient dark
background: linear-gradient(to right, hsl(106, 100%, 1%), hsl(106, 100%, 0%))
hex
background-color: #010500;
tailwind
bg-[hsl(106,100%,1%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(106, 100%, 1%, 0.4);
css variable
--color-primary: hsl(106, 100%, 1%);
Related Colors
Use Cases for Very Dark Green
Frequently Asked Questions
What are all the color codes for HSL(106, 100%, 1%)?
HEX: #010500 | RGB: rgb(1, 5, 0) | CMYK: 80%, 0%, 100%, 98% | HSV: 108°, 100%, 2%. Copy any format from the conversion table above.
What colors go well with #010500?
The complementary color is HSL(286, 100%, 1%). For a triadic harmony, use hues 106°, 226°, and 346°. For analogous combinations, try hues 76° and 136°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(106, 100%, 1%) in CSS?
As HSL: color: hsl(106, 100%, 1%); — As HEX: color: #010500; — As RGB: color: rgb(1, 5, 0); — Tailwind CSS: bg-[hsl(106,100%,1%)] — CSS variable: --color-primary: hsl(106, 100%, 1%);