Shades of Dark Spring Green #1E6D40
Tints of Dark Spring Green #1E6D40
RGB
CMYK
RGB Variations
Color information
#1E6D40 (or 0x1E6D40) is known color: Dark Spring Green. HEX triplet: 1E, 6D and 40. RGB value is (30,109,64). Sum of RGB (Red+Green+Blue) = 30+109+64=203 (26% of max value = 765). Red value is 30 (12.11% from 255 or 14.78% from 203); Green value is 109 (42.97% from 255 or 53.69% from 203); Blue value is 64 (25.39% from 255 or 31.53% from 203); Max value from RGB is 109 - color contains mainly: green. Hex color #1E6D40 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1E6D40 is #E192BF. Grayscale: #505050. Windows color (decimal): -14783168 or 4222238. OLE color: 4222238.
HSL color Cylindrical-coordinate representation of color #1E6D40: hue angle of 145.82º 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 #1E6D40 is Cyan = 0.72, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 30 | 109 | 64 | - |
| CMYK | 0.72 | 0 | 0.41 | 0.57 |
| HSL | 145.82º | 0.57% | 0.27% | - |
| HSV(B) | 145.82º | 0.72% | 0.43% | - |
| XYZ | 6.93 | 11.58 | 6.72 | - |
| YUV | 80.25 | 118.83 | 92.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 109 | 64 | 0.72 | 0 | 0.41 | 0.57 | 145.82 | 0.57 | 0.27 |
| Hex | 1E | 6D | 40 | 48 | 0 | 29 | 39 | 92 | 39 | 1B |
| Octal | 36 | 155 | 100 | 110 | 0 | 51 | 71 | 222 | 71 | 33 |
| Binary | 11110 | 1101101 | 1000000 | 1001000 | 0 | 101001 | 111001 | 10010010 | 111001 | 11011 |
Color Harmonies of #1E6D40
Complementary color
Monochromatic Colors of #1E6D40
Black with #1E6D40
Text Example
Text Example
White with #1E6D40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E6D40; }
p { color: rgb(30,109,64); }
H1.HeaderClassName
{
color: #1E6D40;
}
.AnyTagClassName
{
color: #1E6D40;
}
</style>
background-color css
<style>
a { background-color: #1E6D40; }
a { background-color: rgb(30,109,64); }
div.DivClassName
{
background-color: #1E6D40;
}
.BgClassName
{
background-color: #1E6D40;
}
</style>
border-color css
<style>
span { border-color: #1E6D40; }
span { border-color: rgb(30,109,64); }
td.TdClassName
{
border-color: #1E6D40;
}
.TagClassName
{
border-color: #1E6D40;
}
</style>