Shades of Elf Green #1E937E
Tints of Elf Green #1E937E
RGB
CMYK
RGB Variations
Color information
#1E937E (or 0x1E937E) is known color: Elf Green. HEX triplet: 1E, 93 and 7E. RGB value is (30,147,126). Sum of RGB (Red+Green+Blue) = 30+147+126=303 (40% of max value = 765). Red value is 30 (12.11% from 255 or 9.90% from 303); Green value is 147 (57.81% from 255 or 48.51% from 303); Blue value is 126 (49.61% from 255 or 41.58% from 303); Max value from RGB is 147 - color contains mainly: green. Hex color #1E937E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1E937E is #E16C81. Grayscale: #6D6D6D. Windows color (decimal): -14773378 or 8295198. OLE color: 8295198.
HSL color Cylindrical-coordinate representation of color #1E937E: hue angle of 169.23º 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 #1E937E is Cyan = 0.80, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 30 | 147 | 126 | - |
| CMYK | 0.80 | 0 | 0.14 | 0.42 |
| HSL | 169.23º | 0.66% | 0.35% | - |
| HSV(B) | 169.23º | 0.8% | 0.58% | - |
| XYZ | 14.74 | 22.65 | 23.33 | - |
| YUV | 109.62 | 137.24 | 71.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 147 | 126 | 0.80 | 0 | 0.14 | 0.42 | 169.23 | 0.66 | 0.35 |
| Hex | 1E | 93 | 7E | 50 | 0 | E | 2A | A9 | 42 | 23 |
| Octal | 36 | 223 | 176 | 120 | 0 | 16 | 52 | 251 | 102 | 43 |
| Binary | 11110 | 10010011 | 1111110 | 1010000 | 0 | 1110 | 101010 | 10101001 | 1000010 | 100011 |
Color Harmonies of #1E937E
Complementary color
Monochromatic Colors of #1E937E
Black with #1E937E
Text Example
Text Example
White with #1E937E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E937E; }
p { color: rgb(30,147,126); }
H1.HeaderClassName
{
color: #1E937E;
}
.AnyTagClassName
{
color: #1E937E;
}
</style>
background-color css
<style>
a { background-color: #1E937E; }
a { background-color: rgb(30,147,126); }
div.DivClassName
{
background-color: #1E937E;
}
.BgClassName
{
background-color: #1E937E;
}
</style>
border-color css
<style>
span { border-color: #1E937E; }
span { border-color: rgb(30,147,126); }
td.TdClassName
{
border-color: #1E937E;
}
.TagClassName
{
border-color: #1E937E;
}
</style>