Shades of Elf Green #1E8370
Tints of Elf Green #1E8370
RGB
CMYK
RGB Variations
Color information
#1E8370 (or 0x1E8370) is known color: Elf Green. HEX triplet: 1E, 83 and 70. RGB value is (30,131,112). Sum of RGB (Red+Green+Blue) = 30+131+112=273 (36% of max value = 765). Red value is 30 (12.11% from 255 or 10.99% from 273); Green value is 131 (51.56% from 255 or 47.99% from 273); Blue value is 112 (44.14% from 255 or 41.03% from 273); Max value from RGB is 131 - color contains mainly: green. Hex color #1E8370 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1E8370 is #E17C8F. Grayscale: #626262. Windows color (decimal): -14777488 or 7373598. OLE color: 7373598.
HSL color Cylindrical-coordinate representation of color #1E8370: hue angle of 168.71º degrees, saturation: 0.63, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #1E8370 is Cyan = 0.77, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 30 | 131 | 112 | - |
| CMYK | 0.77 | 0 | 0.15 | 0.49 |
| HSL | 168.71º | 0.63% | 0.32% | - |
| HSV(B) | 168.71º | 0.77% | 0.51% | - |
| XYZ | 11.58 | 17.68 | 18.13 | - |
| YUV | 98.64 | 135.54 | 79.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 131 | 112 | 0.77 | 0 | 0.15 | 0.49 | 168.71 | 0.63 | 0.32 |
| Hex | 1E | 83 | 70 | 4D | 0 | F | 31 | A9 | 3F | 20 |
| Octal | 36 | 203 | 160 | 115 | 0 | 17 | 61 | 251 | 77 | 40 |
| Binary | 11110 | 10000011 | 1110000 | 1001101 | 0 | 1111 | 110001 | 10101001 | 111111 | 100000 |
Color Harmonies of #1E8370
Complementary color
Monochromatic Colors of #1E8370
Black with #1E8370
Text Example
Text Example
White with #1E8370
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E8370; }
p { color: rgb(30,131,112); }
H1.HeaderClassName
{
color: #1E8370;
}
.AnyTagClassName
{
color: #1E8370;
}
</style>
background-color css
<style>
a { background-color: #1E8370; }
a { background-color: rgb(30,131,112); }
div.DivClassName
{
background-color: #1E8370;
}
.BgClassName
{
background-color: #1E8370;
}
</style>
border-color css
<style>
span { border-color: #1E8370; }
span { border-color: rgb(30,131,112); }
td.TdClassName
{
border-color: #1E8370;
}
.TagClassName
{
border-color: #1E8370;
}
</style>