Shades of Elf Green #1E8470
Tints of Elf Green #1E8470
RGB
CMYK
RGB Variations
Color information
#1E8470 (or 0x1E8470) is known color: Elf Green. HEX triplet: 1E, 84 and 70. RGB value is (30,132,112). Sum of RGB (Red+Green+Blue) = 30+132+112=274 (36% of max value = 765). Red value is 30 (12.11% from 255 or 10.95% from 274); Green value is 132 (51.95% from 255 or 48.18% from 274); Blue value is 112 (44.14% from 255 or 40.88% from 274); Max value from RGB is 132 - color contains mainly: green. Hex color #1E8470 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1E8470 is #E17B8F. Grayscale: #636363. Windows color (decimal): -14777232 or 7373854. OLE color: 7373854.
HSL color Cylindrical-coordinate representation of color #1E8470: hue angle of 168.24º degrees, saturation: 0.63, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #1E8470 is Cyan = 0.77, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 30 | 132 | 112 | - |
| CMYK | 0.77 | 0 | 0.15 | 0.48 |
| HSL | 168.24º | 0.63% | 0.32% | - |
| HSV(B) | 168.24º | 0.77% | 0.52% | - |
| XYZ | 11.71 | 17.95 | 18.18 | - |
| YUV | 99.22 | 135.21 | 78.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 132 | 112 | 0.77 | 0 | 0.15 | 0.48 | 168.24 | 0.63 | 0.32 |
| Hex | 1E | 84 | 70 | 4D | 0 | F | 30 | A8 | 3F | 20 |
| Octal | 36 | 204 | 160 | 115 | 0 | 17 | 60 | 250 | 77 | 40 |
| Binary | 11110 | 10000100 | 1110000 | 1001101 | 0 | 1111 | 110000 | 10101000 | 111111 | 100000 |
Color Harmonies of #1E8470
Complementary color
Monochromatic Colors of #1E8470
Black with #1E8470
Text Example
Text Example
White with #1E8470
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E8470; }
p { color: rgb(30,132,112); }
H1.HeaderClassName
{
color: #1E8470;
}
.AnyTagClassName
{
color: #1E8470;
}
</style>
background-color css
<style>
a { background-color: #1E8470; }
a { background-color: rgb(30,132,112); }
div.DivClassName
{
background-color: #1E8470;
}
.BgClassName
{
background-color: #1E8470;
}
</style>
border-color css
<style>
span { border-color: #1E8470; }
span { border-color: rgb(30,132,112); }
td.TdClassName
{
border-color: #1E8470;
}
.TagClassName
{
border-color: #1E8470;
}
</style>