Shades of Elf Green #1E937F
Tints of Elf Green #1E937F
RGB
CMYK
RGB Variations
Color information
#1E937F (or 0x1E937F) is known color: Elf Green. HEX triplet: 1E, 93 and 7F. RGB value is (30,147,127). Sum of RGB (Red+Green+Blue) = 30+147+127=304 (40% of max value = 765). Red value is 30 (12.11% from 255 or 9.87% from 304); Green value is 147 (57.81% from 255 or 48.36% from 304); Blue value is 127 (50% from 255 or 41.78% from 304); Max value from RGB is 147 - color contains mainly: green. Hex color #1E937F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1E937F is #E16C80. Grayscale: #6D6D6D. Windows color (decimal): -14773377 or 8360734. OLE color: 8360734.
HSL color Cylindrical-coordinate representation of color #1E937F: hue angle of 169.74º 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 #1E937F is Cyan = 0.80, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 30 | 147 | 127 | - |
| CMYK | 0.80 | 0 | 0.14 | 0.42 |
| HSL | 169.74º | 0.66% | 0.35% | - |
| HSV(B) | 169.74º | 0.8% | 0.58% | - |
| XYZ | 14.8 | 22.68 | 23.68 | - |
| YUV | 109.74 | 137.74 | 71.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 147 | 127 | 0.80 | 0 | 0.14 | 0.42 | 169.74 | 0.66 | 0.35 |
| Hex | 1E | 93 | 7F | 50 | 0 | E | 2A | AA | 42 | 23 |
| Octal | 36 | 223 | 177 | 120 | 0 | 16 | 52 | 252 | 102 | 43 |
| Binary | 11110 | 10010011 | 1111111 | 1010000 | 0 | 1110 | 101010 | 10101010 | 1000010 | 100011 |
Color Harmonies of #1E937F
Complementary color
Monochromatic Colors of #1E937F
Black with #1E937F
Text Example
Text Example
White with #1E937F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E937F; }
p { color: rgb(30,147,127); }
H1.HeaderClassName
{
color: #1E937F;
}
.AnyTagClassName
{
color: #1E937F;
}
</style>
background-color css
<style>
a { background-color: #1E937F; }
a { background-color: rgb(30,147,127); }
div.DivClassName
{
background-color: #1E937F;
}
.BgClassName
{
background-color: #1E937F;
}
</style>
border-color css
<style>
span { border-color: #1E937F; }
span { border-color: rgb(30,147,127); }
td.TdClassName
{
border-color: #1E937F;
}
.TagClassName
{
border-color: #1E937F;
}
</style>