Shades of Elf Green #1E8674
Tints of Elf Green #1E8674
RGB
CMYK
RGB Variations
Color information
#1E8674 (or 0x1E8674) is known color: Elf Green. HEX triplet: 1E, 86 and 74. RGB value is (30,134,116). Sum of RGB (Red+Green+Blue) = 30+134+116=280 (37% of max value = 765). Red value is 30 (12.11% from 255 or 10.71% from 280); Green value is 134 (52.73% from 255 or 47.86% from 280); Blue value is 116 (45.70% from 255 or 41.43% from 280); Max value from RGB is 134 - color contains mainly: green. Hex color #1E8674 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1E8674 is #E1798B. Grayscale: #646464. Windows color (decimal): -14776716 or 7636510. OLE color: 7636510.
HSL color Cylindrical-coordinate representation of color #1E8674: hue angle of 169.62º 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 #1E8674 is Cyan = 0.78, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 30 | 134 | 116 | - |
| CMYK | 0.78 | 0 | 0.13 | 0.47 |
| HSL | 169.62º | 0.63% | 0.32% | - |
| HSV(B) | 169.62º | 0.78% | 0.53% | - |
| XYZ | 12.21 | 18.59 | 19.47 | - |
| YUV | 100.85 | 136.54 | 77.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 134 | 116 | 0.78 | 0 | 0.13 | 0.47 | 169.62 | 0.63 | 0.32 |
| Hex | 1E | 86 | 74 | 4E | 0 | D | 2F | AA | 3F | 20 |
| Octal | 36 | 206 | 164 | 116 | 0 | 15 | 57 | 252 | 77 | 40 |
| Binary | 11110 | 10000110 | 1110100 | 1001110 | 0 | 1101 | 101111 | 10101010 | 111111 | 100000 |
Color Harmonies of #1E8674
Complementary color
Monochromatic Colors of #1E8674
Black with #1E8674
Text Example
Text Example
White with #1E8674
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E8674; }
p { color: rgb(30,134,116); }
H1.HeaderClassName
{
color: #1E8674;
}
.AnyTagClassName
{
color: #1E8674;
}
</style>
background-color css
<style>
a { background-color: #1E8674; }
a { background-color: rgb(30,134,116); }
div.DivClassName
{
background-color: #1E8674;
}
.BgClassName
{
background-color: #1E8674;
}
</style>
border-color css
<style>
span { border-color: #1E8674; }
span { border-color: rgb(30,134,116); }
td.TdClassName
{
border-color: #1E8674;
}
.TagClassName
{
border-color: #1E8674;
}
</style>