Shades of Elf Green #1E8F7D
Tints of Elf Green #1E8F7D
RGB
CMYK
RGB Variations
Color information
#1E8F7D (or 0x1E8F7D) is known color: Elf Green. HEX triplet: 1E, 8F and 7D. RGB value is (30,143,125). Sum of RGB (Red+Green+Blue) = 30+143+125=298 (39% of max value = 765). Red value is 30 (12.11% from 255 or 10.07% from 298); Green value is 143 (56.25% from 255 or 47.99% from 298); Blue value is 125 (49.22% from 255 or 41.95% from 298); Max value from RGB is 143 - color contains mainly: green. Hex color #1E8F7D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1E8F7D is #E17082. Grayscale: #6B6B6B. Windows color (decimal): -14774403 or 8228638. OLE color: 8228638.
HSL color Cylindrical-coordinate representation of color #1E8F7D: hue angle of 170.44º 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 #1E8F7D is Cyan = 0.79, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 30 | 143 | 125 | - |
| CMYK | 0.79 | 0 | 0.13 | 0.44 |
| HSL | 170.44º | 0.65% | 0.34% | - |
| HSV(B) | 170.44º | 0.79% | 0.56% | - |
| XYZ | 14.06 | 21.4 | 22.79 | - |
| YUV | 107.16 | 138.06 | 72.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 143 | 125 | 0.79 | 0 | 0.13 | 0.44 | 170.44 | 0.65 | 0.34 |
| Hex | 1E | 8F | 7D | 4F | 0 | D | 2C | AA | 41 | 22 |
| Octal | 36 | 217 | 175 | 117 | 0 | 15 | 54 | 252 | 101 | 42 |
| Binary | 11110 | 10001111 | 1111101 | 1001111 | 0 | 1101 | 101100 | 10101010 | 1000001 | 100010 |
Color Harmonies of #1E8F7D
Complementary color
Monochromatic Colors of #1E8F7D
Black with #1E8F7D
Text Example
Text Example
White with #1E8F7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E8F7D; }
p { color: rgb(30,143,125); }
H1.HeaderClassName
{
color: #1E8F7D;
}
.AnyTagClassName
{
color: #1E8F7D;
}
</style>
background-color css
<style>
a { background-color: #1E8F7D; }
a { background-color: rgb(30,143,125); }
div.DivClassName
{
background-color: #1E8F7D;
}
.BgClassName
{
background-color: #1E8F7D;
}
</style>
border-color css
<style>
span { border-color: #1E8F7D; }
span { border-color: rgb(30,143,125); }
td.TdClassName
{
border-color: #1E8F7D;
}
.TagClassName
{
border-color: #1E8F7D;
}
</style>