Shades of Elf Green #1E8E72
Tints of Elf Green #1E8E72
RGB
CMYK
RGB Variations
Color information
#1E8E72 (or 0x1E8E72) is known color: Elf Green. HEX triplet: 1E, 8E and 72. RGB value is (30,142,114). Sum of RGB (Red+Green+Blue) = 30+142+114=286 (37% of max value = 765). Red value is 30 (12.11% from 255 or 10.49% from 286); Green value is 142 (55.86% from 255 or 49.65% from 286); Blue value is 114 (44.92% from 255 or 39.86% from 286); Max value from RGB is 142 - color contains mainly: green. Hex color #1E8E72 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1E8E72 is #E1718D. Grayscale: #696969. Windows color (decimal): -14774670 or 7507486. OLE color: 7507486.
HSL color Cylindrical-coordinate representation of color #1E8E72: hue angle of 165º degrees, saturation: 0.65, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #1E8E72 is Cyan = 0.79, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 30 | 142 | 114 | - |
| CMYK | 0.79 | 0 | 0.20 | 0.44 |
| HSL | 165º | 0.65% | 0.34% | - |
| HSV(B) | 165º | 0.79% | 0.56% | - |
| XYZ | 13.25 | 20.84 | 19.24 | - |
| YUV | 105.32 | 132.89 | 74.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 142 | 114 | 0.79 | 0 | 0.20 | 0.44 | 165 | 0.65 | 0.34 |
| Hex | 1E | 8E | 72 | 4F | 0 | 14 | 2C | A5 | 41 | 22 |
| Octal | 36 | 216 | 162 | 117 | 0 | 24 | 54 | 245 | 101 | 42 |
| Binary | 11110 | 10001110 | 1110010 | 1001111 | 0 | 10100 | 101100 | 10100101 | 1000001 | 100010 |
Color Harmonies of #1E8E72
Complementary color
Monochromatic Colors of #1E8E72
Black with #1E8E72
Text Example
Text Example
White with #1E8E72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E8E72; }
p { color: rgb(30,142,114); }
H1.HeaderClassName
{
color: #1E8E72;
}
.AnyTagClassName
{
color: #1E8E72;
}
</style>
background-color css
<style>
a { background-color: #1E8E72; }
a { background-color: rgb(30,142,114); }
div.DivClassName
{
background-color: #1E8E72;
}
.BgClassName
{
background-color: #1E8E72;
}
</style>
border-color css
<style>
span { border-color: #1E8E72; }
span { border-color: rgb(30,142,114); }
td.TdClassName
{
border-color: #1E8E72;
}
.TagClassName
{
border-color: #1E8E72;
}
</style>