Shades of Elf Green #1E866C
Tints of Elf Green #1E866C
RGB
CMYK
RGB Variations
Color information
#1E866C (or 0x1E866C) is known color: Elf Green. HEX triplet: 1E, 86 and 6C. RGB value is (30,134,108). Sum of RGB (Red+Green+Blue) = 30+134+108=272 (36% of max value = 765). Red value is 30 (12.11% from 255 or 11.03% from 272); Green value is 134 (52.73% from 255 or 49.26% from 272); Blue value is 108 (42.58% from 255 or 39.71% from 272); Max value from RGB is 134 - color contains mainly: green. Hex color #1E866C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1E866C is #E17993. Grayscale: #636363. Windows color (decimal): -14776724 or 7112222. OLE color: 7112222.
HSL color Cylindrical-coordinate representation of color #1E866C: hue angle of 165º 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 #1E866C is Cyan = 0.78, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 30 | 134 | 108 | - |
| CMYK | 0.78 | 0 | 0.19 | 0.47 |
| HSL | 165º | 0.63% | 0.32% | - |
| HSV(B) | 165º | 0.78% | 0.53% | - |
| XYZ | 11.77 | 18.41 | 17.12 | - |
| YUV | 99.94 | 132.54 | 78.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 134 | 108 | 0.78 | 0 | 0.19 | 0.47 | 165 | 0.63 | 0.32 |
| Hex | 1E | 86 | 6C | 4E | 0 | 13 | 2F | A5 | 3F | 20 |
| Octal | 36 | 206 | 154 | 116 | 0 | 23 | 57 | 245 | 77 | 40 |
| Binary | 11110 | 10000110 | 1101100 | 1001110 | 0 | 10011 | 101111 | 10100101 | 111111 | 100000 |
Color Harmonies of #1E866C
Complementary color
Monochromatic Colors of #1E866C
Black with #1E866C
Text Example
Text Example
White with #1E866C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E866C; }
p { color: rgb(30,134,108); }
H1.HeaderClassName
{
color: #1E866C;
}
.AnyTagClassName
{
color: #1E866C;
}
</style>
background-color css
<style>
a { background-color: #1E866C; }
a { background-color: rgb(30,134,108); }
div.DivClassName
{
background-color: #1E866C;
}
.BgClassName
{
background-color: #1E866C;
}
</style>
border-color css
<style>
span { border-color: #1E866C; }
span { border-color: rgb(30,134,108); }
td.TdClassName
{
border-color: #1E866C;
}
.TagClassName
{
border-color: #1E866C;
}
</style>