Shades of Dark Spring Green #1D7441
Tints of Dark Spring Green #1D7441
RGB
CMYK
RGB Variations
Color information
#1D7441 (or 0x1D7441) is known color: Dark Spring Green. HEX triplet: 1D, 74 and 41. RGB value is (29,116,65). Sum of RGB (Red+Green+Blue) = 29+116+65=210 (27% of max value = 765). Red value is 29 (11.72% from 255 or 13.81% from 210); Green value is 116 (45.70% from 255 or 55.24% from 210); Blue value is 65 (25.78% from 255 or 30.95% from 210); Max value from RGB is 116 - color contains mainly: green. Hex color #1D7441 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1D7441 is #E28BBE. Grayscale: #545454. Windows color (decimal): -14846911 or 4289565. OLE color: 4289565.
HSL color Cylindrical-coordinate representation of color #1D7441: hue angle of 144.83º degrees, saturation: 0.6, 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 #1D7441 is Cyan = 0.75, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 29 | 116 | 65 | - |
| CMYK | 0.75 | 0 | 0.44 | 0.55 |
| HSL | 144.83º | 0.6% | 0.28% | - |
| HSV(B) | 144.83º | 0.75% | 0.45% | - |
| XYZ | 7.71 | 13.13 | 7.13 | - |
| YUV | 84.17 | 117.18 | 88.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 116 | 65 | 0.75 | 0 | 0.44 | 0.55 | 144.83 | 0.6 | 0.28 |
| Hex | 1D | 74 | 41 | 4B | 0 | 2C | 37 | 91 | 3C | 1C |
| Octal | 35 | 164 | 101 | 113 | 0 | 54 | 67 | 221 | 74 | 34 |
| Binary | 11101 | 1110100 | 1000001 | 1001011 | 0 | 101100 | 110111 | 10010001 | 111100 | 11100 |
Color Harmonies of #1D7441
Complementary color
Monochromatic Colors of #1D7441
Black with #1D7441
Text Example
Text Example
White with #1D7441
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D7441; }
p { color: rgb(29,116,65); }
H1.HeaderClassName
{
color: #1D7441;
}
.AnyTagClassName
{
color: #1D7441;
}
</style>
background-color css
<style>
a { background-color: #1D7441; }
a { background-color: rgb(29,116,65); }
div.DivClassName
{
background-color: #1D7441;
}
.BgClassName
{
background-color: #1D7441;
}
</style>
border-color css
<style>
span { border-color: #1D7441; }
span { border-color: rgb(29,116,65); }
td.TdClassName
{
border-color: #1D7441;
}
.TagClassName
{
border-color: #1D7441;
}
</style>