HSL(125, 90%, 10%)
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(125,90%,10%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(125, 90%, 10%) | color: hsl(125, 90%, 10%) | |
| HEX | #033006 | color: #033006 | |
| RGB | rgb(3, 48, 6) | color: rgb(3, 48, 6) | |
| CMYK | cmyk(94%, 0%, 88%, 81%) | — | |
| HSV | hsv(124, 94%, 19%) | — | |
| HWB | hwb(124 1% 81%) | color: hwb(124 1% 81%) | |
| OKLCH | oklch(0.2697 0.0835 143.85) | color: oklch(0.2697 0.0835 143.85) | |
| Lab | lab(16.24 -24.93 20.45) | color: lab(16.24 -24.93 20.45) | |
| LCH | lch(16.24 32.24 140.64) | color: lch(16.24 32.24 140.64) |
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)
#161710 — rgb(22, 23, 16)
Deuteranopia (Green-blind)
#141113 — rgb(20, 17, 19)
Tritanopia (Blue-blind)
#05181A — rgb(5, 24, 26)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(125, 90%, 10%);
text
color: hsl(125, 90%, 10%);
border
border: 2px solid hsl(125, 90%, 10%);
gradient light
background: linear-gradient(to right, hsl(125, 90%, 30%), hsl(125, 90%, 10%));
gradient dark
background: linear-gradient(to right, hsl(125, 90%, 10%), hsl(125, 90%, 0%))
hex
background-color: #033006;
tailwind
bg-[hsl(125,90%,10%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(125, 90%, 10%, 0.4);
css variable
--color-primary: hsl(125, 90%, 10%);
Related Colors
Use Cases for Very Dark Green
Frequently Asked Questions
What are all the color codes for HSL(125, 90%, 10%)?
HEX: #033006 | RGB: rgb(3, 48, 6) | CMYK: 94%, 0%, 88%, 81% | HSV: 124°, 94%, 19%. Copy any format from the conversion table above.
What colors go well with #033006?
The complementary color is HSL(305, 90%, 10%). For a triadic harmony, use hues 125°, 245°, and 5°. For analogous combinations, try hues 95° and 155°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(125, 90%, 10%) in CSS?
As HSL: color: hsl(125, 90%, 10%); — As HEX: color: #033006; — As RGB: color: rgb(3, 48, 6); — Tailwind CSS: bg-[hsl(125,90%,10%)] — CSS variable: --color-primary: hsl(125, 90%, 10%);