Shades of Elf Green #1E8971
Tints of Elf Green #1E8971
RGB
CMYK
RGB Variations
Color information
#1E8971 (or 0x1E8971) is known color: Elf Green. HEX triplet: 1E, 89 and 71. RGB value is (30,137,113). Sum of RGB (Red+Green+Blue) = 30+137+113=280 (37% of max value = 765). Red value is 30 (12.11% from 255 or 10.71% from 280); Green value is 137 (53.91% from 255 or 48.93% from 280); Blue value is 113 (44.53% from 255 or 40.36% from 280); Max value from RGB is 137 - color contains mainly: green. Hex color #1E8971 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1E8971 is #E1768E. Grayscale: #666666. Windows color (decimal): -14775951 or 7440670. OLE color: 7440670.
HSL color Cylindrical-coordinate representation of color #1E8971: hue angle of 166.54º degrees, saturation: 0.64, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #1E8971 is Cyan = 0.78, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 30 | 137 | 113 | - |
| CMYK | 0.78 | 0 | 0.18 | 0.46 |
| HSL | 166.54º | 0.64% | 0.33% | - |
| HSV(B) | 166.54º | 0.78% | 0.54% | - |
| XYZ | 12.46 | 19.36 | 18.7 | - |
| YUV | 102.27 | 134.05 | 76.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 137 | 113 | 0.78 | 0 | 0.18 | 0.46 | 166.54 | 0.64 | 0.33 |
| Hex | 1E | 89 | 71 | 4E | 0 | 12 | 2E | A7 | 40 | 21 |
| Octal | 36 | 211 | 161 | 116 | 0 | 22 | 56 | 247 | 100 | 41 |
| Binary | 11110 | 10001001 | 1110001 | 1001110 | 0 | 10010 | 101110 | 10100111 | 1000000 | 100001 |
Color Harmonies of #1E8971
Complementary color
Monochromatic Colors of #1E8971
Black with #1E8971
Text Example
Text Example
White with #1E8971
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E8971; }
p { color: rgb(30,137,113); }
H1.HeaderClassName
{
color: #1E8971;
}
.AnyTagClassName
{
color: #1E8971;
}
</style>
background-color css
<style>
a { background-color: #1E8971; }
a { background-color: rgb(30,137,113); }
div.DivClassName
{
background-color: #1E8971;
}
.BgClassName
{
background-color: #1E8971;
}
</style>
border-color css
<style>
span { border-color: #1E8971; }
span { border-color: rgb(30,137,113); }
td.TdClassName
{
border-color: #1E8971;
}
.TagClassName
{
border-color: #1E8971;
}
</style>