Shades of Elf Green #1E8A7A
Tints of Elf Green #1E8A7A
RGB
CMYK
RGB Variations
Color information
#1E8A7A (or 0x1E8A7A) is known color: Elf Green. HEX triplet: 1E, 8A and 7A. RGB value is (30,138,122). Sum of RGB (Red+Green+Blue) = 30+138+122=290 (38% of max value = 765). Red value is 30 (12.11% from 255 or 10.34% from 290); Green value is 138 (54.30% from 255 or 47.59% from 290); Blue value is 122 (48.05% from 255 or 42.07% from 290); Max value from RGB is 138 - color contains mainly: green. Hex color #1E8A7A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1E8A7A is #E17585. Grayscale: #676767. Windows color (decimal): -14775686 or 8030750. OLE color: 8030750.
HSL color Cylindrical-coordinate representation of color #1E8A7A: hue angle of 171.11º degrees, saturation: 0.64, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #1E8A7A is Cyan = 0.78, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 30 | 138 | 122 | - |
| CMYK | 0.78 | 0 | 0.12 | 0.46 |
| HSL | 171.11º | 0.64% | 0.33% | - |
| HSV(B) | 171.11º | 0.78% | 0.54% | - |
| XYZ | 13.14 | 19.86 | 21.55 | - |
| YUV | 103.88 | 138.22 | 75.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 138 | 122 | 0.78 | 0 | 0.12 | 0.46 | 171.11 | 0.64 | 0.33 |
| Hex | 1E | 8A | 7A | 4E | 0 | C | 2E | AB | 40 | 21 |
| Octal | 36 | 212 | 172 | 116 | 0 | 14 | 56 | 253 | 100 | 41 |
| Binary | 11110 | 10001010 | 1111010 | 1001110 | 0 | 1100 | 101110 | 10101011 | 1000000 | 100001 |
Color Harmonies of #1E8A7A
Complementary color
Monochromatic Colors of #1E8A7A
Black with #1E8A7A
Text Example
Text Example
White with #1E8A7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E8A7A; }
p { color: rgb(30,138,122); }
H1.HeaderClassName
{
color: #1E8A7A;
}
.AnyTagClassName
{
color: #1E8A7A;
}
</style>
background-color css
<style>
a { background-color: #1E8A7A; }
a { background-color: rgb(30,138,122); }
div.DivClassName
{
background-color: #1E8A7A;
}
.BgClassName
{
background-color: #1E8A7A;
}
</style>
border-color css
<style>
span { border-color: #1E8A7A; }
span { border-color: rgb(30,138,122); }
td.TdClassName
{
border-color: #1E8A7A;
}
.TagClassName
{
border-color: #1E8A7A;
}
</style>