Shades of Dark Spring Green #1E7E3E
Tints of Dark Spring Green #1E7E3E
RGB
CMYK
RGB Variations
Color information
#1E7E3E (or 0x1E7E3E) is known color: Dark Spring Green. HEX triplet: 1E, 7E and 3E. RGB value is (30,126,62). Sum of RGB (Red+Green+Blue) = 30+126+62=218 (28% of max value = 765). Red value is 30 (12.11% from 255 or 13.76% from 218); Green value is 126 (49.61% from 255 or 57.80% from 218); Blue value is 62 (24.61% from 255 or 28.44% from 218); Max value from RGB is 126 - color contains mainly: green. Hex color #1E7E3E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1E7E3E is #E181C1. Grayscale: #5A5A5A. Windows color (decimal): -14778818 or 4095518. OLE color: 4095518.
HSL color Cylindrical-coordinate representation of color #1E7E3E: hue angle of 140º degrees, saturation: 0.62, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #1E7E3E is Cyan = 0.76, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 30 | 126 | 62 | - |
| CMYK | 0.76 | 0 | 0.51 | 0.51 |
| HSL | 140º | 0.62% | 0.31% | - |
| HSV(B) | 140º | 0.76% | 0.49% | - |
| XYZ | 8.87 | 15.55 | 7.09 | - |
| YUV | 90 | 112.2 | 85.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 126 | 62 | 0.76 | 0 | 0.51 | 0.51 | 140 | 0.62 | 0.31 |
| Hex | 1E | 7E | 3E | 4C | 0 | 33 | 33 | 8C | 3E | 1F |
| Octal | 36 | 176 | 76 | 114 | 0 | 63 | 63 | 214 | 76 | 37 |
| Binary | 11110 | 1111110 | 111110 | 1001100 | 0 | 110011 | 110011 | 10001100 | 111110 | 11111 |
Color Harmonies of #1E7E3E
Complementary color
Monochromatic Colors of #1E7E3E
Black with #1E7E3E
Text Example
Text Example
White with #1E7E3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E7E3E; }
p { color: rgb(30,126,62); }
H1.HeaderClassName
{
color: #1E7E3E;
}
.AnyTagClassName
{
color: #1E7E3E;
}
</style>
background-color css
<style>
a { background-color: #1E7E3E; }
a { background-color: rgb(30,126,62); }
div.DivClassName
{
background-color: #1E7E3E;
}
.BgClassName
{
background-color: #1E7E3E;
}
</style>
border-color css
<style>
span { border-color: #1E7E3E; }
span { border-color: rgb(30,126,62); }
td.TdClassName
{
border-color: #1E7E3E;
}
.TagClassName
{
border-color: #1E7E3E;
}
</style>