HSL(127, 75%, 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(127,75%,7%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(127, 75%, 7%) | color: hsl(127, 75%, 7%) | |
| HEX | #041F08 | color: #041F08 | |
| RGB | rgb(4, 31, 8) | color: rgb(4, 31, 8) | |
| CMYK | cmyk(87%, 0%, 74%, 88%) | — | |
| HSV | hsv(129, 87%, 12%) | — | |
| HWB | hwb(129 2% 88%) | color: hwb(129 2% 88%) | |
| OKLCH | oklch(0.2114 0.0549 146.59) | color: oklch(0.2114 0.0549 146.59) | |
| Lab | lab(9.18 -15.67 10.16) | color: lab(9.18 -15.67 10.16) | |
| LCH | lch(9.18 18.68 147.04) | color: lch(9.18 18.68 147.04) |
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)
#10100E — rgb(16, 16, 14)
Deuteranopia (Green-blind)
#0E0C0F — rgb(14, 12, 15)
Tritanopia (Blue-blind)
#051213 — rgb(5, 18, 19)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(127, 75%, 7%);
text
color: hsl(127, 75%, 7%);
border
border: 2px solid hsl(127, 75%, 7%);
gradient light
background: linear-gradient(to right, hsl(127, 75%, 27%), hsl(127, 75%, 7%));
gradient dark
background: linear-gradient(to right, hsl(127, 75%, 7%), hsl(127, 75%, 0%))
hex
background-color: #041F08;
tailwind
bg-[hsl(127,75%,7%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(127, 75%, 7%, 0.4);
css variable
--color-primary: hsl(127, 75%, 7%);
Related Colors
Use Cases for Very Dark Green
Frequently Asked Questions
What are all the color codes for HSL(127, 75%, 7%)?
HEX: #041F08 | RGB: rgb(4, 31, 8) | CMYK: 87%, 0%, 74%, 88% | HSV: 129°, 87%, 12%. Copy any format from the conversion table above.
What colors go well with #041F08?
The complementary color is HSL(307, 75%, 7%). For a triadic harmony, use hues 127°, 247°, and 7°. For analogous combinations, try hues 97° and 157°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(127, 75%, 7%) in CSS?
As HSL: color: hsl(127, 75%, 7%); — As HEX: color: #041F08; — As RGB: color: rgb(4, 31, 8); — Tailwind CSS: bg-[hsl(127,75%,7%)] — CSS variable: --color-primary: hsl(127, 75%, 7%);