HSL(111, 49%, 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(111,49%,7%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(111, 49%, 7%) | color: hsl(111, 49%, 7%) | |
| HEX | #0C1B09 | color: #0C1B09 | |
| RGB | rgb(12, 27, 9) | color: rgb(12, 27, 9) | |
| CMYK | cmyk(56%, 0%, 67%, 89%) | — | |
| HSV | hsv(110, 67%, 11%) | — | |
| HWB | hwb(110 4% 89%) | color: hwb(110 4% 89%) | |
| OKLCH | oklch(0.2027 0.04 140.32) | color: oklch(0.2027 0.04 140.32) | |
| Lab | lab(7.96 -10.04 8.05) | color: lab(7.96 -10.04 8.05) | |
| LCH | lch(7.96 12.87 141.28) | color: lch(7.96 12.87 141.28) |
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)
#12110E — rgb(18, 17, 14)
Tritanopia (Blue-blind)
#0D1112 — rgb(13, 17, 18)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(111, 49%, 7%);
text
color: hsl(111, 49%, 7%);
border
border: 2px solid hsl(111, 49%, 7%);
gradient light
background: linear-gradient(to right, hsl(111, 49%, 27%), hsl(111, 49%, 7%));
gradient dark
background: linear-gradient(to right, hsl(111, 49%, 7%), hsl(111, 49%, 0%))
hex
background-color: #0C1B09;
tailwind
bg-[hsl(111,49%,7%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(111, 49%, 7%, 0.4);
css variable
--color-primary: hsl(111, 49%, 7%);
Related Colors
Use Cases for Very Dark Green
Frequently Asked Questions
What are all the color codes for HSL(111, 49%, 7%)?
HEX: #0C1B09 | RGB: rgb(12, 27, 9) | CMYK: 56%, 0%, 67%, 89% | HSV: 110°, 67%, 11%. Copy any format from the conversion table above.
What colors go well with #0C1B09?
The complementary color is HSL(291, 49%, 7%). For a triadic harmony, use hues 111°, 231°, and 351°. For analogous combinations, try hues 81° and 141°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(111, 49%, 7%) in CSS?
As HSL: color: hsl(111, 49%, 7%); — As HEX: color: #0C1B09; — As RGB: color: rgb(12, 27, 9); — Tailwind CSS: bg-[hsl(111,49%,7%)] — CSS variable: --color-primary: hsl(111, 49%, 7%);