Shades of Elf Green #1E947E
Tints of Elf Green #1E947E
RGB
CMYK
RGB Variations
Color information
#1E947E (or 0x1E947E) is known color: Elf Green. HEX triplet: 1E, 94 and 7E. RGB value is (30,148,126). Sum of RGB (Red+Green+Blue) = 30+148+126=304 (40% of max value = 765). Red value is 30 (12.11% from 255 or 9.87% from 304); Green value is 148 (58.20% from 255 or 48.68% from 304); Blue value is 126 (49.61% from 255 or 41.45% from 304); Max value from RGB is 148 - color contains mainly: green. Hex color #1E947E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1E947E is #E16B81. Grayscale: #6E6E6E. Windows color (decimal): -14773122 or 8295454. OLE color: 8295454.
HSL color Cylindrical-coordinate representation of color #1E947E: hue angle of 168.81º degrees, saturation: 0.66, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #1E947E is Cyan = 0.80, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 30 | 148 | 126 | - |
| CMYK | 0.80 | 0 | 0.15 | 0.42 |
| HSL | 168.81º | 0.66% | 0.35% | - |
| HSV(B) | 168.81º | 0.8% | 0.58% | - |
| XYZ | 14.89 | 22.96 | 23.39 | - |
| YUV | 110.21 | 136.91 | 70.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 148 | 126 | 0.80 | 0 | 0.15 | 0.42 | 168.81 | 0.66 | 0.35 |
| Hex | 1E | 94 | 7E | 50 | 0 | F | 2A | A9 | 42 | 23 |
| Octal | 36 | 224 | 176 | 120 | 0 | 17 | 52 | 251 | 102 | 43 |
| Binary | 11110 | 10010100 | 1111110 | 1010000 | 0 | 1111 | 101010 | 10101001 | 1000010 | 100011 |
Color Harmonies of #1E947E
Complementary color
Monochromatic Colors of #1E947E
Black with #1E947E
Text Example
Text Example
White with #1E947E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E947E; }
p { color: rgb(30,148,126); }
H1.HeaderClassName
{
color: #1E947E;
}
.AnyTagClassName
{
color: #1E947E;
}
</style>
background-color css
<style>
a { background-color: #1E947E; }
a { background-color: rgb(30,148,126); }
div.DivClassName
{
background-color: #1E947E;
}
.BgClassName
{
background-color: #1E947E;
}
</style>
border-color css
<style>
span { border-color: #1E947E; }
span { border-color: rgb(30,148,126); }
td.TdClassName
{
border-color: #1E947E;
}
.TagClassName
{
border-color: #1E947E;
}
</style>