Shades of Elf Green #1E9370
Tints of Elf Green #1E9370
RGB
CMYK
RGB Variations
Color information
#1E9370 (or 0x1E9370) is known color: Elf Green. HEX triplet: 1E, 93 and 70. RGB value is (30,147,112). Sum of RGB (Red+Green+Blue) = 30+147+112=289 (38% of max value = 765). Red value is 30 (12.11% from 255 or 10.38% from 289); Green value is 147 (57.81% from 255 or 50.87% from 289); Blue value is 112 (44.14% from 255 or 38.75% from 289); Max value from RGB is 147 - color contains mainly: green. Hex color #1E9370 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1E9370 is #E16C8F. Grayscale: #6C6C6C. Windows color (decimal): -14773392 or 7377694. OLE color: 7377694.
HSL color Cylindrical-coordinate representation of color #1E9370: hue angle of 162.05º degrees, saturation: 0.66, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #1E9370 is Cyan = 0.80, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 30 | 147 | 112 | - |
| CMYK | 0.80 | 0 | 0.24 | 0.42 |
| HSL | 162.05º | 0.66% | 0.35% | - |
| HSV(B) | 162.05º | 0.8% | 0.58% | - |
| XYZ | 13.89 | 22.31 | 18.9 | - |
| YUV | 108.03 | 130.24 | 72.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 147 | 112 | 0.80 | 0 | 0.24 | 0.42 | 162.05 | 0.66 | 0.35 |
| Hex | 1E | 93 | 70 | 50 | 0 | 18 | 2A | A2 | 42 | 23 |
| Octal | 36 | 223 | 160 | 120 | 0 | 30 | 52 | 242 | 102 | 43 |
| Binary | 11110 | 10010011 | 1110000 | 1010000 | 0 | 11000 | 101010 | 10100010 | 1000010 | 100011 |
Color Harmonies of #1E9370
Complementary color
Monochromatic Colors of #1E9370
Black with #1E9370
Text Example
Text Example
White with #1E9370
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E9370; }
p { color: rgb(30,147,112); }
H1.HeaderClassName
{
color: #1E9370;
}
.AnyTagClassName
{
color: #1E9370;
}
</style>
background-color css
<style>
a { background-color: #1E9370; }
a { background-color: rgb(30,147,112); }
div.DivClassName
{
background-color: #1E9370;
}
.BgClassName
{
background-color: #1E9370;
}
</style>
border-color css
<style>
span { border-color: #1E9370; }
span { border-color: rgb(30,147,112); }
td.TdClassName
{
border-color: #1E9370;
}
.TagClassName
{
border-color: #1E9370;
}
</style>