Shades of Elf Green #1D9674
Tints of Elf Green #1D9674
RGB
CMYK
RGB Variations
Color information
#1D9674 (or 0x1D9674) is known color: Elf Green. HEX triplet: 1D, 96 and 74. RGB value is (29,150,116). Sum of RGB (Red+Green+Blue) = 29+150+116=295 (39% of max value = 765). Red value is 29 (11.72% from 255 or 9.83% from 295); Green value is 150 (58.98% from 255 or 50.85% from 295); Blue value is 116 (45.70% from 255 or 39.32% from 295); Max value from RGB is 150 - color contains mainly: green. Hex color #1D9674 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1D9674 is #E2698B. Grayscale: #6D6D6D. Windows color (decimal): -14838156 or 7640605. OLE color: 7640605.
HSL color Cylindrical-coordinate representation of color #1D9674: hue angle of 163.14º degrees, saturation: 0.68, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #1D9674 is Cyan = 0.81, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 29 | 150 | 116 | - |
| CMYK | 0.81 | 0 | 0.23 | 0.41 |
| HSL | 163.14º | 0.68% | 0.35% | - |
| HSV(B) | 163.14º | 0.81% | 0.59% | - |
| XYZ | 14.57 | 23.33 | 20.26 | - |
| YUV | 109.95 | 131.41 | 70.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 150 | 116 | 0.81 | 0 | 0.23 | 0.41 | 163.14 | 0.68 | 0.35 |
| Hex | 1D | 96 | 74 | 51 | 0 | 17 | 29 | A3 | 44 | 23 |
| Octal | 35 | 226 | 164 | 121 | 0 | 27 | 51 | 243 | 104 | 43 |
| Binary | 11101 | 10010110 | 1110100 | 1010001 | 0 | 10111 | 101001 | 10100011 | 1000100 | 100011 |
Color Harmonies of #1D9674
Complementary color
Monochromatic Colors of #1D9674
Black with #1D9674
Text Example
Text Example
White with #1D9674
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D9674; }
p { color: rgb(29,150,116); }
H1.HeaderClassName
{
color: #1D9674;
}
.AnyTagClassName
{
color: #1D9674;
}
</style>
background-color css
<style>
a { background-color: #1D9674; }
a { background-color: rgb(29,150,116); }
div.DivClassName
{
background-color: #1D9674;
}
.BgClassName
{
background-color: #1D9674;
}
</style>
border-color css
<style>
span { border-color: #1D9674; }
span { border-color: rgb(29,150,116); }
td.TdClassName
{
border-color: #1D9674;
}
.TagClassName
{
border-color: #1D9674;
}
</style>