Shades of Elf Green #1D8964
Tints of Elf Green #1D8964
RGB
CMYK
RGB Variations
Color information
#1D8964 (or 0x1D8964) is known color: Elf Green. HEX triplet: 1D, 89 and 64. RGB value is (29,137,100). Sum of RGB (Red+Green+Blue) = 29+137+100=266 (35% of max value = 765). Red value is 29 (11.72% from 255 or 10.90% from 266); Green value is 137 (53.91% from 255 or 51.50% from 266); Blue value is 100 (39.45% from 255 or 37.59% from 266); Max value from RGB is 137 - color contains mainly: green. Hex color #1D8964 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1D8964 is #E2769B. Grayscale: #646464. Windows color (decimal): -14841500 or 6588701. OLE color: 6588701.
HSL color Cylindrical-coordinate representation of color #1D8964: hue angle of 159.44º degrees, saturation: 0.65, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #1D8964 is Cyan = 0.79, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 29 | 137 | 100 | - |
| CMYK | 0.79 | 0 | 0.27 | 0.46 |
| HSL | 159.44º | 0.65% | 0.33% | - |
| HSV(B) | 159.44º | 0.79% | 0.54% | - |
| XYZ | 11.75 | 19.07 | 15.12 | - |
| YUV | 100.49 | 127.72 | 77.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 137 | 100 | 0.79 | 0 | 0.27 | 0.46 | 159.44 | 0.65 | 0.33 |
| Hex | 1D | 89 | 64 | 4F | 0 | 1B | 2E | 9F | 41 | 21 |
| Octal | 35 | 211 | 144 | 117 | 0 | 33 | 56 | 237 | 101 | 41 |
| Binary | 11101 | 10001001 | 1100100 | 1001111 | 0 | 11011 | 101110 | 10011111 | 1000001 | 100001 |
Color Harmonies of #1D8964
Complementary color
Monochromatic Colors of #1D8964
Black with #1D8964
Text Example
Text Example
White with #1D8964
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D8964; }
p { color: rgb(29,137,100); }
H1.HeaderClassName
{
color: #1D8964;
}
.AnyTagClassName
{
color: #1D8964;
}
</style>
background-color css
<style>
a { background-color: #1D8964; }
a { background-color: rgb(29,137,100); }
div.DivClassName
{
background-color: #1D8964;
}
.BgClassName
{
background-color: #1D8964;
}
</style>
border-color css
<style>
span { border-color: #1D8964; }
span { border-color: rgb(29,137,100); }
td.TdClassName
{
border-color: #1D8964;
}
.TagClassName
{
border-color: #1D8964;
}
</style>