HSL(70, 60%, 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,60%,11%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(70, 60%, 11%) | color: hsl(70, 60%, 11%) | |
| HEX | #272D0B | color: #272D0B | |
| RGB | rgb(39, 45, 11) | color: rgb(39, 45, 11) | |
| CMYK | cmyk(13%, 0%, 76%, 82%) | — | |
| HSV | hsv(71, 76%, 18%) | — | |
| HWB | hwb(71 4% 82%) | color: hwb(71 4% 82%) | |
| OKLCH | oklch(0.2827 0.0534 118.44) | color: oklch(0.2827 0.0534 118.44) | |
| Lab | lab(17.14 -8.71 19.97) | color: lab(17.14 -8.71 19.97) | |
| LCH | lch(17.14 21.79 113.56) | color: lch(17.14 21.79 113.56) |
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)
#2A2A13 — rgb(42, 42, 19)
Deuteranopia (Green-blind)
#292915 — rgb(41, 41, 21)
Tritanopia (Blue-blind)
#271A1B — rgb(39, 26, 27)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(70, 60%, 11%);
text
color: hsl(70, 60%, 11%);
border
border: 2px solid hsl(70, 60%, 11%);
gradient light
background: linear-gradient(to right, hsl(70, 60%, 31%), hsl(70, 60%, 11%));
gradient dark
background: linear-gradient(to right, hsl(70, 60%, 11%), hsl(70, 60%, 0%))
hex
background-color: #272D0B;
tailwind
bg-[hsl(70,60%,11%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(70, 60%, 11%, 0.4);
css variable
--color-primary: hsl(70, 60%, 11%);
Related Colors
Use Cases for Very Dark Green
Frequently Asked Questions
What are all the color codes for HSL(70, 60%, 11%)?
HEX: #272D0B | RGB: rgb(39, 45, 11) | CMYK: 13%, 0%, 76%, 82% | HSV: 71°, 76%, 18%. Copy any format from the conversion table above.
What colors go well with #272D0B?
The complementary color is HSL(250, 60%, 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, 60%, 11%) in CSS?
As HSL: color: hsl(70, 60%, 11%); — As HEX: color: #272D0B; — As RGB: color: rgb(39, 45, 11); — Tailwind CSS: bg-[hsl(70,60%,11%)] — CSS variable: --color-primary: hsl(70, 60%, 11%);