Shades of Elf Green #1D986D
Tints of Elf Green #1D986D
RGB
CMYK
RGB Variations
Color information
#1D986D (or 0x1D986D) is known color: Elf Green. HEX triplet: 1D, 98 and 6D. RGB value is (29,152,109). Sum of RGB (Red+Green+Blue) = 29+152+109=290 (38% of max value = 765). Red value is 29 (11.72% from 255 or 10% from 290); Green value is 152 (59.77% from 255 or 52.41% from 290); Blue value is 109 (42.97% from 255 or 37.59% from 290); Max value from RGB is 152 - color contains mainly: green. Hex color #1D986D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1D986D is #E26792. Grayscale: #6E6E6E. Windows color (decimal): -14837651 or 7182365. OLE color: 7182365.
HSL color Cylindrical-coordinate representation of color #1D986D: hue angle of 159.02º degrees, saturation: 0.68, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #1D986D is Cyan = 0.81, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 29 | 152 | 109 | - |
| CMYK | 0.81 | 0 | 0.28 | 0.40 |
| HSL | 159.02º | 0.68% | 0.35% | - |
| HSV(B) | 159.02º | 0.81% | 0.6% | - |
| XYZ | 14.5 | 23.82 | 18.3 | - |
| YUV | 110.32 | 127.25 | 70 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 152 | 109 | 0.81 | 0 | 0.28 | 0.40 | 159.02 | 0.68 | 0.35 |
| Hex | 1D | 98 | 6D | 51 | 0 | 1C | 28 | 9F | 44 | 23 |
| Octal | 35 | 230 | 155 | 121 | 0 | 34 | 50 | 237 | 104 | 43 |
| Binary | 11101 | 10011000 | 1101101 | 1010001 | 0 | 11100 | 101000 | 10011111 | 1000100 | 100011 |
Color Harmonies of #1D986D
Complementary color
Monochromatic Colors of #1D986D
Black with #1D986D
Text Example
Text Example
White with #1D986D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D986D; }
p { color: rgb(29,152,109); }
H1.HeaderClassName
{
color: #1D986D;
}
.AnyTagClassName
{
color: #1D986D;
}
</style>
background-color css
<style>
a { background-color: #1D986D; }
a { background-color: rgb(29,152,109); }
div.DivClassName
{
background-color: #1D986D;
}
.BgClassName
{
background-color: #1D986D;
}
</style>
border-color css
<style>
span { border-color: #1D986D; }
span { border-color: rgb(29,152,109); }
td.TdClassName
{
border-color: #1D986D;
}
.TagClassName
{
border-color: #1D986D;
}
</style>