Shades of Elf Green #1EA271
Tints of Elf Green #1EA271
RGB
CMYK
RGB Variations
Color information
#1EA271 (or 0x1EA271) is known color: Elf Green. HEX triplet: 1E, A2 and 71. RGB value is (30,162,113). Sum of RGB (Red+Green+Blue) = 30+162+113=305 (40% of max value = 765). Red value is 30 (12.11% from 255 or 9.84% from 305); Green value is 162 (63.67% from 255 or 53.11% from 305); Blue value is 113 (44.53% from 255 or 37.05% from 305); Max value from RGB is 162 - color contains mainly: green. Hex color #1EA271 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1EA271 is #E15D8E. Grayscale: #757575. Windows color (decimal): -14769551 or 7447070. OLE color: 7447070.
HSL color Cylindrical-coordinate representation of color #1EA271: hue angle of 157.73º degrees, saturation: 0.69, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #1EA271 is Cyan = 0.81, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 30 | 162 | 113 | - |
| CMYK | 0.81 | 0 | 0.30 | 0.36 |
| HSL | 157.73º | 0.69% | 0.38% | - |
| HSV(B) | 157.73º | 0.81% | 0.64% | - |
| XYZ | 16.44 | 27.31 | 20.03 | - |
| YUV | 116.95 | 125.77 | 65.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 162 | 113 | 0.81 | 0 | 0.30 | 0.36 | 157.73 | 0.69 | 0.38 |
| Hex | 1E | A2 | 71 | 51 | 0 | 1E | 24 | 9E | 45 | 26 |
| Octal | 36 | 242 | 161 | 121 | 0 | 36 | 44 | 236 | 105 | 46 |
| Binary | 11110 | 10100010 | 1110001 | 1010001 | 0 | 11110 | 100100 | 10011110 | 1000101 | 100110 |
Color Harmonies of #1EA271
Complementary color
Monochromatic Colors of #1EA271
Black with #1EA271
Text Example
Text Example
White with #1EA271
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EA271; }
p { color: rgb(30,162,113); }
H1.HeaderClassName
{
color: #1EA271;
}
.AnyTagClassName
{
color: #1EA271;
}
</style>
background-color css
<style>
a { background-color: #1EA271; }
a { background-color: rgb(30,162,113); }
div.DivClassName
{
background-color: #1EA271;
}
.BgClassName
{
background-color: #1EA271;
}
</style>
border-color css
<style>
span { border-color: #1EA271; }
span { border-color: rgb(30,162,113); }
td.TdClassName
{
border-color: #1EA271;
}
.TagClassName
{
border-color: #1EA271;
}
</style>