HSL(126, 92%, 14%)
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(126,92%,14%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(126, 92%, 14%) | color: hsl(126, 92%, 14%) | |
| HEX | #034509 | color: #034509 | |
| RGB | rgb(3, 69, 9) | color: rgb(3, 69, 9) | |
| CMYK | cmyk(96%, 0%, 87%, 73%) | — | |
| HSV | hsv(125, 96%, 27%) | — | |
| HWB | hwb(125 1% 73%) | color: hwb(125 1% 73%) | |
| OKLCH | oklch(0.3397 0.1083 143.74) | color: oklch(0.3397 0.1083 143.74) | |
| Lab | lab(24.62 -32.29 28.57) | color: lab(24.62 -32.29 28.57) | |
| LCH | lch(24.62 43.11 138.5) | color: lch(24.62 43.11 138.5) |
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)
#202018 — rgb(32, 32, 24)
Deuteranopia (Green-blind)
#1C171B — rgb(28, 23, 27)
Tritanopia (Blue-blind)
#062326 — rgb(6, 35, 38)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(126, 92%, 14%);
text
color: hsl(126, 92%, 14%);
border
border: 2px solid hsl(126, 92%, 14%);
gradient light
background: linear-gradient(to right, hsl(126, 92%, 34%), hsl(126, 92%, 14%));
gradient dark
background: linear-gradient(to right, hsl(126, 92%, 14%), hsl(126, 92%, 0%))
hex
background-color: #034509;
tailwind
bg-[hsl(126,92%,14%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(126, 92%, 14%, 0.4);
css variable
--color-primary: hsl(126, 92%, 14%);
Related Colors
Use Cases for Very Dark Green
Frequently Asked Questions
What are all the color codes for HSL(126, 92%, 14%)?
HEX: #034509 | RGB: rgb(3, 69, 9) | CMYK: 96%, 0%, 87%, 73% | HSV: 125°, 96%, 27%. Copy any format from the conversion table above.
What colors go well with #034509?
The complementary color is HSL(306, 92%, 14%). For a triadic harmony, use hues 126°, 246°, and 6°. For analogous combinations, try hues 96° and 156°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(126, 92%, 14%) in CSS?
As HSL: color: hsl(126, 92%, 14%); — As HEX: color: #034509; — As RGB: color: rgb(3, 69, 9); — Tailwind CSS: bg-[hsl(126,92%,14%)] — CSS variable: --color-primary: hsl(126, 92%, 14%);