HSL(101, 68%, 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(101,68%,14%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(101, 68%, 14%) | color: hsl(101, 68%, 14%) | |
| HEX | #1B3C0B | color: #1B3C0B | |
| RGB | rgb(27, 60, 11) | color: rgb(27, 60, 11) | |
| CMYK | cmyk(55%, 0%, 82%, 76%) | — | |
| HSV | hsv(100, 82%, 24%) | — | |
| HWB | hwb(100 4% 76%) | color: hwb(100 4% 76%) | |
| OKLCH | oklch(0.3193 0.0845 137.39) | color: oklch(0.3193 0.0845 137.39) | |
| Lab | lab(21.9 -22.45 25.21) | color: lab(21.9 -22.45 25.21) | |
| LCH | lch(21.9 33.76 131.69) | color: lch(21.9 33.76 131.69) |
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)
#292A17 — rgb(41, 42, 23)
Deuteranopia (Green-blind)
#27251A — rgb(39, 37, 26)
Tritanopia (Blue-blind)
#1D2022 — rgb(29, 32, 34)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(101, 68%, 14%);
text
color: hsl(101, 68%, 14%);
border
border: 2px solid hsl(101, 68%, 14%);
gradient light
background: linear-gradient(to right, hsl(101, 68%, 34%), hsl(101, 68%, 14%));
gradient dark
background: linear-gradient(to right, hsl(101, 68%, 14%), hsl(101, 68%, 0%))
hex
background-color: #1B3C0B;
tailwind
bg-[hsl(101,68%,14%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(101, 68%, 14%, 0.4);
css variable
--color-primary: hsl(101, 68%, 14%);
Related Colors
Use Cases for Very Dark Green
Frequently Asked Questions
What are all the color codes for HSL(101, 68%, 14%)?
HEX: #1B3C0B | RGB: rgb(27, 60, 11) | CMYK: 55%, 0%, 82%, 76% | HSV: 100°, 82%, 24%. Copy any format from the conversion table above.
What colors go well with #1B3C0B?
The complementary color is HSL(281, 68%, 14%). For a triadic harmony, use hues 101°, 221°, and 341°. For analogous combinations, try hues 71° and 131°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(101, 68%, 14%) in CSS?
As HSL: color: hsl(101, 68%, 14%); — As HEX: color: #1B3C0B; — As RGB: color: rgb(27, 60, 11); — Tailwind CSS: bg-[hsl(101,68%,14%)] — CSS variable: --color-primary: hsl(101, 68%, 14%);