Shades of Elf Green #1D8E73
Tints of Elf Green #1D8E73
RGB
CMYK
RGB Variations
Color information
#1D8E73 (or 0x1D8E73) is known color: Elf Green. HEX triplet: 1D, 8E and 73. RGB value is (29,142,115). Sum of RGB (Red+Green+Blue) = 29+142+115=286 (37% of max value = 765). Red value is 29 (11.72% from 255 or 10.14% from 286); Green value is 142 (55.86% from 255 or 49.65% from 286); Blue value is 115 (45.31% from 255 or 40.21% from 286); Max value from RGB is 142 - color contains mainly: green. Hex color #1D8E73 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1D8E73 is #E2718C. Grayscale: #696969. Windows color (decimal): -14840205 or 7573021. OLE color: 7573021.
HSL color Cylindrical-coordinate representation of color #1D8E73: hue angle of 165.66º 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 #1D8E73 is Cyan = 0.80, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 29 | 142 | 115 | - |
| CMYK | 0.80 | 0 | 0.19 | 0.44 |
| HSL | 165.66º | 0.66% | 0.34% | - |
| HSV(B) | 165.66º | 0.8% | 0.56% | - |
| XYZ | 13.27 | 20.85 | 19.54 | - |
| YUV | 105.14 | 133.56 | 73.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 142 | 115 | 0.80 | 0 | 0.19 | 0.44 | 165.66 | 0.66 | 0.34 |
| Hex | 1D | 8E | 73 | 50 | 0 | 13 | 2C | A6 | 42 | 22 |
| Octal | 35 | 216 | 163 | 120 | 0 | 23 | 54 | 246 | 102 | 42 |
| Binary | 11101 | 10001110 | 1110011 | 1010000 | 0 | 10011 | 101100 | 10100110 | 1000010 | 100010 |
Color Harmonies of #1D8E73
Complementary color
Monochromatic Colors of #1D8E73
Black with #1D8E73
Text Example
Text Example
White with #1D8E73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D8E73; }
p { color: rgb(29,142,115); }
H1.HeaderClassName
{
color: #1D8E73;
}
.AnyTagClassName
{
color: #1D8E73;
}
</style>
background-color css
<style>
a { background-color: #1D8E73; }
a { background-color: rgb(29,142,115); }
div.DivClassName
{
background-color: #1D8E73;
}
.BgClassName
{
background-color: #1D8E73;
}
</style>
border-color css
<style>
span { border-color: #1D8E73; }
span { border-color: rgb(29,142,115); }
td.TdClassName
{
border-color: #1D8E73;
}
.TagClassName
{
border-color: #1D8E73;
}
</style>