HSL(69, 72%, 18%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
3500K
CSS Class
bg-[hsl(69,72%,18%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(69, 72%, 18%) | color: hsl(69, 72%, 18%) | |
| HEX | #454F0D | color: #454F0D | |
| RGB | rgb(69, 79, 13) | color: rgb(69, 79, 13) | |
| CMYK | cmyk(13%, 0%, 84%, 69%) | — | |
| HSV | hsv(69, 84%, 31%) | — | |
| HWB | hwb(69 5% 69%) | color: hwb(69 5% 69%) | |
| OKLCH | oklch(0.4052 0.0868 118.17) | color: oklch(0.4052 0.0868 118.17) | |
| Lab | lab(31.55 -13.64 34.8) | color: lab(31.55 -13.64 34.8) | |
| LCH | lch(31.55 37.38 111.4) | color: lch(31.55 37.38 111.4) |
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)
#49491D — rgb(73, 73, 29)
Deuteranopia (Green-blind)
#494821 — rgb(73, 72, 33)
Tritanopia (Blue-blind)
#462A2C — rgb(70, 42, 44)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(69, 72%, 18%);
text
color: hsl(69, 72%, 18%);
border
border: 2px solid hsl(69, 72%, 18%);
gradient light
background: linear-gradient(to right, hsl(69, 72%, 38%), hsl(69, 72%, 18%));
gradient dark
background: linear-gradient(to right, hsl(69, 72%, 18%), hsl(69, 72%, 0%))
hex
background-color: #454F0D;
tailwind
bg-[hsl(69,72%,18%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(69, 72%, 18%, 0.4);
css variable
--color-primary: hsl(69, 72%, 18%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(69, 72%, 18%)?
HEX: #454F0D | RGB: rgb(69, 79, 13) | CMYK: 13%, 0%, 84%, 69% | HSV: 69°, 84%, 31%. Copy any format from the conversion table above.
What colors go well with #454F0D?
The complementary color is HSL(249, 72%, 18%). For a triadic harmony, use hues 69°, 189°, and 309°. For analogous combinations, try hues 39° and 99°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(69, 72%, 18%) in CSS?
As HSL: color: hsl(69, 72%, 18%); — As HEX: color: #454F0D; — As RGB: color: rgb(69, 79, 13); — Tailwind CSS: bg-[hsl(69,72%,18%)] — CSS variable: --color-primary: hsl(69, 72%, 18%);