HSL(115, 70%, 18%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(115,70%,18%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(115, 70%, 18%) | color: hsl(115, 70%, 18%) | |
| HEX | #134E0E | color: #134E0E | |
| RGB | rgb(19, 78, 14) | color: rgb(19, 78, 14) | |
| CMYK | cmyk(76%, 0%, 82%, 69%) | — | |
| HSV | hsv(115, 82%, 31%) | — | |
| HWB | hwb(115 6% 69%) | color: hwb(115 6% 69%) | |
| OKLCH | oklch(0.3724 0.1114 141.99) | color: oklch(0.3724 0.1114 141.99) | |
| Lab | lab(28.43 -32.24 30.45) | color: lab(28.43 -32.24 30.45) | |
| LCH | lch(28.43 44.35 136.64) | color: lch(28.43 44.35 136.64) |
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)
#2D2D1D — rgb(45, 45, 29)
Deuteranopia (Green-blind)
#292521 — rgb(41, 37, 33)
Tritanopia (Blue-blind)
#162A2C — rgb(22, 42, 44)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(115, 70%, 18%);
text
color: hsl(115, 70%, 18%);
border
border: 2px solid hsl(115, 70%, 18%);
gradient light
background: linear-gradient(to right, hsl(115, 70%, 38%), hsl(115, 70%, 18%));
gradient dark
background: linear-gradient(to right, hsl(115, 70%, 18%), hsl(115, 70%, 0%))
hex
background-color: #134E0E;
tailwind
bg-[hsl(115,70%,18%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(115, 70%, 18%, 0.4);
css variable
--color-primary: hsl(115, 70%, 18%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(115, 70%, 18%)?
HEX: #134E0E | RGB: rgb(19, 78, 14) | CMYK: 76%, 0%, 82%, 69% | HSV: 115°, 82%, 31%. Copy any format from the conversion table above.
What colors go well with #134E0E?
The complementary color is HSL(295, 70%, 18%). For a triadic harmony, use hues 115°, 235°, and 355°. For analogous combinations, try hues 85° and 145°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(115, 70%, 18%) in CSS?
As HSL: color: hsl(115, 70%, 18%); — As HEX: color: #134E0E; — As RGB: color: rgb(19, 78, 14); — Tailwind CSS: bg-[hsl(115,70%,18%)] — CSS variable: --color-primary: hsl(115, 70%, 18%);