Shades of Elf Green #1D9D78
Tints of Elf Green #1D9D78
RGB
CMYK
RGB Variations
Color information
#1D9D78 (or 0x1D9D78) is known color: Elf Green. HEX triplet: 1D, 9D and 78. RGB value is (29,157,120). Sum of RGB (Red+Green+Blue) = 29+157+120=306 (40% of max value = 765). Red value is 29 (11.72% from 255 or 9.48% from 306); Green value is 157 (61.72% from 255 or 51.31% from 306); Blue value is 120 (47.27% from 255 or 39.22% from 306); Max value from RGB is 157 - color contains mainly: green. Hex color #1D9D78 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1D9D78 is #E26287. Grayscale: #727272. Windows color (decimal): -14836360 or 7904541. OLE color: 7904541.
HSL color Cylindrical-coordinate representation of color #1D9D78: hue angle of 162.66º degrees, saturation: 0.69, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1D9D78 is Cyan = 0.82, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 29 | 157 | 120 | - |
| CMYK | 0.82 | 0 | 0.24 | 0.38 |
| HSL | 162.66º | 0.69% | 0.36% | - |
| HSV(B) | 162.66º | 0.82% | 0.62% | - |
| XYZ | 15.95 | 25.73 | 21.9 | - |
| YUV | 114.51 | 131.09 | 67.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 157 | 120 | 0.82 | 0 | 0.24 | 0.38 | 162.66 | 0.69 | 0.36 |
| Hex | 1D | 9D | 78 | 52 | 0 | 18 | 26 | A3 | 45 | 24 |
| Octal | 35 | 235 | 170 | 122 | 0 | 30 | 46 | 243 | 105 | 44 |
| Binary | 11101 | 10011101 | 1111000 | 1010010 | 0 | 11000 | 100110 | 10100011 | 1000101 | 100100 |
Color Harmonies of #1D9D78
Complementary color
Monochromatic Colors of #1D9D78
Black with #1D9D78
Text Example
Text Example
White with #1D9D78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D9D78; }
p { color: rgb(29,157,120); }
H1.HeaderClassName
{
color: #1D9D78;
}
.AnyTagClassName
{
color: #1D9D78;
}
</style>
background-color css
<style>
a { background-color: #1D9D78; }
a { background-color: rgb(29,157,120); }
div.DivClassName
{
background-color: #1D9D78;
}
.BgClassName
{
background-color: #1D9D78;
}
</style>
border-color css
<style>
span { border-color: #1D9D78; }
span { border-color: rgb(29,157,120); }
td.TdClassName
{
border-color: #1D9D78;
}
.TagClassName
{
border-color: #1D9D78;
}
</style>