Shades of Dark Spring Green #1E7C3F
Tints of Dark Spring Green #1E7C3F
RGB
CMYK
RGB Variations
Color information
#1E7C3F (or 0x1E7C3F) is known color: Dark Spring Green. HEX triplet: 1E, 7C and 3F. RGB value is (30,124,63). Sum of RGB (Red+Green+Blue) = 30+124+63=217 (28% of max value = 765). Red value is 30 (12.11% from 255 or 13.82% from 217); Green value is 124 (48.83% from 255 or 57.14% from 217); Blue value is 63 (25% from 255 or 29.03% from 217); Max value from RGB is 124 - color contains mainly: green. Hex color #1E7C3F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1E7C3F is #E183C0. Grayscale: #595959. Windows color (decimal): -14779329 or 4160542. OLE color: 4160542.
HSL color Cylindrical-coordinate representation of color #1E7C3F: hue angle of 141.06º degrees, saturation: 0.61, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #1E7C3F is Cyan = 0.76, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 30 | 124 | 63 | - |
| CMYK | 0.76 | 0 | 0.49 | 0.51 |
| HSL | 141.06º | 0.61% | 0.3% | - |
| HSV(B) | 141.06º | 0.76% | 0.49% | - |
| XYZ | 8.64 | 15.05 | 7.15 | - |
| YUV | 88.94 | 113.36 | 85.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 124 | 63 | 0.76 | 0 | 0.49 | 0.51 | 141.06 | 0.61 | 0.3 |
| Hex | 1E | 7C | 3F | 4C | 0 | 31 | 33 | 8D | 3D | 1E |
| Octal | 36 | 174 | 77 | 114 | 0 | 61 | 63 | 215 | 75 | 36 |
| Binary | 11110 | 1111100 | 111111 | 1001100 | 0 | 110001 | 110011 | 10001101 | 111101 | 11110 |
Color Harmonies of #1E7C3F
Complementary color
Monochromatic Colors of #1E7C3F
Black with #1E7C3F
Text Example
Text Example
White with #1E7C3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E7C3F; }
p { color: rgb(30,124,63); }
H1.HeaderClassName
{
color: #1E7C3F;
}
.AnyTagClassName
{
color: #1E7C3F;
}
</style>
background-color css
<style>
a { background-color: #1E7C3F; }
a { background-color: rgb(30,124,63); }
div.DivClassName
{
background-color: #1E7C3F;
}
.BgClassName
{
background-color: #1E7C3F;
}
</style>
border-color css
<style>
span { border-color: #1E7C3F; }
span { border-color: rgb(30,124,63); }
td.TdClassName
{
border-color: #1E7C3F;
}
.TagClassName
{
border-color: #1E7C3F;
}
</style>