Shades of Dark Spring Green #1D7544
Tints of Dark Spring Green #1D7544
RGB
CMYK
RGB Variations
Color information
#1D7544 (or 0x1D7544) is known color: Dark Spring Green. HEX triplet: 1D, 75 and 44. RGB value is (29,117,68). Sum of RGB (Red+Green+Blue) = 29+117+68=214 (28% of max value = 765). Red value is 29 (11.72% from 255 or 13.55% from 214); Green value is 117 (46.09% from 255 or 54.67% from 214); Blue value is 68 (26.95% from 255 or 31.78% from 214); Max value from RGB is 117 - color contains mainly: green. Hex color #1D7544 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1D7544 is #E28ABB. Grayscale: #555555. Windows color (decimal): -14846652 or 4486429. OLE color: 4486429.
HSL color Cylindrical-coordinate representation of color #1D7544: hue angle of 146.59º degrees, saturation: 0.6, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #1D7544 is Cyan = 0.75, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 29 | 117 | 68 | - |
| CMYK | 0.75 | 0 | 0.42 | 0.54 |
| HSL | 146.59º | 0.6% | 0.29% | - |
| HSV(B) | 146.59º | 0.75% | 0.46% | - |
| XYZ | 7.91 | 13.4 | 7.64 | - |
| YUV | 85.1 | 118.35 | 87.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 117 | 68 | 0.75 | 0 | 0.42 | 0.54 | 146.59 | 0.6 | 0.29 |
| Hex | 1D | 75 | 44 | 4B | 0 | 2A | 36 | 93 | 3C | 1D |
| Octal | 35 | 165 | 104 | 113 | 0 | 52 | 66 | 223 | 74 | 35 |
| Binary | 11101 | 1110101 | 1000100 | 1001011 | 0 | 101010 | 110110 | 10010011 | 111100 | 11101 |
Color Harmonies of #1D7544
Complementary color
Monochromatic Colors of #1D7544
Black with #1D7544
Text Example
Text Example
White with #1D7544
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D7544; }
p { color: rgb(29,117,68); }
H1.HeaderClassName
{
color: #1D7544;
}
.AnyTagClassName
{
color: #1D7544;
}
</style>
background-color css
<style>
a { background-color: #1D7544; }
a { background-color: rgb(29,117,68); }
div.DivClassName
{
background-color: #1D7544;
}
.BgClassName
{
background-color: #1D7544;
}
</style>
border-color css
<style>
span { border-color: #1D7544; }
span { border-color: rgb(29,117,68); }
td.TdClassName
{
border-color: #1D7544;
}
.TagClassName
{
border-color: #1D7544;
}
</style>