HSL(98, 70%, 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(98,70%,14%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(98, 70%, 14%) | color: hsl(98, 70%, 14%) | |
| HEX | #1D3D0B | color: #1D3D0B | |
| RGB | rgb(29, 61, 11) | color: rgb(29, 61, 11) | |
| CMYK | cmyk(52%, 0%, 82%, 76%) | — | |
| HSV | hsv(98, 82%, 24%) | — | |
| HWB | hwb(98 4% 76%) | color: hwb(98 4% 76%) | |
| OKLCH | oklch(0.3235 0.0848 136.6) | color: oklch(0.3235 0.0848 136.6) | |
| Lab | lab(22.38 -22.18 25.75) | color: lab(22.38 -22.18 25.75) | |
| LCH | lch(22.38 33.99 130.74) | color: lch(22.38 33.99 130.74) |
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)
#2B2B17 — rgb(43, 43, 23)
Deuteranopia (Green-blind)
#29271A — rgb(41, 39, 26)
Tritanopia (Blue-blind)
#1F2123 — rgb(31, 33, 35)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(98, 70%, 14%);
text
color: hsl(98, 70%, 14%);
border
border: 2px solid hsl(98, 70%, 14%);
gradient light
background: linear-gradient(to right, hsl(98, 70%, 34%), hsl(98, 70%, 14%));
gradient dark
background: linear-gradient(to right, hsl(98, 70%, 14%), hsl(98, 70%, 0%))
hex
background-color: #1D3D0B;
tailwind
bg-[hsl(98,70%,14%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(98, 70%, 14%, 0.4);
css variable
--color-primary: hsl(98, 70%, 14%);
Related Colors
Use Cases for Very Dark Green
Frequently Asked Questions
What are all the color codes for HSL(98, 70%, 14%)?
HEX: #1D3D0B | RGB: rgb(29, 61, 11) | CMYK: 52%, 0%, 82%, 76% | HSV: 98°, 82%, 24%. Copy any format from the conversion table above.
What colors go well with #1D3D0B?
The complementary color is HSL(278, 70%, 14%). For a triadic harmony, use hues 98°, 218°, and 338°. For analogous combinations, try hues 68° and 128°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(98, 70%, 14%) in CSS?
As HSL: color: hsl(98, 70%, 14%); — As HEX: color: #1D3D0B; — As RGB: color: rgb(29, 61, 11); — Tailwind CSS: bg-[hsl(98,70%,14%)] — CSS variable: --color-primary: hsl(98, 70%, 14%);