Shades of Elf Green #1D8E7D
Tints of Elf Green #1D8E7D
RGB
CMYK
RGB Variations
Color information
#1D8E7D (or 0x1D8E7D) is known color: Elf Green. HEX triplet: 1D, 8E and 7D. RGB value is (29,142,125). Sum of RGB (Red+Green+Blue) = 29+142+125=296 (39% of max value = 765). Red value is 29 (11.72% from 255 or 9.80% from 296); Green value is 142 (55.86% from 255 or 47.97% from 296); Blue value is 125 (49.22% from 255 or 42.23% from 296); Max value from RGB is 142 - color contains mainly: green. Hex color #1D8E7D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1D8E7D is #E27182. Grayscale: #6A6A6A. Windows color (decimal): -14840195 or 8228381. OLE color: 8228381.
HSL color Cylindrical-coordinate representation of color #1D8E7D: hue angle of 170.97º degrees, saturation: 0.66, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #1D8E7D is Cyan = 0.80, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 29 | 142 | 125 | - |
| CMYK | 0.80 | 0 | 0.12 | 0.44 |
| HSL | 170.97º | 0.66% | 0.34% | - |
| HSV(B) | 170.97º | 0.8% | 0.56% | - |
| XYZ | 13.88 | 21.09 | 22.74 | - |
| YUV | 106.28 | 138.56 | 72.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 142 | 125 | 0.80 | 0 | 0.12 | 0.44 | 170.97 | 0.66 | 0.34 |
| Hex | 1D | 8E | 7D | 50 | 0 | C | 2C | AB | 42 | 22 |
| Octal | 35 | 216 | 175 | 120 | 0 | 14 | 54 | 253 | 102 | 42 |
| Binary | 11101 | 10001110 | 1111101 | 1010000 | 0 | 1100 | 101100 | 10101011 | 1000010 | 100010 |
Color Harmonies of #1D8E7D
Complementary color
Monochromatic Colors of #1D8E7D
Black with #1D8E7D
Text Example
Text Example
White with #1D8E7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D8E7D; }
p { color: rgb(29,142,125); }
H1.HeaderClassName
{
color: #1D8E7D;
}
.AnyTagClassName
{
color: #1D8E7D;
}
</style>
background-color css
<style>
a { background-color: #1D8E7D; }
a { background-color: rgb(29,142,125); }
div.DivClassName
{
background-color: #1D8E7D;
}
.BgClassName
{
background-color: #1D8E7D;
}
</style>
border-color css
<style>
span { border-color: #1D8E7D; }
span { border-color: rgb(29,142,125); }
td.TdClassName
{
border-color: #1D8E7D;
}
.TagClassName
{
border-color: #1D8E7D;
}
</style>