Shades of Dark Spring Green #1D7247
Tints of Dark Spring Green #1D7247
RGB
CMYK
RGB Variations
Color information
#1D7247 (or 0x1D7247) is known color: Dark Spring Green. HEX triplet: 1D, 72 and 47. RGB value is (29,114,71). Sum of RGB (Red+Green+Blue) = 29+114+71=214 (28% of max value = 765). Red value is 29 (11.72% from 255 or 13.55% from 214); Green value is 114 (44.92% from 255 or 53.27% from 214); Blue value is 71 (28.12% from 255 or 33.18% from 214); Max value from RGB is 114 - color contains mainly: green. Hex color #1D7247 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1D7247 is #E28DB8. Grayscale: #535353. Windows color (decimal): -14847417 or 4682269. OLE color: 4682269.
HSL color Cylindrical-coordinate representation of color #1D7247: hue angle of 149.65º degrees, saturation: 0.59, 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 #1D7247 is Cyan = 0.75, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 29 | 114 | 71 | - |
| CMYK | 0.75 | 0 | 0.38 | 0.55 |
| HSL | 149.65º | 0.59% | 0.28% | - |
| HSV(B) | 149.65º | 0.75% | 0.45% | - |
| XYZ | 7.66 | 12.75 | 8.02 | - |
| YUV | 83.68 | 120.84 | 89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 114 | 71 | 0.75 | 0 | 0.38 | 0.55 | 149.65 | 0.59 | 0.28 |
| Hex | 1D | 72 | 47 | 4B | 0 | 26 | 37 | 96 | 3B | 1C |
| Octal | 35 | 162 | 107 | 113 | 0 | 46 | 67 | 226 | 73 | 34 |
| Binary | 11101 | 1110010 | 1000111 | 1001011 | 0 | 100110 | 110111 | 10010110 | 111011 | 11100 |
Color Harmonies of #1D7247
Complementary color
Monochromatic Colors of #1D7247
Black with #1D7247
Text Example
Text Example
White with #1D7247
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D7247; }
p { color: rgb(29,114,71); }
H1.HeaderClassName
{
color: #1D7247;
}
.AnyTagClassName
{
color: #1D7247;
}
</style>
background-color css
<style>
a { background-color: #1D7247; }
a { background-color: rgb(29,114,71); }
div.DivClassName
{
background-color: #1D7247;
}
.BgClassName
{
background-color: #1D7247;
}
</style>
border-color css
<style>
span { border-color: #1D7247; }
span { border-color: rgb(29,114,71); }
td.TdClassName
{
border-color: #1D7247;
}
.TagClassName
{
border-color: #1D7247;
}
</style>