Shades of Elf Green #1D886D
Tints of Elf Green #1D886D
RGB
CMYK
RGB Variations
Color information
#1D886D (or 0x1D886D) is known color: Elf Green. HEX triplet: 1D, 88 and 6D. RGB value is (29,136,109). Sum of RGB (Red+Green+Blue) = 29+136+109=274 (36% of max value = 765). Red value is 29 (11.72% from 255 or 10.58% from 274); Green value is 136 (53.52% from 255 or 49.64% from 274); Blue value is 109 (42.97% from 255 or 39.78% from 274); Max value from RGB is 136 - color contains mainly: green. Hex color #1D886D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1D886D is #E27792. Grayscale: #646464. Windows color (decimal): -14841747 or 7178269. OLE color: 7178269.
HSL color Cylindrical-coordinate representation of color #1D886D: hue angle of 164.86º 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 #1D886D is Cyan = 0.79, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 29 | 136 | 109 | - |
| CMYK | 0.79 | 0 | 0.20 | 0.47 |
| HSL | 164.86º | 0.65% | 0.32% | - |
| HSV(B) | 164.86º | 0.79% | 0.53% | - |
| XYZ | 12.07 | 18.97 | 17.49 | - |
| YUV | 100.93 | 132.55 | 76.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 136 | 109 | 0.79 | 0 | 0.20 | 0.47 | 164.86 | 0.65 | 0.32 |
| Hex | 1D | 88 | 6D | 4F | 0 | 14 | 2F | A5 | 41 | 20 |
| Octal | 35 | 210 | 155 | 117 | 0 | 24 | 57 | 245 | 101 | 40 |
| Binary | 11101 | 10001000 | 1101101 | 1001111 | 0 | 10100 | 101111 | 10100101 | 1000001 | 100000 |
Color Harmonies of #1D886D
Complementary color
Monochromatic Colors of #1D886D
Black with #1D886D
Text Example
Text Example
White with #1D886D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D886D; }
p { color: rgb(29,136,109); }
H1.HeaderClassName
{
color: #1D886D;
}
.AnyTagClassName
{
color: #1D886D;
}
</style>
background-color css
<style>
a { background-color: #1D886D; }
a { background-color: rgb(29,136,109); }
div.DivClassName
{
background-color: #1D886D;
}
.BgClassName
{
background-color: #1D886D;
}
</style>
border-color css
<style>
span { border-color: #1D886D; }
span { border-color: rgb(29,136,109); }
td.TdClassName
{
border-color: #1D886D;
}
.TagClassName
{
border-color: #1D886D;
}
</style>