Shades of Elf Green #1E865E
Tints of Elf Green #1E865E
RGB
CMYK
RGB Variations
Color information
#1E865E (or 0x1E865E) is known color: Elf Green. HEX triplet: 1E, 86 and 5E. RGB value is (30,134,94). Sum of RGB (Red+Green+Blue) = 30+134+94=258 (34% of max value = 765). Red value is 30 (12.11% from 255 or 11.63% from 258); Green value is 134 (52.73% from 255 or 51.94% from 258); Blue value is 94 (37.11% from 255 or 36.43% from 258); Max value from RGB is 134 - color contains mainly: green. Hex color #1E865E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1E865E is #E179A1. Grayscale: #626262. Windows color (decimal): -14776738 or 6194718. OLE color: 6194718.
HSL color Cylindrical-coordinate representation of color #1E865E: hue angle of 156.92º 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 #1E865E is Cyan = 0.78, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 30 | 134 | 94 | - |
| CMYK | 0.78 | 0 | 0.30 | 0.47 |
| HSL | 156.92º | 0.63% | 0.32% | - |
| HSV(B) | 156.92º | 0.78% | 0.53% | - |
| XYZ | 11.08 | 18.13 | 13.51 | - |
| YUV | 98.34 | 125.54 | 79.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 134 | 94 | 0.78 | 0 | 0.30 | 0.47 | 156.92 | 0.63 | 0.32 |
| Hex | 1E | 86 | 5E | 4E | 0 | 1E | 2F | 9D | 3F | 20 |
| Octal | 36 | 206 | 136 | 116 | 0 | 36 | 57 | 235 | 77 | 40 |
| Binary | 11110 | 10000110 | 1011110 | 1001110 | 0 | 11110 | 101111 | 10011101 | 111111 | 100000 |
Color Harmonies of #1E865E
Complementary color
Monochromatic Colors of #1E865E
Black with #1E865E
Text Example
Text Example
White with #1E865E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E865E; }
p { color: rgb(30,134,94); }
H1.HeaderClassName
{
color: #1E865E;
}
.AnyTagClassName
{
color: #1E865E;
}
</style>
background-color css
<style>
a { background-color: #1E865E; }
a { background-color: rgb(30,134,94); }
div.DivClassName
{
background-color: #1E865E;
}
.BgClassName
{
background-color: #1E865E;
}
</style>
border-color css
<style>
span { border-color: #1E865E; }
span { border-color: rgb(30,134,94); }
td.TdClassName
{
border-color: #1E865E;
}
.TagClassName
{
border-color: #1E865E;
}
</style>