Shades of Elf Green #1E916B
Tints of Elf Green #1E916B
RGB
CMYK
RGB Variations
Color information
#1E916B (or 0x1E916B) is known color: Elf Green. HEX triplet: 1E, 91 and 6B. RGB value is (30,145,107). Sum of RGB (Red+Green+Blue) = 30+145+107=282 (37% of max value = 765). Red value is 30 (12.11% from 255 or 10.64% from 282); Green value is 145 (57.03% from 255 or 51.42% from 282); Blue value is 107 (42.19% from 255 or 37.94% from 282); Max value from RGB is 145 - color contains mainly: green. Hex color #1E916B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1E916B is #E16E94. Grayscale: #6A6A6A. Windows color (decimal): -14773909 or 7049502. OLE color: 7049502.
HSL color Cylindrical-coordinate representation of color #1E916B: hue angle of 160.17º degrees, saturation: 0.66, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #1E916B is Cyan = 0.79, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 30 | 145 | 107 | - |
| CMYK | 0.79 | 0 | 0.26 | 0.43 |
| HSL | 160.17º | 0.66% | 0.34% | - |
| HSV(B) | 160.17º | 0.79% | 0.57% | - |
| XYZ | 13.31 | 21.59 | 17.38 | - |
| YUV | 106.28 | 128.4 | 73.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 145 | 107 | 0.79 | 0 | 0.26 | 0.43 | 160.17 | 0.66 | 0.34 |
| Hex | 1E | 91 | 6B | 4F | 0 | 1A | 2B | A0 | 42 | 22 |
| Octal | 36 | 221 | 153 | 117 | 0 | 32 | 53 | 240 | 102 | 42 |
| Binary | 11110 | 10010001 | 1101011 | 1001111 | 0 | 11010 | 101011 | 10100000 | 1000010 | 100010 |
Color Harmonies of #1E916B
Complementary color
Monochromatic Colors of #1E916B
Black with #1E916B
Text Example
Text Example
White with #1E916B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E916B; }
p { color: rgb(30,145,107); }
H1.HeaderClassName
{
color: #1E916B;
}
.AnyTagClassName
{
color: #1E916B;
}
</style>
background-color css
<style>
a { background-color: #1E916B; }
a { background-color: rgb(30,145,107); }
div.DivClassName
{
background-color: #1E916B;
}
.BgClassName
{
background-color: #1E916B;
}
</style>
border-color css
<style>
span { border-color: #1E916B; }
span { border-color: rgb(30,145,107); }
td.TdClassName
{
border-color: #1E916B;
}
.TagClassName
{
border-color: #1E916B;
}
</style>