Shades of Dark Spring Green #1D7749
Tints of Dark Spring Green #1D7749
RGB
CMYK
RGB Variations
Color information
#1D7749 (or 0x1D7749) is known color: Dark Spring Green. HEX triplet: 1D, 77 and 49. RGB value is (29,119,73). Sum of RGB (Red+Green+Blue) = 29+119+73=221 (29% of max value = 765). Red value is 29 (11.72% from 255 or 13.12% from 221); Green value is 119 (46.88% from 255 or 53.85% from 221); Blue value is 73 (28.91% from 255 or 33.03% from 221); Max value from RGB is 119 - color contains mainly: green. Hex color #1D7749 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1D7749 is #E288B6. Grayscale: #565656. Windows color (decimal): -14846135 or 4814621. OLE color: 4814621.
HSL color Cylindrical-coordinate representation of color #1D7749: hue angle of 149.33º degrees, saturation: 0.61, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #1D7749 is Cyan = 0.76, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 29 | 119 | 73 | - |
| CMYK | 0.76 | 0 | 0.39 | 0.53 |
| HSL | 149.33º | 0.61% | 0.29% | - |
| HSV(B) | 149.33º | 0.76% | 0.47% | - |
| XYZ | 8.31 | 13.94 | 8.56 | - |
| YUV | 86.85 | 120.18 | 86.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 119 | 73 | 0.76 | 0 | 0.39 | 0.53 | 149.33 | 0.61 | 0.29 |
| Hex | 1D | 77 | 49 | 4C | 0 | 27 | 35 | 95 | 3D | 1D |
| Octal | 35 | 167 | 111 | 114 | 0 | 47 | 65 | 225 | 75 | 35 |
| Binary | 11101 | 1110111 | 1001001 | 1001100 | 0 | 100111 | 110101 | 10010101 | 111101 | 11101 |
Color Harmonies of #1D7749
Complementary color
Monochromatic Colors of #1D7749
Black with #1D7749
Text Example
Text Example
White with #1D7749
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D7749; }
p { color: rgb(29,119,73); }
H1.HeaderClassName
{
color: #1D7749;
}
.AnyTagClassName
{
color: #1D7749;
}
</style>
background-color css
<style>
a { background-color: #1D7749; }
a { background-color: rgb(29,119,73); }
div.DivClassName
{
background-color: #1D7749;
}
.BgClassName
{
background-color: #1D7749;
}
</style>
border-color css
<style>
span { border-color: #1D7749; }
span { border-color: rgb(29,119,73); }
td.TdClassName
{
border-color: #1D7749;
}
.TagClassName
{
border-color: #1D7749;
}
</style>