Shades of Elf Green #1E8B71
Tints of Elf Green #1E8B71
RGB
CMYK
RGB Variations
Color information
#1E8B71 (or 0x1E8B71) is known color: Elf Green. HEX triplet: 1E, 8B and 71. RGB value is (30,139,113). Sum of RGB (Red+Green+Blue) = 30+139+113=282 (37% of max value = 765). Red value is 30 (12.11% from 255 or 10.64% from 282); Green value is 139 (54.69% from 255 or 49.29% from 282); Blue value is 113 (44.53% from 255 or 40.07% from 282); Max value from RGB is 139 - color contains mainly: green. Hex color #1E8B71 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1E8B71 is #E1748E. Grayscale: #676767. Windows color (decimal): -14775439 or 7441182. OLE color: 7441182.
HSL color Cylindrical-coordinate representation of color #1E8B71: hue angle of 165.69º degrees, saturation: 0.64, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #1E8B71 is Cyan = 0.78, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 30 | 139 | 113 | - |
| CMYK | 0.78 | 0 | 0.19 | 0.45 |
| HSL | 165.69º | 0.64% | 0.33% | - |
| HSV(B) | 165.69º | 0.78% | 0.55% | - |
| XYZ | 12.75 | 19.93 | 18.8 | - |
| YUV | 103.45 | 133.39 | 75.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 139 | 113 | 0.78 | 0 | 0.19 | 0.45 | 165.69 | 0.64 | 0.33 |
| Hex | 1E | 8B | 71 | 4E | 0 | 13 | 2D | A6 | 40 | 21 |
| Octal | 36 | 213 | 161 | 116 | 0 | 23 | 55 | 246 | 100 | 41 |
| Binary | 11110 | 10001011 | 1110001 | 1001110 | 0 | 10011 | 101101 | 10100110 | 1000000 | 100001 |
Color Harmonies of #1E8B71
Complementary color
Monochromatic Colors of #1E8B71
Black with #1E8B71
Text Example
Text Example
White with #1E8B71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E8B71; }
p { color: rgb(30,139,113); }
H1.HeaderClassName
{
color: #1E8B71;
}
.AnyTagClassName
{
color: #1E8B71;
}
</style>
background-color css
<style>
a { background-color: #1E8B71; }
a { background-color: rgb(30,139,113); }
div.DivClassName
{
background-color: #1E8B71;
}
.BgClassName
{
background-color: #1E8B71;
}
</style>
border-color css
<style>
span { border-color: #1E8B71; }
span { border-color: rgb(30,139,113); }
td.TdClassName
{
border-color: #1E8B71;
}
.TagClassName
{
border-color: #1E8B71;
}
</style>