Shades of Elf Green #1D9160
Tints of Elf Green #1D9160
RGB
CMYK
RGB Variations
Color information
#1D9160 (or 0x1D9160) is known color: Elf Green. HEX triplet: 1D, 91 and 60. RGB value is (29,145,96). Sum of RGB (Red+Green+Blue) = 29+145+96=270 (35% of max value = 765). Red value is 29 (11.72% from 255 or 10.74% from 270); Green value is 145 (57.03% from 255 or 53.70% from 270); Blue value is 96 (37.89% from 255 or 35.56% from 270); Max value from RGB is 145 - color contains mainly: green. Hex color #1D9160 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1D9160 is #E26E9F. Grayscale: #686868. Windows color (decimal): -14839456 or 6328605. OLE color: 6328605.
HSL color Cylindrical-coordinate representation of color #1D9160: hue angle of 154.66º degrees, saturation: 0.67, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #1D9160 is Cyan = 0.8, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 29 | 145 | 96 | - |
| CMYK | 0.8 | 0 | 0.34 | 0.43 |
| HSL | 154.66º | 0.67% | 0.34% | - |
| HSV(B) | 154.66º | 0.8% | 0.57% | - |
| XYZ | 12.74 | 21.36 | 14.52 | - |
| YUV | 104.73 | 123.07 | 73.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 145 | 96 | 0.8 | 0 | 0.34 | 0.43 | 154.66 | 0.67 | 0.34 |
| Hex | 1D | 91 | 60 | 50 | 0 | 22 | 2B | 9B | 43 | 22 |
| Octal | 35 | 221 | 140 | 120 | 0 | 42 | 53 | 233 | 103 | 42 |
| Binary | 11101 | 10010001 | 1100000 | 1010000 | 0 | 100010 | 101011 | 10011011 | 1000011 | 100010 |
Color Harmonies of #1D9160
Complementary color
Monochromatic Colors of #1D9160
Black with #1D9160
Text Example
Text Example
White with #1D9160
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D9160; }
p { color: rgb(29,145,96); }
H1.HeaderClassName
{
color: #1D9160;
}
.AnyTagClassName
{
color: #1D9160;
}
</style>
background-color css
<style>
a { background-color: #1D9160; }
a { background-color: rgb(29,145,96); }
div.DivClassName
{
background-color: #1D9160;
}
.BgClassName
{
background-color: #1D9160;
}
</style>
border-color css
<style>
span { border-color: #1D9160; }
span { border-color: rgb(29,145,96); }
td.TdClassName
{
border-color: #1D9160;
}
.TagClassName
{
border-color: #1D9160;
}
</style>