HSL(70, 74%, 11%)
Very Dark Green — Green color
Adjust Color
Color Information
Color Name
Very Dark Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
3500K
CSS Class
bg-[hsl(70,74%,11%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(70, 74%, 11%) | color: hsl(70, 74%, 11%) | |
| HEX | #2A3107 | color: #2A3107 | |
| RGB | rgb(42, 49, 7) | color: rgb(42, 49, 7) | |
| CMYK | cmyk(14%, 0%, 86%, 81%) | — | |
| HSV | hsv(70, 86%, 19%) | — | |
| HWB | hwb(70 3% 81%) | color: hwb(70 3% 81%) | |
| OKLCH | oklch(0.2967 0.0619 118.61) | color: oklch(0.2967 0.0619 118.61) | |
| Lab | lab(18.82 -9.96 23.68) | color: lab(18.82 -9.96 23.68) | |
| LCH | lch(18.82 25.69 112.81) | color: lch(18.82 25.69 112.81) |
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)
#2D2D11 — rgb(45, 45, 17)
Deuteranopia (Green-blind)
#2D2C14 — rgb(45, 44, 20)
Tritanopia (Blue-blind)
#2A191B — rgb(42, 25, 27)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(70, 74%, 11%);
text
color: hsl(70, 74%, 11%);
border
border: 2px solid hsl(70, 74%, 11%);
gradient light
background: linear-gradient(to right, hsl(70, 74%, 31%), hsl(70, 74%, 11%));
gradient dark
background: linear-gradient(to right, hsl(70, 74%, 11%), hsl(70, 74%, 0%))
hex
background-color: #2A3107;
tailwind
bg-[hsl(70,74%,11%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(70, 74%, 11%, 0.4);
css variable
--color-primary: hsl(70, 74%, 11%);
Related Colors
Use Cases for Very Dark Green
Frequently Asked Questions
What are all the color codes for HSL(70, 74%, 11%)?
HEX: #2A3107 | RGB: rgb(42, 49, 7) | CMYK: 14%, 0%, 86%, 81% | HSV: 70°, 86%, 19%. Copy any format from the conversion table above.
What colors go well with #2A3107?
The complementary color is HSL(250, 74%, 11%). For a triadic harmony, use hues 70°, 190°, and 310°. For analogous combinations, try hues 40° and 100°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(70, 74%, 11%) in CSS?
As HSL: color: hsl(70, 74%, 11%); — As HEX: color: #2A3107; — As RGB: color: rgb(42, 49, 7); — Tailwind CSS: bg-[hsl(70,74%,11%)] — CSS variable: --color-primary: hsl(70, 74%, 11%);