HSL(110, 55%, 7%)
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(110,55%,7%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(110, 55%, 7%) | color: hsl(110, 55%, 7%) | |
| HEX | #0B1C08 | color: #0B1C08 | |
| RGB | rgb(11, 28, 8) | color: rgb(11, 28, 8) | |
| CMYK | cmyk(61%, 0%, 71%, 89%) | — | |
| HSV | hsv(111, 71%, 11%) | — | |
| HWB | hwb(111 3% 89%) | color: hwb(111 3% 89%) | |
| OKLCH | oklch(0.2052 0.0442 140.61) | color: oklch(0.2052 0.0442 140.61) | |
| Lab | lab(8.3 -11.31 8.94) | color: lab(8.3 -11.31 8.94) | |
| LCH | lch(8.3 14.42 141.68) | color: lch(8.3 14.42 141.68) |
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)
#12130D — rgb(18, 19, 13)
Deuteranopia (Green-blind)
#11100E — rgb(17, 16, 14)
Tritanopia (Blue-blind)
#0C1112 — rgb(12, 17, 18)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(110, 55%, 7%);
text
color: hsl(110, 55%, 7%);
border
border: 2px solid hsl(110, 55%, 7%);
gradient light
background: linear-gradient(to right, hsl(110, 55%, 27%), hsl(110, 55%, 7%));
gradient dark
background: linear-gradient(to right, hsl(110, 55%, 7%), hsl(110, 55%, 0%))
hex
background-color: #0B1C08;
tailwind
bg-[hsl(110,55%,7%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(110, 55%, 7%, 0.4);
css variable
--color-primary: hsl(110, 55%, 7%);
Related Colors
Use Cases for Very Dark Green
Frequently Asked Questions
What are all the color codes for HSL(110, 55%, 7%)?
HEX: #0B1C08 | RGB: rgb(11, 28, 8) | CMYK: 61%, 0%, 71%, 89% | HSV: 111°, 71%, 11%. Copy any format from the conversion table above.
What colors go well with #0B1C08?
The complementary color is HSL(290, 55%, 7%). For a triadic harmony, use hues 110°, 230°, and 350°. For analogous combinations, try hues 80° and 140°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(110, 55%, 7%) in CSS?
As HSL: color: hsl(110, 55%, 7%); — As HEX: color: #0B1C08; — As RGB: color: rgb(11, 28, 8); — Tailwind CSS: bg-[hsl(110,55%,7%)] — CSS variable: --color-primary: hsl(110, 55%, 7%);