HSL(103, 75%, 30%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(103,75%,30%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(103, 75%, 30%) | color: hsl(103, 75%, 30%) | |
| HEX | #348613 | color: #348613 | |
| RGB | rgb(52, 134, 19) | color: rgb(52, 134, 19) | |
| CMYK | cmyk(61%, 0%, 86%, 47%) | — | |
| HSV | hsv(103, 86%, 53%) | — | |
| HWB | hwb(103 7% 47%) | color: hwb(103 7% 47%) | |
| OKLCH | oklch(0.548 0.1639 139.06) | color: oklch(0.548 0.1639 139.06) | |
| Lab | lab(49.28 -44.9 48.81) | color: lab(49.28 -44.9 48.81) | |
| LCH | lch(49.28 66.32 132.61) | color: lch(49.28 66.32 132.61) |
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)
#58582F — rgb(88, 88, 47)
Deuteranopia (Green-blind)
#534D36 — rgb(83, 77, 54)
Tritanopia (Blue-blind)
#38454A — rgb(56, 69, 74)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(103, 75%, 30%);
text
color: hsl(103, 75%, 30%);
border
border: 2px solid hsl(103, 75%, 30%);
gradient light
background: linear-gradient(to right, hsl(103, 75%, 50%), hsl(103, 75%, 30%));
gradient dark
background: linear-gradient(to right, hsl(103, 75%, 30%), hsl(103, 75%, 10%))
hex
background-color: #348613;
tailwind
bg-[hsl(103,75%,30%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(103, 75%, 30%, 0.4);
css variable
--color-primary: hsl(103, 75%, 30%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(103, 75%, 30%)?
HEX: #348613 | RGB: rgb(52, 134, 19) | CMYK: 61%, 0%, 86%, 47% | HSV: 103°, 86%, 53%. Copy any format from the conversion table above.
What colors go well with #348613?
The complementary color is HSL(283, 75%, 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, 75%, 30%) in CSS?
As HSL: color: hsl(103, 75%, 30%); — As HEX: color: #348613; — As RGB: color: rgb(52, 134, 19); — Tailwind CSS: bg-[hsl(103,75%,30%)] — CSS variable: --color-primary: hsl(103, 75%, 30%);