Shades of Dark Spring Green #1D7449
Tints of Dark Spring Green #1D7449
RGB
CMYK
RGB Variations
Color information
#1D7449 (or 0x1D7449) is known color: Dark Spring Green. HEX triplet: 1D, 74 and 49. RGB value is (29,116,73). Sum of RGB (Red+Green+Blue) = 29+116+73=218 (28% of max value = 765). Red value is 29 (11.72% from 255 or 13.30% from 218); Green value is 116 (45.70% from 255 or 53.21% from 218); Blue value is 73 (28.91% from 255 or 33.49% from 218); Max value from RGB is 116 - color contains mainly: green. Hex color #1D7449 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1D7449 is #E28BB6. Grayscale: #555555. Windows color (decimal): -14846903 or 4813853. OLE color: 4813853.
HSL color Cylindrical-coordinate representation of color #1D7449: hue angle of 150.34º degrees, saturation: 0.6, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #1D7449 is Cyan = 0.75, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 29 | 116 | 73 | - |
| CMYK | 0.75 | 0 | 0.37 | 0.55 |
| HSL | 150.34º | 0.6% | 0.28% | - |
| HSV(B) | 150.34º | 0.75% | 0.45% | - |
| XYZ | 7.95 | 13.23 | 8.44 | - |
| YUV | 85.09 | 121.18 | 88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 116 | 73 | 0.75 | 0 | 0.37 | 0.55 | 150.34 | 0.6 | 0.28 |
| Hex | 1D | 74 | 49 | 4B | 0 | 25 | 37 | 96 | 3C | 1C |
| Octal | 35 | 164 | 111 | 113 | 0 | 45 | 67 | 226 | 74 | 34 |
| Binary | 11101 | 1110100 | 1001001 | 1001011 | 0 | 100101 | 110111 | 10010110 | 111100 | 11100 |
Color Harmonies of #1D7449
Complementary color
Monochromatic Colors of #1D7449
Black with #1D7449
Text Example
Text Example
White with #1D7449
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D7449; }
p { color: rgb(29,116,73); }
H1.HeaderClassName
{
color: #1D7449;
}
.AnyTagClassName
{
color: #1D7449;
}
</style>
background-color css
<style>
a { background-color: #1D7449; }
a { background-color: rgb(29,116,73); }
div.DivClassName
{
background-color: #1D7449;
}
.BgClassName
{
background-color: #1D7449;
}
</style>
border-color css
<style>
span { border-color: #1D7449; }
span { border-color: rgb(29,116,73); }
td.TdClassName
{
border-color: #1D7449;
}
.TagClassName
{
border-color: #1D7449;
}
</style>