Shades of Dark Spring Green #1D704B
Tints of Dark Spring Green #1D704B
RGB
CMYK
RGB Variations
Color information
#1D704B (or 0x1D704B) is known color: Dark Spring Green. HEX triplet: 1D, 70 and 4B. RGB value is (29,112,75). Sum of RGB (Red+Green+Blue) = 29+112+75=216 (28% of max value = 765). Red value is 29 (11.72% from 255 or 13.43% from 216); Green value is 112 (44.14% from 255 or 51.85% from 216); Blue value is 75 (29.69% from 255 or 34.72% from 216); Max value from RGB is 112 - color contains mainly: green. Hex color #1D704B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1D704B is #E28FB4. Grayscale: #535353. Windows color (decimal): -14847925 or 4943901. OLE color: 4943901.
HSL color Cylindrical-coordinate representation of color #1D704B: hue angle of 153.25º 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 #1D704B is Cyan = 0.74, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 29 | 112 | 75 | - |
| CMYK | 0.74 | 0 | 0.33 | 0.56 |
| HSL | 153.25º | 0.59% | 0.28% | - |
| HSV(B) | 153.25º | 0.74% | 0.44% | - |
| XYZ | 7.57 | 12.36 | 8.64 | - |
| YUV | 82.97 | 123.5 | 89.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 112 | 75 | 0.74 | 0 | 0.33 | 0.56 | 153.25 | 0.59 | 0.28 |
| Hex | 1D | 70 | 4B | 4A | 0 | 21 | 38 | 99 | 3B | 1C |
| Octal | 35 | 160 | 113 | 112 | 0 | 41 | 70 | 231 | 73 | 34 |
| Binary | 11101 | 1110000 | 1001011 | 1001010 | 0 | 100001 | 111000 | 10011001 | 111011 | 11100 |
Color Harmonies of #1D704B
Complementary color
Monochromatic Colors of #1D704B
Black with #1D704B
Text Example
Text Example
White with #1D704B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D704B; }
p { color: rgb(29,112,75); }
H1.HeaderClassName
{
color: #1D704B;
}
.AnyTagClassName
{
color: #1D704B;
}
</style>
background-color css
<style>
a { background-color: #1D704B; }
a { background-color: rgb(29,112,75); }
div.DivClassName
{
background-color: #1D704B;
}
.BgClassName
{
background-color: #1D704B;
}
</style>
border-color css
<style>
span { border-color: #1D704B; }
span { border-color: rgb(29,112,75); }
td.TdClassName
{
border-color: #1D704B;
}
.TagClassName
{
border-color: #1D704B;
}
</style>