Shades of Elf Green #1E8C65
Tints of Elf Green #1E8C65
RGB
CMYK
RGB Variations
Color information
#1E8C65 (or 0x1E8C65) is known color: Elf Green. HEX triplet: 1E, 8C and 65. RGB value is (30,140,101). Sum of RGB (Red+Green+Blue) = 30+140+101=271 (35% of max value = 765). Red value is 30 (12.11% from 255 or 11.07% from 271); Green value is 140 (55.08% from 255 or 51.66% from 271); Blue value is 101 (39.84% from 255 or 37.27% from 271); Max value from RGB is 140 - color contains mainly: green. Hex color #1E8C65 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1E8C65 is #E1739A. Grayscale: #666666. Windows color (decimal): -14775195 or 6655006. OLE color: 6655006.
HSL color Cylindrical-coordinate representation of color #1E8C65: hue angle of 158.73º degrees, saturation: 0.65, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #1E8C65 is Cyan = 0.79, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 30 | 140 | 101 | - |
| CMYK | 0.79 | 0 | 0.28 | 0.45 |
| HSL | 158.73º | 0.65% | 0.33% | - |
| HSV(B) | 158.73º | 0.79% | 0.55% | - |
| XYZ | 12.26 | 19.97 | 15.52 | - |
| YUV | 102.66 | 127.06 | 76.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 140 | 101 | 0.79 | 0 | 0.28 | 0.45 | 158.73 | 0.65 | 0.33 |
| Hex | 1E | 8C | 65 | 4F | 0 | 1C | 2D | 9F | 41 | 21 |
| Octal | 36 | 214 | 145 | 117 | 0 | 34 | 55 | 237 | 101 | 41 |
| Binary | 11110 | 10001100 | 1100101 | 1001111 | 0 | 11100 | 101101 | 10011111 | 1000001 | 100001 |
Color Harmonies of #1E8C65
Complementary color
Monochromatic Colors of #1E8C65
Black with #1E8C65
Text Example
Text Example
White with #1E8C65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E8C65; }
p { color: rgb(30,140,101); }
H1.HeaderClassName
{
color: #1E8C65;
}
.AnyTagClassName
{
color: #1E8C65;
}
</style>
background-color css
<style>
a { background-color: #1E8C65; }
a { background-color: rgb(30,140,101); }
div.DivClassName
{
background-color: #1E8C65;
}
.BgClassName
{
background-color: #1E8C65;
}
</style>
border-color css
<style>
span { border-color: #1E8C65; }
span { border-color: rgb(30,140,101); }
td.TdClassName
{
border-color: #1E8C65;
}
.TagClassName
{
border-color: #1E8C65;
}
</style>