Shades of Dark Spring Green #1D704C
Tints of Dark Spring Green #1D704C
RGB
CMYK
RGB Variations
Color information
#1D704C (or 0x1D704C) is known color: Dark Spring Green. HEX triplet: 1D, 70 and 4C. RGB value is (29,112,76). Sum of RGB (Red+Green+Blue) = 29+112+76=217 (28% of max value = 765). Red value is 29 (11.72% from 255 or 13.36% from 217); Green value is 112 (44.14% from 255 or 51.61% from 217); Blue value is 76 (30.08% from 255 or 35.02% from 217); Max value from RGB is 112 - color contains mainly: green. Hex color #1D704C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1D704C is #E28FB3. Grayscale: #535353. Windows color (decimal): -14847924 or 5009437. OLE color: 5009437.
HSL color Cylindrical-coordinate representation of color #1D704C: hue angle of 153.98º 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 #1D704C is Cyan = 0.74, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 29 | 112 | 76 | - |
| CMYK | 0.74 | 0 | 0.32 | 0.56 |
| HSL | 153.98º | 0.59% | 0.28% | - |
| HSV(B) | 153.98º | 0.74% | 0.44% | - |
| XYZ | 7.61 | 12.37 | 8.82 | - |
| YUV | 83.08 | 124 | 89.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 112 | 76 | 0.74 | 0 | 0.32 | 0.56 | 153.98 | 0.59 | 0.28 |
| Hex | 1D | 70 | 4C | 4A | 0 | 20 | 38 | 9A | 3B | 1C |
| Octal | 35 | 160 | 114 | 112 | 0 | 40 | 70 | 232 | 73 | 34 |
| Binary | 11101 | 1110000 | 1001100 | 1001010 | 0 | 100000 | 111000 | 10011010 | 111011 | 11100 |
Color Harmonies of #1D704C
Complementary color
Monochromatic Colors of #1D704C
Black with #1D704C
Text Example
Text Example
White with #1D704C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D704C; }
p { color: rgb(29,112,76); }
H1.HeaderClassName
{
color: #1D704C;
}
.AnyTagClassName
{
color: #1D704C;
}
</style>
background-color css
<style>
a { background-color: #1D704C; }
a { background-color: rgb(29,112,76); }
div.DivClassName
{
background-color: #1D704C;
}
.BgClassName
{
background-color: #1D704C;
}
</style>
border-color css
<style>
span { border-color: #1D704C; }
span { border-color: rgb(29,112,76); }
td.TdClassName
{
border-color: #1D704C;
}
.TagClassName
{
border-color: #1D704C;
}
</style>