HSL(103, 41%, 30%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(103,41%,30%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(103, 41%, 30%) | color: hsl(103, 41%, 30%) | |
| HEX | #3F6C2D | color: #3F6C2D | |
| RGB | rgb(63, 108, 45) | color: rgb(63, 108, 45) | |
| CMYK | cmyk(42%, 0%, 58%, 58%) | — | |
| HSV | hsv(103, 58%, 42%) | — | |
| HWB | hwb(103 18% 58%) | color: hwb(103 18% 58%) | |
| OKLCH | oklch(0.4832 0.1056 137.63) | color: oklch(0.4832 0.1056 137.63) | |
| Lab | lab(41.17 -28.35 30.06) | color: lab(41.17 -28.35 30.06) | |
| LCH | lch(41.17 41.32 133.32) | color: lch(41.17 41.32 133.32) |
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)
#52533C — rgb(82, 83, 60)
Deuteranopia (Green-blind)
#504D40 — rgb(80, 77, 64)
Tritanopia (Blue-blind)
#41484B — rgb(65, 72, 75)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(103, 41%, 30%);
text
color: hsl(103, 41%, 30%);
border
border: 2px solid hsl(103, 41%, 30%);
gradient light
background: linear-gradient(to right, hsl(103, 41%, 50%), hsl(103, 41%, 30%));
gradient dark
background: linear-gradient(to right, hsl(103, 41%, 30%), hsl(103, 41%, 10%))
hex
background-color: #3F6C2D;
tailwind
bg-[hsl(103,41%,30%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(103, 41%, 30%, 0.4);
css variable
--color-primary: hsl(103, 41%, 30%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(103, 41%, 30%)?
HEX: #3F6C2D | RGB: rgb(63, 108, 45) | CMYK: 42%, 0%, 58%, 58% | HSV: 103°, 58%, 42%. Copy any format from the conversion table above.
What colors go well with #3F6C2D?
The complementary color is HSL(283, 41%, 30%). 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, 41%, 30%) in CSS?
As HSL: color: hsl(103, 41%, 30%); — As HEX: color: #3F6C2D; — As RGB: color: rgb(63, 108, 45); — Tailwind CSS: bg-[hsl(103,41%,30%)] — CSS variable: --color-primary: hsl(103, 41%, 30%);