HSL(127, 52%, 13%)
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(127,52%,13%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(127, 52%, 13%) | color: hsl(127, 52%, 13%) | |
| HEX | #103214 | color: #103214 | |
| RGB | rgb(16, 50, 20) | color: rgb(16, 50, 20) | |
| CMYK | cmyk(68%, 0%, 60%, 80%) | — | |
| HSV | hsv(127, 68%, 20%) | — | |
| HWB | hwb(127 6% 80%) | color: hwb(127 6% 80%) | |
| OKLCH | oklch(0.2833 0.0661 145.79) | color: oklch(0.2833 0.0661 145.79) | |
| Lab | lab(17.65 -20.19 15.39) | color: lab(17.65 -20.19 15.39) | |
| LCH | lch(17.65 25.39 142.68) | color: lch(17.65 25.39 142.68) |
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)
#1F1F1B — rgb(31, 31, 27)
Deuteranopia (Green-blind)
#1D1A1D — rgb(29, 26, 29)
Tritanopia (Blue-blind)
#122122 — rgb(18, 33, 34)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(127, 52%, 13%);
text
color: hsl(127, 52%, 13%);
border
border: 2px solid hsl(127, 52%, 13%);
gradient light
background: linear-gradient(to right, hsl(127, 52%, 33%), hsl(127, 52%, 13%));
gradient dark
background: linear-gradient(to right, hsl(127, 52%, 13%), hsl(127, 52%, 0%))
hex
background-color: #103214;
tailwind
bg-[hsl(127,52%,13%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(127, 52%, 13%, 0.4);
css variable
--color-primary: hsl(127, 52%, 13%);
Related Colors
Use Cases for Very Dark Green
Frequently Asked Questions
What are all the color codes for HSL(127, 52%, 13%)?
HEX: #103214 | RGB: rgb(16, 50, 20) | CMYK: 68%, 0%, 60%, 80% | HSV: 127°, 68%, 20%. Copy any format from the conversion table above.
What colors go well with #103214?
The complementary color is HSL(307, 52%, 13%). For a triadic harmony, use hues 127°, 247°, and 7°. For analogous combinations, try hues 97° and 157°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(127, 52%, 13%) in CSS?
As HSL: color: hsl(127, 52%, 13%); — As HEX: color: #103214; — As RGB: color: rgb(16, 50, 20); — Tailwind CSS: bg-[hsl(127,52%,13%)] — CSS variable: --color-primary: hsl(127, 52%, 13%);