Shades of Elf Green #1E8F78
Tints of Elf Green #1E8F78
RGB
CMYK
RGB Variations
Color information
#1E8F78 (or 0x1E8F78) is known color: Elf Green. HEX triplet: 1E, 8F and 78. RGB value is (30,143,120). Sum of RGB (Red+Green+Blue) = 30+143+120=293 (38% of max value = 765). Red value is 30 (12.11% from 255 or 10.24% from 293); Green value is 143 (56.25% from 255 or 48.81% from 293); Blue value is 120 (47.27% from 255 or 40.96% from 293); Max value from RGB is 143 - color contains mainly: green. Hex color #1E8F78 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1E8F78 is #E17087. Grayscale: #6A6A6A. Windows color (decimal): -14774408 or 7900958. OLE color: 7900958.
HSL color Cylindrical-coordinate representation of color #1E8F78: hue angle of 167.79º degrees, saturation: 0.65, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #1E8F78 is Cyan = 0.79, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 30 | 143 | 120 | - |
| CMYK | 0.79 | 0 | 0.16 | 0.44 |
| HSL | 167.79º | 0.65% | 0.34% | - |
| HSV(B) | 167.79º | 0.79% | 0.56% | - |
| XYZ | 13.75 | 21.28 | 21.15 | - |
| YUV | 106.59 | 135.56 | 73.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 143 | 120 | 0.79 | 0 | 0.16 | 0.44 | 167.79 | 0.65 | 0.34 |
| Hex | 1E | 8F | 78 | 4F | 0 | 10 | 2C | A8 | 41 | 22 |
| Octal | 36 | 217 | 170 | 117 | 0 | 20 | 54 | 250 | 101 | 42 |
| Binary | 11110 | 10001111 | 1111000 | 1001111 | 0 | 10000 | 101100 | 10101000 | 1000001 | 100010 |
Color Harmonies of #1E8F78
Complementary color
Monochromatic Colors of #1E8F78
Black with #1E8F78
Text Example
Text Example
White with #1E8F78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E8F78; }
p { color: rgb(30,143,120); }
H1.HeaderClassName
{
color: #1E8F78;
}
.AnyTagClassName
{
color: #1E8F78;
}
</style>
background-color css
<style>
a { background-color: #1E8F78; }
a { background-color: rgb(30,143,120); }
div.DivClassName
{
background-color: #1E8F78;
}
.BgClassName
{
background-color: #1E8F78;
}
</style>
border-color css
<style>
span { border-color: #1E8F78; }
span { border-color: rgb(30,143,120); }
td.TdClassName
{
border-color: #1E8F78;
}
.TagClassName
{
border-color: #1E8F78;
}
</style>