Shades of Dark Spring Green #1D7E44
Tints of Dark Spring Green #1D7E44
RGB
CMYK
RGB Variations
Color information
#1D7E44 (or 0x1D7E44) is known color: Dark Spring Green. HEX triplet: 1D, 7E and 44. RGB value is (29,126,68). Sum of RGB (Red+Green+Blue) = 29+126+68=223 (29% of max value = 765). Red value is 29 (11.72% from 255 or 13.00% from 223); Green value is 126 (49.61% from 255 or 56.50% from 223); Blue value is 68 (26.95% from 255 or 30.49% from 223); Max value from RGB is 126 - color contains mainly: green. Hex color #1D7E44 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1D7E44 is #E281BB. Grayscale: #5A5A5A. Windows color (decimal): -14844348 or 4488733. OLE color: 4488733.
HSL color Cylindrical-coordinate representation of color #1D7E44: hue angle of 144.12º degrees, saturation: 0.63, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #1D7E44 is Cyan = 0.77, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 29 | 126 | 68 | - |
| CMYK | 0.77 | 0 | 0.46 | 0.51 |
| HSL | 144.12º | 0.63% | 0.3% | - |
| HSV(B) | 144.12º | 0.77% | 0.49% | - |
| XYZ | 9.01 | 15.6 | 8.01 | - |
| YUV | 90.39 | 115.36 | 84.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 126 | 68 | 0.77 | 0 | 0.46 | 0.51 | 144.12 | 0.63 | 0.3 |
| Hex | 1D | 7E | 44 | 4D | 0 | 2E | 33 | 90 | 3F | 1E |
| Octal | 35 | 176 | 104 | 115 | 0 | 56 | 63 | 220 | 77 | 36 |
| Binary | 11101 | 1111110 | 1000100 | 1001101 | 0 | 101110 | 110011 | 10010000 | 111111 | 11110 |
Color Harmonies of #1D7E44
Complementary color
Monochromatic Colors of #1D7E44
Black with #1D7E44
Text Example
Text Example
White with #1D7E44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D7E44; }
p { color: rgb(29,126,68); }
H1.HeaderClassName
{
color: #1D7E44;
}
.AnyTagClassName
{
color: #1D7E44;
}
</style>
background-color css
<style>
a { background-color: #1D7E44; }
a { background-color: rgb(29,126,68); }
div.DivClassName
{
background-color: #1D7E44;
}
.BgClassName
{
background-color: #1D7E44;
}
</style>
border-color css
<style>
span { border-color: #1D7E44; }
span { border-color: rgb(29,126,68); }
td.TdClassName
{
border-color: #1D7E44;
}
.TagClassName
{
border-color: #1D7E44;
}
</style>