HSL(126, 92%, 15%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(126,92%,15%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(126, 92%, 15%) | color: hsl(126, 92%, 15%) | |
| HEX | #03490A | color: #03490A | |
| RGB | rgb(3, 73, 10) | color: rgb(3, 73, 10) | |
| CMYK | cmyk(96%, 0%, 86%, 71%) | — | |
| HSV | hsv(126, 96%, 29%) | — | |
| HWB | hwb(126 1% 71%) | color: hwb(126 1% 71%) | |
| OKLCH | oklch(0.3526 0.1126 143.77) | color: oklch(0.3526 0.1126 143.77) | |
| Lab | lab(26.17 -33.59 29.69) | color: lab(26.17 -33.59 29.69) | |
| LCH | lch(26.17 44.83 138.53) | color: lch(26.17 44.83 138.53) |
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)
#212219 — rgb(33, 34, 25)
Deuteranopia (Green-blind)
#1D181D — rgb(29, 24, 29)
Tritanopia (Blue-blind)
#072528 — rgb(7, 37, 40)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(126, 92%, 15%);
text
color: hsl(126, 92%, 15%);
border
border: 2px solid hsl(126, 92%, 15%);
gradient light
background: linear-gradient(to right, hsl(126, 92%, 35%), hsl(126, 92%, 15%));
gradient dark
background: linear-gradient(to right, hsl(126, 92%, 15%), hsl(126, 92%, 0%))
hex
background-color: #03490A;
tailwind
bg-[hsl(126,92%,15%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(126, 92%, 15%, 0.4);
css variable
--color-primary: hsl(126, 92%, 15%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(126, 92%, 15%)?
HEX: #03490A | RGB: rgb(3, 73, 10) | CMYK: 96%, 0%, 86%, 71% | HSV: 126°, 96%, 29%. Copy any format from the conversion table above.
What colors go well with #03490A?
The complementary color is HSL(306, 92%, 15%). 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%, 15%) in CSS?
As HSL: color: hsl(126, 92%, 15%); — As HEX: color: #03490A; — As RGB: color: rgb(3, 73, 10); — Tailwind CSS: bg-[hsl(126,92%,15%)] — CSS variable: --color-primary: hsl(126, 92%, 15%);