Shades of Dark Spring Green #1D7140
Tints of Dark Spring Green #1D7140
RGB
CMYK
RGB Variations
Color information
#1D7140 (or 0x1D7140) is known color: Dark Spring Green. HEX triplet: 1D, 71 and 40. RGB value is (29,113,64). Sum of RGB (Red+Green+Blue) = 29+113+64=206 (27% of max value = 765). Red value is 29 (11.72% from 255 or 14.08% from 206); Green value is 113 (44.53% from 255 or 54.85% from 206); Blue value is 64 (25.39% from 255 or 31.07% from 206); Max value from RGB is 113 - color contains mainly: green. Hex color #1D7140 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1D7140 is #E28EBF. Grayscale: #525252. Windows color (decimal): -14847680 or 4223261. OLE color: 4223261.
HSL color Cylindrical-coordinate representation of color #1D7140: hue angle of 145º 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 #1D7140 is Cyan = 0.74, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 29 | 113 | 64 | - |
| CMYK | 0.74 | 0 | 0.43 | 0.56 |
| HSL | 145º | 0.59% | 0.28% | - |
| HSV(B) | 145º | 0.74% | 0.44% | - |
| XYZ | 7.34 | 12.44 | 6.87 | - |
| YUV | 82.3 | 117.67 | 89.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 113 | 64 | 0.74 | 0 | 0.43 | 0.56 | 145 | 0.59 | 0.28 |
| Hex | 1D | 71 | 40 | 4A | 0 | 2B | 38 | 91 | 3B | 1C |
| Octal | 35 | 161 | 100 | 112 | 0 | 53 | 70 | 221 | 73 | 34 |
| Binary | 11101 | 1110001 | 1000000 | 1001010 | 0 | 101011 | 111000 | 10010001 | 111011 | 11100 |
Color Harmonies of #1D7140
Complementary color
Monochromatic Colors of #1D7140
Black with #1D7140
Text Example
Text Example
White with #1D7140
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D7140; }
p { color: rgb(29,113,64); }
H1.HeaderClassName
{
color: #1D7140;
}
.AnyTagClassName
{
color: #1D7140;
}
</style>
background-color css
<style>
a { background-color: #1D7140; }
a { background-color: rgb(29,113,64); }
div.DivClassName
{
background-color: #1D7140;
}
.BgClassName
{
background-color: #1D7140;
}
</style>
border-color css
<style>
span { border-color: #1D7140; }
span { border-color: rgb(29,113,64); }
td.TdClassName
{
border-color: #1D7140;
}
.TagClassName
{
border-color: #1D7140;
}
</style>