Shades of Elf Green #1E8972
Tints of Elf Green #1E8972
RGB
CMYK
RGB Variations
Color information
#1E8972 (or 0x1E8972) is known color: Elf Green. HEX triplet: 1E, 89 and 72. RGB value is (30,137,114). Sum of RGB (Red+Green+Blue) = 30+137+114=281 (37% of max value = 765). Red value is 30 (12.11% from 255 or 10.68% from 281); Green value is 137 (53.91% from 255 or 48.75% from 281); Blue value is 114 (44.92% from 255 or 40.57% from 281); Max value from RGB is 137 - color contains mainly: green. Hex color #1E8972 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1E8972 is #E1768D. Grayscale: #666666. Windows color (decimal): -14775950 or 7506206. OLE color: 7506206.
HSL color Cylindrical-coordinate representation of color #1E8972: hue angle of 167.1º 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 #1E8972 is Cyan = 0.78, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 30 | 137 | 114 | - |
| CMYK | 0.78 | 0 | 0.17 | 0.46 |
| HSL | 167.1º | 0.64% | 0.33% | - |
| HSV(B) | 167.1º | 0.78% | 0.54% | - |
| XYZ | 12.52 | 19.38 | 19 | - |
| YUV | 102.39 | 134.55 | 76.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 137 | 114 | 0.78 | 0 | 0.17 | 0.46 | 167.1 | 0.64 | 0.33 |
| Hex | 1E | 89 | 72 | 4E | 0 | 11 | 2E | A7 | 40 | 21 |
| Octal | 36 | 211 | 162 | 116 | 0 | 21 | 56 | 247 | 100 | 41 |
| Binary | 11110 | 10001001 | 1110010 | 1001110 | 0 | 10001 | 101110 | 10100111 | 1000000 | 100001 |
Color Harmonies of #1E8972
Complementary color
Monochromatic Colors of #1E8972
Black with #1E8972
Text Example
Text Example
White with #1E8972
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E8972; }
p { color: rgb(30,137,114); }
H1.HeaderClassName
{
color: #1E8972;
}
.AnyTagClassName
{
color: #1E8972;
}
</style>
background-color css
<style>
a { background-color: #1E8972; }
a { background-color: rgb(30,137,114); }
div.DivClassName
{
background-color: #1E8972;
}
.BgClassName
{
background-color: #1E8972;
}
</style>
border-color css
<style>
span { border-color: #1E8972; }
span { border-color: rgb(30,137,114); }
td.TdClassName
{
border-color: #1E8972;
}
.TagClassName
{
border-color: #1E8972;
}
</style>