Shades of Dark Spring Green #1E6D41
Tints of Dark Spring Green #1E6D41
RGB
CMYK
RGB Variations
Color information
#1E6D41 (or 0x1E6D41) is known color: Dark Spring Green. HEX triplet: 1E, 6D and 41. RGB value is (30,109,65). Sum of RGB (Red+Green+Blue) = 30+109+65=204 (27% of max value = 765). Red value is 30 (12.11% from 255 or 14.71% from 204); Green value is 109 (42.97% from 255 or 53.43% from 204); Blue value is 65 (25.78% from 255 or 31.86% from 204); Max value from RGB is 109 - color contains mainly: green. Hex color #1E6D41 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1E6D41 is #E192BE. Grayscale: #505050. Windows color (decimal): -14783167 or 4287774. OLE color: 4287774.
HSL color Cylindrical-coordinate representation of color #1E6D41: hue angle of 146.58º degrees, saturation: 0.57, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #1E6D41 is Cyan = 0.72, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 30 | 109 | 65 | - |
| CMYK | 0.72 | 0 | 0.40 | 0.57 |
| HSL | 146.58º | 0.57% | 0.27% | - |
| HSV(B) | 146.58º | 0.72% | 0.43% | - |
| XYZ | 6.96 | 11.59 | 6.87 | - |
| YUV | 80.36 | 119.33 | 92.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 109 | 65 | 0.72 | 0 | 0.40 | 0.57 | 146.58 | 0.57 | 0.27 |
| Hex | 1E | 6D | 41 | 48 | 0 | 28 | 39 | 93 | 39 | 1B |
| Octal | 36 | 155 | 101 | 110 | 0 | 50 | 71 | 223 | 71 | 33 |
| Binary | 11110 | 1101101 | 1000001 | 1001000 | 0 | 101000 | 111001 | 10010011 | 111001 | 11011 |
Color Harmonies of #1E6D41
Complementary color
Monochromatic Colors of #1E6D41
Black with #1E6D41
Text Example
Text Example
White with #1E6D41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E6D41; }
p { color: rgb(30,109,65); }
H1.HeaderClassName
{
color: #1E6D41;
}
.AnyTagClassName
{
color: #1E6D41;
}
</style>
background-color css
<style>
a { background-color: #1E6D41; }
a { background-color: rgb(30,109,65); }
div.DivClassName
{
background-color: #1E6D41;
}
.BgClassName
{
background-color: #1E6D41;
}
</style>
border-color css
<style>
span { border-color: #1E6D41; }
span { border-color: rgb(30,109,65); }
td.TdClassName
{
border-color: #1E6D41;
}
.TagClassName
{
border-color: #1E6D41;
}
</style>