Shades of Dark Spring Green #1D6E47
Tints of Dark Spring Green #1D6E47
RGB
CMYK
RGB Variations
Color information
#1D6E47 (or 0x1D6E47) is known color: Dark Spring Green. HEX triplet: 1D, 6E and 47. RGB value is (29,110,71). Sum of RGB (Red+Green+Blue) = 29+110+71=210 (27% of max value = 765). Red value is 29 (11.72% from 255 or 13.81% from 210); Green value is 110 (43.36% from 255 or 52.38% from 210); Blue value is 71 (28.12% from 255 or 33.81% from 210); Max value from RGB is 110 - color contains mainly: green. Hex color #1D6E47 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1D6E47 is #E291B8. Grayscale: #515151. Windows color (decimal): -14848441 or 4681245. OLE color: 4681245.
HSL color Cylindrical-coordinate representation of color #1D6E47: hue angle of 151.11º degrees, saturation: 0.58, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #1D6E47 is Cyan = 0.74, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 29 | 110 | 71 | - |
| CMYK | 0.74 | 0 | 0.35 | 0.57 |
| HSL | 151.11º | 0.58% | 0.27% | - |
| HSV(B) | 151.11º | 0.74% | 0.43% | - |
| XYZ | 7.22 | 11.87 | 7.87 | - |
| YUV | 81.34 | 122.16 | 90.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 110 | 71 | 0.74 | 0 | 0.35 | 0.57 | 151.11 | 0.58 | 0.27 |
| Hex | 1D | 6E | 47 | 4A | 0 | 23 | 39 | 97 | 3A | 1B |
| Octal | 35 | 156 | 107 | 112 | 0 | 43 | 71 | 227 | 72 | 33 |
| Binary | 11101 | 1101110 | 1000111 | 1001010 | 0 | 100011 | 111001 | 10010111 | 111010 | 11011 |
Color Harmonies of #1D6E47
Complementary color
Monochromatic Colors of #1D6E47
Black with #1D6E47
Text Example
Text Example
White with #1D6E47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D6E47; }
p { color: rgb(29,110,71); }
H1.HeaderClassName
{
color: #1D6E47;
}
.AnyTagClassName
{
color: #1D6E47;
}
</style>
background-color css
<style>
a { background-color: #1D6E47; }
a { background-color: rgb(29,110,71); }
div.DivClassName
{
background-color: #1D6E47;
}
.BgClassName
{
background-color: #1D6E47;
}
</style>
border-color css
<style>
span { border-color: #1D6E47; }
span { border-color: rgb(29,110,71); }
td.TdClassName
{
border-color: #1D6E47;
}
.TagClassName
{
border-color: #1D6E47;
}
</style>