Shades of Elf Green #1E8F7A
Tints of Elf Green #1E8F7A
RGB
CMYK
RGB Variations
Color information
#1E8F7A (or 0x1E8F7A) is known color: Elf Green. HEX triplet: 1E, 8F and 7A. RGB value is (30,143,122). Sum of RGB (Red+Green+Blue) = 30+143+122=295 (39% of max value = 765). Red value is 30 (12.11% from 255 or 10.17% from 295); Green value is 143 (56.25% from 255 or 48.47% from 295); Blue value is 122 (48.05% from 255 or 41.36% from 295); Max value from RGB is 143 - color contains mainly: green. Hex color #1E8F7A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1E8F7A is #E17085. Grayscale: #6A6A6A. Windows color (decimal): -14774406 or 8032030. OLE color: 8032030.
HSL color Cylindrical-coordinate representation of color #1E8F7A: hue angle of 168.85º 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 #1E8F7A is Cyan = 0.79, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 30 | 143 | 122 | - |
| CMYK | 0.79 | 0 | 0.15 | 0.44 |
| HSL | 168.85º | 0.65% | 0.34% | - |
| HSV(B) | 168.85º | 0.79% | 0.56% | - |
| XYZ | 13.87 | 21.33 | 21.8 | - |
| YUV | 106.82 | 136.56 | 73.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 143 | 122 | 0.79 | 0 | 0.15 | 0.44 | 168.85 | 0.65 | 0.34 |
| Hex | 1E | 8F | 7A | 4F | 0 | F | 2C | A9 | 41 | 22 |
| Octal | 36 | 217 | 172 | 117 | 0 | 17 | 54 | 251 | 101 | 42 |
| Binary | 11110 | 10001111 | 1111010 | 1001111 | 0 | 1111 | 101100 | 10101001 | 1000001 | 100010 |
Color Harmonies of #1E8F7A
Complementary color
Monochromatic Colors of #1E8F7A
Black with #1E8F7A
Text Example
Text Example
White with #1E8F7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E8F7A; }
p { color: rgb(30,143,122); }
H1.HeaderClassName
{
color: #1E8F7A;
}
.AnyTagClassName
{
color: #1E8F7A;
}
</style>
background-color css
<style>
a { background-color: #1E8F7A; }
a { background-color: rgb(30,143,122); }
div.DivClassName
{
background-color: #1E8F7A;
}
.BgClassName
{
background-color: #1E8F7A;
}
</style>
border-color css
<style>
span { border-color: #1E8F7A; }
span { border-color: rgb(30,143,122); }
td.TdClassName
{
border-color: #1E8F7A;
}
.TagClassName
{
border-color: #1E8F7A;
}
</style>