HSL(103, 45%, 20%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(103,45%,20%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(103, 45%, 20%) | color: hsl(103, 45%, 20%) | |
| HEX | #294A1C | color: #294A1C | |
| RGB | rgb(41, 74, 28) | color: rgb(41, 74, 28) | |
| CMYK | cmyk(45%, 0%, 62%, 71%) | — | |
| HSV | hsv(103, 62%, 29%) | — | |
| HWB | hwb(103 11% 71%) | color: hwb(103 11% 71%) | |
| OKLCH | oklch(0.3717 0.0822 137.73) | color: oklch(0.3717 0.0822 137.73) | |
| Lab | lab(27.99 -22.11 23.4) | color: lab(27.99 -22.11 23.4) | |
| LCH | lch(27.99 32.19 133.38) | color: lch(27.99 32.19 133.38) |
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)
#373827 — rgb(55, 56, 39)
Deuteranopia (Green-blind)
#35332A — rgb(53, 51, 42)
Tritanopia (Blue-blind)
#2B3032 — rgb(43, 48, 50)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(103, 45%, 20%);
text
color: hsl(103, 45%, 20%);
border
border: 2px solid hsl(103, 45%, 20%);
gradient light
background: linear-gradient(to right, hsl(103, 45%, 40%), hsl(103, 45%, 20%));
gradient dark
background: linear-gradient(to right, hsl(103, 45%, 20%), hsl(103, 45%, 0%))
hex
background-color: #294A1C;
tailwind
bg-[hsl(103,45%,20%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(103, 45%, 20%, 0.4);
css variable
--color-primary: hsl(103, 45%, 20%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(103, 45%, 20%)?
HEX: #294A1C | RGB: rgb(41, 74, 28) | CMYK: 45%, 0%, 62%, 71% | HSV: 103°, 62%, 29%. Copy any format from the conversion table above.
What colors go well with #294A1C?
The complementary color is HSL(283, 45%, 20%). For a triadic harmony, use hues 103°, 223°, and 343°. For analogous combinations, try hues 73° and 133°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(103, 45%, 20%) in CSS?
As HSL: color: hsl(103, 45%, 20%); — As HEX: color: #294A1C; — As RGB: color: rgb(41, 74, 28); — Tailwind CSS: bg-[hsl(103,45%,20%)] — CSS variable: --color-primary: hsl(103, 45%, 20%);