Shades of Elf Green #1E8768
Tints of Elf Green #1E8768
RGB
CMYK
RGB Variations
Color information
#1E8768 (or 0x1E8768) is known color: Elf Green. HEX triplet: 1E, 87 and 68. RGB value is (30,135,104). Sum of RGB (Red+Green+Blue) = 30+135+104=269 (35% of max value = 765). Red value is 30 (12.11% from 255 or 11.15% from 269); Green value is 135 (53.12% from 255 or 50.19% from 269); Blue value is 104 (41.02% from 255 or 38.66% from 269); Max value from RGB is 135 - color contains mainly: green. Hex color #1E8768 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1E8768 is #E17897. Grayscale: #646464. Windows color (decimal): -14776472 or 6850334. OLE color: 6850334.
HSL color Cylindrical-coordinate representation of color #1E8768: hue angle of 162.29º 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 #1E8768 is Cyan = 0.78, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 30 | 135 | 104 | - |
| CMYK | 0.78 | 0 | 0.23 | 0.47 |
| HSL | 162.29º | 0.64% | 0.32% | - |
| HSV(B) | 162.29º | 0.78% | 0.53% | - |
| XYZ | 11.7 | 18.6 | 16.07 | - |
| YUV | 100.07 | 130.21 | 78.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 135 | 104 | 0.78 | 0 | 0.23 | 0.47 | 162.29 | 0.64 | 0.32 |
| Hex | 1E | 87 | 68 | 4E | 0 | 17 | 2F | A2 | 40 | 20 |
| Octal | 36 | 207 | 150 | 116 | 0 | 27 | 57 | 242 | 100 | 40 |
| Binary | 11110 | 10000111 | 1101000 | 1001110 | 0 | 10111 | 101111 | 10100010 | 1000000 | 100000 |
Color Harmonies of #1E8768
Complementary color
Monochromatic Colors of #1E8768
Black with #1E8768
Text Example
Text Example
White with #1E8768
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E8768; }
p { color: rgb(30,135,104); }
H1.HeaderClassName
{
color: #1E8768;
}
.AnyTagClassName
{
color: #1E8768;
}
</style>
background-color css
<style>
a { background-color: #1E8768; }
a { background-color: rgb(30,135,104); }
div.DivClassName
{
background-color: #1E8768;
}
.BgClassName
{
background-color: #1E8768;
}
</style>
border-color css
<style>
span { border-color: #1E8768; }
span { border-color: rgb(30,135,104); }
td.TdClassName
{
border-color: #1E8768;
}
.TagClassName
{
border-color: #1E8768;
}
</style>