Shades of Dark Spring Green #1D7043
Tints of Dark Spring Green #1D7043
RGB
CMYK
RGB Variations
Color information
#1D7043 (or 0x1D7043) is known color: Dark Spring Green. HEX triplet: 1D, 70 and 43. RGB value is (29,112,67). Sum of RGB (Red+Green+Blue) = 29+112+67=208 (27% of max value = 765). Red value is 29 (11.72% from 255 or 13.94% from 208); Green value is 112 (44.14% from 255 or 53.85% from 208); Blue value is 67 (26.56% from 255 or 32.21% from 208); Max value from RGB is 112 - color contains mainly: green. Hex color #1D7043 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1D7043 is #E28FBC. Grayscale: #525252. Windows color (decimal): -14847933 or 4419613. OLE color: 4419613.
HSL color Cylindrical-coordinate representation of color #1D7043: hue angle of 147.47º 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 #1D7043 is Cyan = 0.74, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 29 | 112 | 67 | - |
| CMYK | 0.74 | 0 | 0.40 | 0.56 |
| HSL | 147.47º | 0.59% | 0.28% | - |
| HSV(B) | 147.47º | 0.74% | 0.44% | - |
| XYZ | 7.31 | 12.25 | 7.29 | - |
| YUV | 82.05 | 119.5 | 90.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 112 | 67 | 0.74 | 0 | 0.40 | 0.56 | 147.47 | 0.59 | 0.28 |
| Hex | 1D | 70 | 43 | 4A | 0 | 28 | 38 | 93 | 3B | 1C |
| Octal | 35 | 160 | 103 | 112 | 0 | 50 | 70 | 223 | 73 | 34 |
| Binary | 11101 | 1110000 | 1000011 | 1001010 | 0 | 101000 | 111000 | 10010011 | 111011 | 11100 |
Color Harmonies of #1D7043
Complementary color
Monochromatic Colors of #1D7043
Black with #1D7043
Text Example
Text Example
White with #1D7043
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D7043; }
p { color: rgb(29,112,67); }
H1.HeaderClassName
{
color: #1D7043;
}
.AnyTagClassName
{
color: #1D7043;
}
</style>
background-color css
<style>
a { background-color: #1D7043; }
a { background-color: rgb(29,112,67); }
div.DivClassName
{
background-color: #1D7043;
}
.BgClassName
{
background-color: #1D7043;
}
</style>
border-color css
<style>
span { border-color: #1D7043; }
span { border-color: rgb(29,112,67); }
td.TdClassName
{
border-color: #1D7043;
}
.TagClassName
{
border-color: #1D7043;
}
</style>