Shades of Elf Green #1E8F7B
Tints of Elf Green #1E8F7B
RGB
CMYK
RGB Variations
Color information
#1E8F7B (or 0x1E8F7B) is known color: Elf Green. HEX triplet: 1E, 8F and 7B. RGB value is (30,143,123). Sum of RGB (Red+Green+Blue) = 30+143+123=296 (39% of max value = 765). Red value is 30 (12.11% from 255 or 10.14% from 296); Green value is 143 (56.25% from 255 or 48.31% from 296); Blue value is 123 (48.44% from 255 or 41.55% from 296); Max value from RGB is 143 - color contains mainly: green. Hex color #1E8F7B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1E8F7B is #E17084. Grayscale: #6A6A6A. Windows color (decimal): -14774405 or 8097566. OLE color: 8097566.
HSL color Cylindrical-coordinate representation of color #1E8F7B: hue angle of 169.38º 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 #1E8F7B is Cyan = 0.79, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 30 | 143 | 123 | - |
| CMYK | 0.79 | 0 | 0.14 | 0.44 |
| HSL | 169.38º | 0.65% | 0.34% | - |
| HSV(B) | 169.38º | 0.79% | 0.56% | - |
| XYZ | 13.93 | 21.35 | 22.13 | - |
| YUV | 106.93 | 137.06 | 73.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 143 | 123 | 0.79 | 0 | 0.14 | 0.44 | 169.38 | 0.65 | 0.34 |
| Hex | 1E | 8F | 7B | 4F | 0 | E | 2C | A9 | 41 | 22 |
| Octal | 36 | 217 | 173 | 117 | 0 | 16 | 54 | 251 | 101 | 42 |
| Binary | 11110 | 10001111 | 1111011 | 1001111 | 0 | 1110 | 101100 | 10101001 | 1000001 | 100010 |
Color Harmonies of #1E8F7B
Complementary color
Monochromatic Colors of #1E8F7B
Black with #1E8F7B
Text Example
Text Example
White with #1E8F7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E8F7B; }
p { color: rgb(30,143,123); }
H1.HeaderClassName
{
color: #1E8F7B;
}
.AnyTagClassName
{
color: #1E8F7B;
}
</style>
background-color css
<style>
a { background-color: #1E8F7B; }
a { background-color: rgb(30,143,123); }
div.DivClassName
{
background-color: #1E8F7B;
}
.BgClassName
{
background-color: #1E8F7B;
}
</style>
border-color css
<style>
span { border-color: #1E8F7B; }
span { border-color: rgb(30,143,123); }
td.TdClassName
{
border-color: #1E8F7B;
}
.TagClassName
{
border-color: #1E8F7B;
}
</style>