Shades of Dark Spring Green #1D7040
Tints of Dark Spring Green #1D7040
RGB
CMYK
RGB Variations
Color information
#1D7040 (or 0x1D7040) is known color: Dark Spring Green. HEX triplet: 1D, 70 and 40. RGB value is (29,112,64). Sum of RGB (Red+Green+Blue) = 29+112+64=205 (27% of max value = 765). Red value is 29 (11.72% from 255 or 14.15% from 205); Green value is 112 (44.14% from 255 or 54.63% from 205); Blue value is 64 (25.39% from 255 or 31.22% from 205); Max value from RGB is 112 - color contains mainly: green. Hex color #1D7040 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1D7040 is #E28FBF. Grayscale: #515151. Windows color (decimal): -14847936 or 4223005. OLE color: 4223005.
HSL color Cylindrical-coordinate representation of color #1D7040: hue angle of 145.3º degrees, saturation: 0.59, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #1D7040 is Cyan = 0.74, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 29 | 112 | 64 | - |
| CMYK | 0.74 | 0 | 0.43 | 0.56 |
| HSL | 145.3º | 0.59% | 0.28% | - |
| HSV(B) | 145.3º | 0.74% | 0.44% | - |
| XYZ | 7.23 | 12.22 | 6.83 | - |
| YUV | 81.71 | 118 | 90.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 112 | 64 | 0.74 | 0 | 0.43 | 0.56 | 145.3 | 0.59 | 0.28 |
| Hex | 1D | 70 | 40 | 4A | 0 | 2B | 38 | 91 | 3B | 1C |
| Octal | 35 | 160 | 100 | 112 | 0 | 53 | 70 | 221 | 73 | 34 |
| Binary | 11101 | 1110000 | 1000000 | 1001010 | 0 | 101011 | 111000 | 10010001 | 111011 | 11100 |
Color Harmonies of #1D7040
Complementary color
Monochromatic Colors of #1D7040
Black with #1D7040
Text Example
Text Example
White with #1D7040
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D7040; }
p { color: rgb(29,112,64); }
H1.HeaderClassName
{
color: #1D7040;
}
.AnyTagClassName
{
color: #1D7040;
}
</style>
background-color css
<style>
a { background-color: #1D7040; }
a { background-color: rgb(29,112,64); }
div.DivClassName
{
background-color: #1D7040;
}
.BgClassName
{
background-color: #1D7040;
}
</style>
border-color css
<style>
span { border-color: #1D7040; }
span { border-color: rgb(29,112,64); }
td.TdClassName
{
border-color: #1D7040;
}
.TagClassName
{
border-color: #1D7040;
}
</style>