Shades of Elf Green #1E8C7D
Tints of Elf Green #1E8C7D
RGB
CMYK
RGB Variations
Color information
#1E8C7D (or 0x1E8C7D) is known color: Elf Green. HEX triplet: 1E, 8C and 7D. RGB value is (30,140,125). Sum of RGB (Red+Green+Blue) = 30+140+125=295 (39% of max value = 765). Red value is 30 (12.11% from 255 or 10.17% from 295); Green value is 140 (55.08% from 255 or 47.46% from 295); Blue value is 125 (49.22% from 255 or 42.37% from 295); Max value from RGB is 140 - color contains mainly: green. Hex color #1E8C7D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1E8C7D is #E17382. Grayscale: #696969. Windows color (decimal): -14775171 or 8227870. OLE color: 8227870.
HSL color Cylindrical-coordinate representation of color #1E8C7D: hue angle of 171.82º 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 #1E8C7D is Cyan = 0.79, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 30 | 140 | 125 | - |
| CMYK | 0.79 | 0 | 0.11 | 0.45 |
| HSL | 171.82º | 0.65% | 0.33% | - |
| HSV(B) | 171.82º | 0.79% | 0.55% | - |
| XYZ | 13.62 | 20.51 | 22.64 | - |
| YUV | 105.4 | 139.06 | 74.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 140 | 125 | 0.79 | 0 | 0.11 | 0.45 | 171.82 | 0.65 | 0.33 |
| Hex | 1E | 8C | 7D | 4F | 0 | B | 2D | AC | 41 | 21 |
| Octal | 36 | 214 | 175 | 117 | 0 | 13 | 55 | 254 | 101 | 41 |
| Binary | 11110 | 10001100 | 1111101 | 1001111 | 0 | 1011 | 101101 | 10101100 | 1000001 | 100001 |
Color Harmonies of #1E8C7D
Complementary color
Monochromatic Colors of #1E8C7D
Black with #1E8C7D
Text Example
Text Example
White with #1E8C7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E8C7D; }
p { color: rgb(30,140,125); }
H1.HeaderClassName
{
color: #1E8C7D;
}
.AnyTagClassName
{
color: #1E8C7D;
}
</style>
background-color css
<style>
a { background-color: #1E8C7D; }
a { background-color: rgb(30,140,125); }
div.DivClassName
{
background-color: #1E8C7D;
}
.BgClassName
{
background-color: #1E8C7D;
}
</style>
border-color css
<style>
span { border-color: #1E8C7D; }
span { border-color: rgb(30,140,125); }
td.TdClassName
{
border-color: #1E8C7D;
}
.TagClassName
{
border-color: #1E8C7D;
}
</style>