Shades of Dark Spring Green #1D7143
Tints of Dark Spring Green #1D7143
RGB
CMYK
RGB Variations
Color information
#1D7143 (or 0x1D7143) is known color: Dark Spring Green. HEX triplet: 1D, 71 and 43. RGB value is (29,113,67). Sum of RGB (Red+Green+Blue) = 29+113+67=209 (27% of max value = 765). Red value is 29 (11.72% from 255 or 13.88% from 209); Green value is 113 (44.53% from 255 or 54.07% from 209); Blue value is 67 (26.56% from 255 or 32.06% from 209); Max value from RGB is 113 - color contains mainly: green. Hex color #1D7143 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1D7143 is #E28EBC. Grayscale: #525252. Windows color (decimal): -14847677 or 4419869. OLE color: 4419869.
HSL color Cylindrical-coordinate representation of color #1D7143: hue angle of 147.14º 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 #1D7143 is Cyan = 0.74, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 29 | 113 | 67 | - |
| CMYK | 0.74 | 0 | 0.41 | 0.56 |
| HSL | 147.14º | 0.59% | 0.28% | - |
| HSV(B) | 147.14º | 0.74% | 0.44% | - |
| XYZ | 7.42 | 12.48 | 7.33 | - |
| YUV | 82.64 | 119.17 | 89.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 113 | 67 | 0.74 | 0 | 0.41 | 0.56 | 147.14 | 0.59 | 0.28 |
| Hex | 1D | 71 | 43 | 4A | 0 | 29 | 38 | 93 | 3B | 1C |
| Octal | 35 | 161 | 103 | 112 | 0 | 51 | 70 | 223 | 73 | 34 |
| Binary | 11101 | 1110001 | 1000011 | 1001010 | 0 | 101001 | 111000 | 10010011 | 111011 | 11100 |
Color Harmonies of #1D7143
Complementary color
Monochromatic Colors of #1D7143
Black with #1D7143
Text Example
Text Example
White with #1D7143
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D7143; }
p { color: rgb(29,113,67); }
H1.HeaderClassName
{
color: #1D7143;
}
.AnyTagClassName
{
color: #1D7143;
}
</style>
background-color css
<style>
a { background-color: #1D7143; }
a { background-color: rgb(29,113,67); }
div.DivClassName
{
background-color: #1D7143;
}
.BgClassName
{
background-color: #1D7143;
}
</style>
border-color css
<style>
span { border-color: #1D7143; }
span { border-color: rgb(29,113,67); }
td.TdClassName
{
border-color: #1D7143;
}
.TagClassName
{
border-color: #1D7143;
}
</style>