Shades of Dark Spring Green #1E7F40
Tints of Dark Spring Green #1E7F40
RGB
CMYK
RGB Variations
Color information
#1E7F40 (or 0x1E7F40) is known color: Dark Spring Green. HEX triplet: 1E, 7F and 40. RGB value is (30,127,64). Sum of RGB (Red+Green+Blue) = 30+127+64=221 (29% of max value = 765). Red value is 30 (12.11% from 255 or 13.57% from 221); Green value is 127 (50% from 255 or 57.47% from 221); Blue value is 64 (25.39% from 255 or 28.96% from 221); Max value from RGB is 127 - color contains mainly: green. Hex color #1E7F40 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1E7F40 is #E180BF. Grayscale: #5A5A5A. Windows color (decimal): -14778560 or 4226846. OLE color: 4226846.
HSL color Cylindrical-coordinate representation of color #1E7F40: hue angle of 141.03º degrees, saturation: 0.62, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #1E7F40 is Cyan = 0.76, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 30 | 127 | 64 | - |
| CMYK | 0.76 | 0 | 0.50 | 0.50 |
| HSL | 141.03º | 0.62% | 0.31% | - |
| HSV(B) | 141.03º | 0.76% | 0.5% | - |
| XYZ | 9.05 | 15.82 | 7.43 | - |
| YUV | 90.82 | 112.86 | 84.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 127 | 64 | 0.76 | 0 | 0.50 | 0.50 | 141.03 | 0.62 | 0.31 |
| Hex | 1E | 7F | 40 | 4C | 0 | 32 | 32 | 8D | 3E | 1F |
| Octal | 36 | 177 | 100 | 114 | 0 | 62 | 62 | 215 | 76 | 37 |
| Binary | 11110 | 1111111 | 1000000 | 1001100 | 0 | 110010 | 110010 | 10001101 | 111110 | 11111 |
Color Harmonies of #1E7F40
Complementary color
Monochromatic Colors of #1E7F40
Black with #1E7F40
Text Example
Text Example
White with #1E7F40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E7F40; }
p { color: rgb(30,127,64); }
H1.HeaderClassName
{
color: #1E7F40;
}
.AnyTagClassName
{
color: #1E7F40;
}
</style>
background-color css
<style>
a { background-color: #1E7F40; }
a { background-color: rgb(30,127,64); }
div.DivClassName
{
background-color: #1E7F40;
}
.BgClassName
{
background-color: #1E7F40;
}
</style>
border-color css
<style>
span { border-color: #1E7F40; }
span { border-color: rgb(30,127,64); }
td.TdClassName
{
border-color: #1E7F40;
}
.TagClassName
{
border-color: #1E7F40;
}
</style>