Shades of Elf Green #1E8663
Tints of Elf Green #1E8663
RGB
CMYK
RGB Variations
Color information
#1E8663 (or 0x1E8663) is known color: Elf Green. HEX triplet: 1E, 86 and 63. RGB value is (30,134,99). Sum of RGB (Red+Green+Blue) = 30+134+99=263 (34% of max value = 765). Red value is 30 (12.11% from 255 or 11.41% from 263); Green value is 134 (52.73% from 255 or 50.95% from 263); Blue value is 99 (39.06% from 255 or 37.64% from 263); Max value from RGB is 134 - color contains mainly: green. Hex color #1E8663 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1E8663 is #E1799C. Grayscale: #626262. Windows color (decimal): -14776733 or 6522398. OLE color: 6522398.
HSL color Cylindrical-coordinate representation of color #1E8663: hue angle of 159.81º degrees, saturation: 0.63, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #1E8663 is Cyan = 0.78, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 30 | 134 | 99 | - |
| CMYK | 0.78 | 0 | 0.26 | 0.47 |
| HSL | 159.81º | 0.63% | 0.32% | - |
| HSV(B) | 159.81º | 0.78% | 0.53% | - |
| XYZ | 11.31 | 18.23 | 14.73 | - |
| YUV | 98.91 | 128.04 | 78.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 134 | 99 | 0.78 | 0 | 0.26 | 0.47 | 159.81 | 0.63 | 0.32 |
| Hex | 1E | 86 | 63 | 4E | 0 | 1A | 2F | A0 | 3F | 20 |
| Octal | 36 | 206 | 143 | 116 | 0 | 32 | 57 | 240 | 77 | 40 |
| Binary | 11110 | 10000110 | 1100011 | 1001110 | 0 | 11010 | 101111 | 10100000 | 111111 | 100000 |
Color Harmonies of #1E8663
Complementary color
Monochromatic Colors of #1E8663
Black with #1E8663
Text Example
Text Example
White with #1E8663
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E8663; }
p { color: rgb(30,134,99); }
H1.HeaderClassName
{
color: #1E8663;
}
.AnyTagClassName
{
color: #1E8663;
}
</style>
background-color css
<style>
a { background-color: #1E8663; }
a { background-color: rgb(30,134,99); }
div.DivClassName
{
background-color: #1E8663;
}
.BgClassName
{
background-color: #1E8663;
}
</style>
border-color css
<style>
span { border-color: #1E8663; }
span { border-color: rgb(30,134,99); }
td.TdClassName
{
border-color: #1E8663;
}
.TagClassName
{
border-color: #1E8663;
}
</style>