Shades of Elf Green #1E8772
Tints of Elf Green #1E8772
RGB
CMYK
RGB Variations
Color information
#1E8772 (or 0x1E8772) is known color: Elf Green. HEX triplet: 1E, 87 and 72. RGB value is (30,135,114). Sum of RGB (Red+Green+Blue) = 30+135+114=279 (36% of max value = 765). Red value is 30 (12.11% from 255 or 10.75% from 279); Green value is 135 (53.12% from 255 or 48.39% from 279); Blue value is 114 (44.92% from 255 or 40.86% from 279); Max value from RGB is 135 - color contains mainly: green. Hex color #1E8772 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1E8772 is #E1788D. Grayscale: #656565. Windows color (decimal): -14776462 or 7505694. OLE color: 7505694.
HSL color Cylindrical-coordinate representation of color #1E8772: hue angle of 168º degrees, saturation: 0.64, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #1E8772 is Cyan = 0.78, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 30 | 135 | 114 | - |
| CMYK | 0.78 | 0 | 0.16 | 0.47 |
| HSL | 168º | 0.64% | 0.32% | - |
| HSV(B) | 168º | 0.78% | 0.53% | - |
| XYZ | 12.24 | 18.82 | 18.91 | - |
| YUV | 101.21 | 135.21 | 77.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 135 | 114 | 0.78 | 0 | 0.16 | 0.47 | 168 | 0.64 | 0.32 |
| Hex | 1E | 87 | 72 | 4E | 0 | 10 | 2F | A8 | 40 | 20 |
| Octal | 36 | 207 | 162 | 116 | 0 | 20 | 57 | 250 | 100 | 40 |
| Binary | 11110 | 10000111 | 1110010 | 1001110 | 0 | 10000 | 101111 | 10101000 | 1000000 | 100000 |
Color Harmonies of #1E8772
Complementary color
Monochromatic Colors of #1E8772
Black with #1E8772
Text Example
Text Example
White with #1E8772
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E8772; }
p { color: rgb(30,135,114); }
H1.HeaderClassName
{
color: #1E8772;
}
.AnyTagClassName
{
color: #1E8772;
}
</style>
background-color css
<style>
a { background-color: #1E8772; }
a { background-color: rgb(30,135,114); }
div.DivClassName
{
background-color: #1E8772;
}
.BgClassName
{
background-color: #1E8772;
}
</style>
border-color css
<style>
span { border-color: #1E8772; }
span { border-color: rgb(30,135,114); }
td.TdClassName
{
border-color: #1E8772;
}
.TagClassName
{
border-color: #1E8772;
}
</style>