Shades of Dark Spring Green #1D7D40
Tints of Dark Spring Green #1D7D40
RGB
CMYK
RGB Variations
Color information
#1D7D40 (or 0x1D7D40) is known color: Dark Spring Green. HEX triplet: 1D, 7D and 40. RGB value is (29,125,64). Sum of RGB (Red+Green+Blue) = 29+125+64=218 (28% of max value = 765). Red value is 29 (11.72% from 255 or 13.30% from 218); Green value is 125 (49.22% from 255 or 57.34% from 218); Blue value is 64 (25.39% from 255 or 29.36% from 218); Max value from RGB is 125 - color contains mainly: green. Hex color #1D7D40 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1D7D40 is #E282BF. Grayscale: #595959. Windows color (decimal): -14844608 or 4226333. OLE color: 4226333.
HSL color Cylindrical-coordinate representation of color #1D7D40: hue angle of 141.88º degrees, saturation: 0.62, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #1D7D40 is Cyan = 0.77, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 29 | 125 | 64 | - |
| CMYK | 0.77 | 0 | 0.49 | 0.51 |
| HSL | 141.88º | 0.62% | 0.3% | - |
| HSV(B) | 141.88º | 0.77% | 0.49% | - |
| XYZ | 8.77 | 15.3 | 7.34 | - |
| YUV | 89.34 | 113.7 | 84.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 125 | 64 | 0.77 | 0 | 0.49 | 0.51 | 141.88 | 0.62 | 0.3 |
| Hex | 1D | 7D | 40 | 4D | 0 | 31 | 33 | 8E | 3E | 1E |
| Octal | 35 | 175 | 100 | 115 | 0 | 61 | 63 | 216 | 76 | 36 |
| Binary | 11101 | 1111101 | 1000000 | 1001101 | 0 | 110001 | 110011 | 10001110 | 111110 | 11110 |
Color Harmonies of #1D7D40
Complementary color
Monochromatic Colors of #1D7D40
Black with #1D7D40
Text Example
Text Example
White with #1D7D40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D7D40; }
p { color: rgb(29,125,64); }
H1.HeaderClassName
{
color: #1D7D40;
}
.AnyTagClassName
{
color: #1D7D40;
}
</style>
background-color css
<style>
a { background-color: #1D7D40; }
a { background-color: rgb(29,125,64); }
div.DivClassName
{
background-color: #1D7D40;
}
.BgClassName
{
background-color: #1D7D40;
}
</style>
border-color css
<style>
span { border-color: #1D7D40; }
span { border-color: rgb(29,125,64); }
td.TdClassName
{
border-color: #1D7D40;
}
.TagClassName
{
border-color: #1D7D40;
}
</style>