Shades of Elf Green #1E8371
Tints of Elf Green #1E8371
RGB
CMYK
RGB Variations
Color information
#1E8371 (or 0x1E8371) is known color: Elf Green. HEX triplet: 1E, 83 and 71. RGB value is (30,131,113). Sum of RGB (Red+Green+Blue) = 30+131+113=274 (36% of max value = 765). Red value is 30 (12.11% from 255 or 10.95% from 274); Green value is 131 (51.56% from 255 or 47.81% from 274); Blue value is 113 (44.53% from 255 or 41.24% from 274); Max value from RGB is 131 - color contains mainly: green. Hex color #1E8371 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1E8371 is #E17C8E. Grayscale: #626262. Windows color (decimal): -14777487 or 7439134. OLE color: 7439134.
HSL color Cylindrical-coordinate representation of color #1E8371: hue angle of 169.31º degrees, saturation: 0.63, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #1E8371 is Cyan = 0.77, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 30 | 131 | 113 | - |
| CMYK | 0.77 | 0 | 0.14 | 0.49 |
| HSL | 169.31º | 0.63% | 0.32% | - |
| HSV(B) | 169.31º | 0.77% | 0.51% | - |
| XYZ | 11.63 | 17.7 | 18.43 | - |
| YUV | 98.75 | 136.04 | 78.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 131 | 113 | 0.77 | 0 | 0.14 | 0.49 | 169.31 | 0.63 | 0.32 |
| Hex | 1E | 83 | 71 | 4D | 0 | E | 31 | A9 | 3F | 20 |
| Octal | 36 | 203 | 161 | 115 | 0 | 16 | 61 | 251 | 77 | 40 |
| Binary | 11110 | 10000011 | 1110001 | 1001101 | 0 | 1110 | 110001 | 10101001 | 111111 | 100000 |
Color Harmonies of #1E8371
Complementary color
Monochromatic Colors of #1E8371
Black with #1E8371
Text Example
Text Example
White with #1E8371
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E8371; }
p { color: rgb(30,131,113); }
H1.HeaderClassName
{
color: #1E8371;
}
.AnyTagClassName
{
color: #1E8371;
}
</style>
background-color css
<style>
a { background-color: #1E8371; }
a { background-color: rgb(30,131,113); }
div.DivClassName
{
background-color: #1E8371;
}
.BgClassName
{
background-color: #1E8371;
}
</style>
border-color css
<style>
span { border-color: #1E8371; }
span { border-color: rgb(30,131,113); }
td.TdClassName
{
border-color: #1E8371;
}
.TagClassName
{
border-color: #1E8371;
}
</style>