Shades of Elf Green #1D8862
Tints of Elf Green #1D8862
RGB
CMYK
RGB Variations
Color information
#1D8862 (or 0x1D8862) is known color: Elf Green. HEX triplet: 1D, 88 and 62. RGB value is (29,136,98). Sum of RGB (Red+Green+Blue) = 29+136+98=263 (34% of max value = 765). Red value is 29 (11.72% from 255 or 11.03% from 263); Green value is 136 (53.52% from 255 or 51.71% from 263); Blue value is 98 (38.67% from 255 or 37.26% from 263); Max value from RGB is 136 - color contains mainly: green. Hex color #1D8862 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1D8862 is #E2779D. Grayscale: #636363. Windows color (decimal): -14841758 or 6457373. OLE color: 6457373.
HSL color Cylindrical-coordinate representation of color #1D8862: hue angle of 158.69º degrees, saturation: 0.65, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #1D8862 is Cyan = 0.79, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 29 | 136 | 98 | - |
| CMYK | 0.79 | 0 | 0.28 | 0.47 |
| HSL | 158.69º | 0.65% | 0.32% | - |
| HSV(B) | 158.69º | 0.79% | 0.53% | - |
| XYZ | 11.52 | 18.75 | 14.57 | - |
| YUV | 99.68 | 127.05 | 77.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 136 | 98 | 0.79 | 0 | 0.28 | 0.47 | 158.69 | 0.65 | 0.32 |
| Hex | 1D | 88 | 62 | 4F | 0 | 1C | 2F | 9F | 41 | 20 |
| Octal | 35 | 210 | 142 | 117 | 0 | 34 | 57 | 237 | 101 | 40 |
| Binary | 11101 | 10001000 | 1100010 | 1001111 | 0 | 11100 | 101111 | 10011111 | 1000001 | 100000 |
Color Harmonies of #1D8862
Complementary color
Monochromatic Colors of #1D8862
Black with #1D8862
Text Example
Text Example
White with #1D8862
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D8862; }
p { color: rgb(29,136,98); }
H1.HeaderClassName
{
color: #1D8862;
}
.AnyTagClassName
{
color: #1D8862;
}
</style>
background-color css
<style>
a { background-color: #1D8862; }
a { background-color: rgb(29,136,98); }
div.DivClassName
{
background-color: #1D8862;
}
.BgClassName
{
background-color: #1D8862;
}
</style>
border-color css
<style>
span { border-color: #1D8862; }
span { border-color: rgb(29,136,98); }
td.TdClassName
{
border-color: #1D8862;
}
.TagClassName
{
border-color: #1D8862;
}
</style>