Shades of Elf Green #1D886B
Tints of Elf Green #1D886B
RGB
CMYK
RGB Variations
Color information
#1D886B (or 0x1D886B) is known color: Elf Green. HEX triplet: 1D, 88 and 6B. RGB value is (29,136,107). Sum of RGB (Red+Green+Blue) = 29+136+107=272 (36% of max value = 765). Red value is 29 (11.72% from 255 or 10.66% from 272); Green value is 136 (53.52% from 255 or 50% from 272); Blue value is 107 (42.19% from 255 or 39.34% from 272); Max value from RGB is 136 - color contains mainly: green. Hex color #1D886B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1D886B is #E27794. Grayscale: #646464. Windows color (decimal): -14841749 or 7047197. OLE color: 7047197.
HSL color Cylindrical-coordinate representation of color #1D886B: hue angle of 163.74º 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 #1D886B is Cyan = 0.79, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 29 | 136 | 107 | - |
| CMYK | 0.79 | 0 | 0.21 | 0.47 |
| HSL | 163.74º | 0.65% | 0.32% | - |
| HSV(B) | 163.74º | 0.79% | 0.53% | - |
| XYZ | 11.96 | 18.93 | 16.93 | - |
| YUV | 100.7 | 131.55 | 76.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 136 | 107 | 0.79 | 0 | 0.21 | 0.47 | 163.74 | 0.65 | 0.32 |
| Hex | 1D | 88 | 6B | 4F | 0 | 15 | 2F | A4 | 41 | 20 |
| Octal | 35 | 210 | 153 | 117 | 0 | 25 | 57 | 244 | 101 | 40 |
| Binary | 11101 | 10001000 | 1101011 | 1001111 | 0 | 10101 | 101111 | 10100100 | 1000001 | 100000 |
Color Harmonies of #1D886B
Complementary color
Monochromatic Colors of #1D886B
Black with #1D886B
Text Example
Text Example
White with #1D886B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D886B; }
p { color: rgb(29,136,107); }
H1.HeaderClassName
{
color: #1D886B;
}
.AnyTagClassName
{
color: #1D886B;
}
</style>
background-color css
<style>
a { background-color: #1D886B; }
a { background-color: rgb(29,136,107); }
div.DivClassName
{
background-color: #1D886B;
}
.BgClassName
{
background-color: #1D886B;
}
</style>
border-color css
<style>
span { border-color: #1D886B; }
span { border-color: rgb(29,136,107); }
td.TdClassName
{
border-color: #1D886B;
}
.TagClassName
{
border-color: #1D886B;
}
</style>