Shades of Elf Green #1D9978
Tints of Elf Green #1D9978
RGB
CMYK
RGB Variations
Color information
#1D9978 (or 0x1D9978) is known color: Elf Green. HEX triplet: 1D, 99 and 78. RGB value is (29,153,120). Sum of RGB (Red+Green+Blue) = 29+153+120=302 (40% of max value = 765). Red value is 29 (11.72% from 255 or 9.60% from 302); Green value is 153 (60.16% from 255 or 50.66% from 302); Blue value is 120 (47.27% from 255 or 39.74% from 302); Max value from RGB is 153 - color contains mainly: green. Hex color #1D9978 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1D9978 is #E26687. Grayscale: #707070. Windows color (decimal): -14837384 or 7903517. OLE color: 7903517.
HSL color Cylindrical-coordinate representation of color #1D9978: hue angle of 164.03º degrees, saturation: 0.68, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #1D9978 is Cyan = 0.81, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 29 | 153 | 120 | - |
| CMYK | 0.81 | 0 | 0.22 | 0.4 |
| HSL | 164.03º | 0.68% | 0.36% | - |
| HSV(B) | 164.03º | 0.81% | 0.6% | - |
| XYZ | 15.29 | 24.4 | 21.67 | - |
| YUV | 112.16 | 132.42 | 68.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 153 | 120 | 0.81 | 0 | 0.22 | 0.4 | 164.03 | 0.68 | 0.36 |
| Hex | 1D | 99 | 78 | 51 | 0 | 16 | 28 | A4 | 44 | 24 |
| Octal | 35 | 231 | 170 | 121 | 0 | 26 | 50 | 244 | 104 | 44 |
| Binary | 11101 | 10011001 | 1111000 | 1010001 | 0 | 10110 | 101000 | 10100100 | 1000100 | 100100 |
Color Harmonies of #1D9978
Complementary color
Monochromatic Colors of #1D9978
Black with #1D9978
Text Example
Text Example
White with #1D9978
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D9978; }
p { color: rgb(29,153,120); }
H1.HeaderClassName
{
color: #1D9978;
}
.AnyTagClassName
{
color: #1D9978;
}
</style>
background-color css
<style>
a { background-color: #1D9978; }
a { background-color: rgb(29,153,120); }
div.DivClassName
{
background-color: #1D9978;
}
.BgClassName
{
background-color: #1D9978;
}
</style>
border-color css
<style>
span { border-color: #1D9978; }
span { border-color: rgb(29,153,120); }
td.TdClassName
{
border-color: #1D9978;
}
.TagClassName
{
border-color: #1D9978;
}
</style>