Shades of Dark Spring Green #1E7942
Tints of Dark Spring Green #1E7942
RGB
CMYK
RGB Variations
Color information
#1E7942 (or 0x1E7942) is known color: Dark Spring Green. HEX triplet: 1E, 79 and 42. RGB value is (30,121,66). Sum of RGB (Red+Green+Blue) = 30+121+66=217 (28% of max value = 765). Red value is 30 (12.11% from 255 or 13.82% from 217); Green value is 121 (47.66% from 255 or 55.76% from 217); Blue value is 66 (26.17% from 255 or 30.41% from 217); Max value from RGB is 121 - color contains mainly: green. Hex color #1E7942 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1E7942 is #E186BD. Grayscale: #575757. Windows color (decimal): -14780094 or 4356382. OLE color: 4356382.
HSL color Cylindrical-coordinate representation of color #1E7942: hue angle of 143.74º degrees, saturation: 0.6, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #1E7942 is Cyan = 0.75, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 30 | 121 | 66 | - |
| CMYK | 0.75 | 0 | 0.45 | 0.53 |
| HSL | 143.74º | 0.6% | 0.3% | - |
| HSV(B) | 143.74º | 0.75% | 0.47% | - |
| XYZ | 8.36 | 14.34 | 7.48 | - |
| YUV | 87.52 | 115.85 | 86.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 121 | 66 | 0.75 | 0 | 0.45 | 0.53 | 143.74 | 0.6 | 0.3 |
| Hex | 1E | 79 | 42 | 4B | 0 | 2D | 35 | 90 | 3C | 1E |
| Octal | 36 | 171 | 102 | 113 | 0 | 55 | 65 | 220 | 74 | 36 |
| Binary | 11110 | 1111001 | 1000010 | 1001011 | 0 | 101101 | 110101 | 10010000 | 111100 | 11110 |
Color Harmonies of #1E7942
Complementary color
Monochromatic Colors of #1E7942
Black with #1E7942
Text Example
Text Example
White with #1E7942
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E7942; }
p { color: rgb(30,121,66); }
H1.HeaderClassName
{
color: #1E7942;
}
.AnyTagClassName
{
color: #1E7942;
}
</style>
background-color css
<style>
a { background-color: #1E7942; }
a { background-color: rgb(30,121,66); }
div.DivClassName
{
background-color: #1E7942;
}
.BgClassName
{
background-color: #1E7942;
}
</style>
border-color css
<style>
span { border-color: #1E7942; }
span { border-color: rgb(30,121,66); }
td.TdClassName
{
border-color: #1E7942;
}
.TagClassName
{
border-color: #1E7942;
}
</style>