Shades of Elf Green #1E9168
Tints of Elf Green #1E9168
RGB
CMYK
RGB Variations
Color information
#1E9168 (or 0x1E9168) is known color: Elf Green. HEX triplet: 1E, 91 and 68. RGB value is (30,145,104). Sum of RGB (Red+Green+Blue) = 30+145+104=279 (36% of max value = 765). Red value is 30 (12.11% from 255 or 10.75% from 279); Green value is 145 (57.03% from 255 or 51.97% from 279); Blue value is 104 (41.02% from 255 or 37.28% from 279); Max value from RGB is 145 - color contains mainly: green. Hex color #1E9168 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1E9168 is #E16E97. Grayscale: #696969. Windows color (decimal): -14773912 or 6852894. OLE color: 6852894.
HSL color Cylindrical-coordinate representation of color #1E9168: hue angle of 158.61º 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 #1E9168 is Cyan = 0.79, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 30 | 145 | 104 | - |
| CMYK | 0.79 | 0 | 0.28 | 0.43 |
| HSL | 158.61º | 0.66% | 0.34% | - |
| HSV(B) | 158.61º | 0.79% | 0.57% | - |
| XYZ | 13.16 | 21.53 | 16.56 | - |
| YUV | 105.94 | 126.9 | 73.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 145 | 104 | 0.79 | 0 | 0.28 | 0.43 | 158.61 | 0.66 | 0.34 |
| Hex | 1E | 91 | 68 | 4F | 0 | 1C | 2B | 9F | 42 | 22 |
| Octal | 36 | 221 | 150 | 117 | 0 | 34 | 53 | 237 | 102 | 42 |
| Binary | 11110 | 10010001 | 1101000 | 1001111 | 0 | 11100 | 101011 | 10011111 | 1000010 | 100010 |
Color Harmonies of #1E9168
Complementary color
Monochromatic Colors of #1E9168
Black with #1E9168
Text Example
Text Example
White with #1E9168
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E9168; }
p { color: rgb(30,145,104); }
H1.HeaderClassName
{
color: #1E9168;
}
.AnyTagClassName
{
color: #1E9168;
}
</style>
background-color css
<style>
a { background-color: #1E9168; }
a { background-color: rgb(30,145,104); }
div.DivClassName
{
background-color: #1E9168;
}
.BgClassName
{
background-color: #1E9168;
}
</style>
border-color css
<style>
span { border-color: #1E9168; }
span { border-color: rgb(30,145,104); }
td.TdClassName
{
border-color: #1E9168;
}
.TagClassName
{
border-color: #1E9168;
}
</style>