Shades of Dark Spring Green #1D704A
Tints of Dark Spring Green #1D704A
RGB
CMYK
RGB Variations
Color information
#1D704A (or 0x1D704A) is known color: Dark Spring Green. HEX triplet: 1D, 70 and 4A. RGB value is (29,112,74). Sum of RGB (Red+Green+Blue) = 29+112+74=215 (28% of max value = 765). Red value is 29 (11.72% from 255 or 13.49% from 215); Green value is 112 (44.14% from 255 or 52.09% from 215); Blue value is 74 (29.30% from 255 or 34.42% from 215); Max value from RGB is 112 - color contains mainly: green. Hex color #1D704A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1D704A is #E28FB5. Grayscale: #525252. Windows color (decimal): -14847926 or 4878365. OLE color: 4878365.
HSL color Cylindrical-coordinate representation of color #1D704A: hue angle of 152.53º 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 #1D704A is Cyan = 0.74, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 29 | 112 | 74 | - |
| CMYK | 0.74 | 0 | 0.34 | 0.56 |
| HSL | 152.53º | 0.59% | 0.28% | - |
| HSV(B) | 152.53º | 0.74% | 0.44% | - |
| XYZ | 7.54 | 12.34 | 8.46 | - |
| YUV | 82.85 | 123 | 89.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 112 | 74 | 0.74 | 0 | 0.34 | 0.56 | 152.53 | 0.59 | 0.28 |
| Hex | 1D | 70 | 4A | 4A | 0 | 22 | 38 | 99 | 3B | 1C |
| Octal | 35 | 160 | 112 | 112 | 0 | 42 | 70 | 231 | 73 | 34 |
| Binary | 11101 | 1110000 | 1001010 | 1001010 | 0 | 100010 | 111000 | 10011001 | 111011 | 11100 |
Color Harmonies of #1D704A
Complementary color
Monochromatic Colors of #1D704A
Black with #1D704A
Text Example
Text Example
White with #1D704A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D704A; }
p { color: rgb(29,112,74); }
H1.HeaderClassName
{
color: #1D704A;
}
.AnyTagClassName
{
color: #1D704A;
}
</style>
background-color css
<style>
a { background-color: #1D704A; }
a { background-color: rgb(29,112,74); }
div.DivClassName
{
background-color: #1D704A;
}
.BgClassName
{
background-color: #1D704A;
}
</style>
border-color css
<style>
span { border-color: #1D704A; }
span { border-color: rgb(29,112,74); }
td.TdClassName
{
border-color: #1D704A;
}
.TagClassName
{
border-color: #1D704A;
}
</style>