Shades of Elf Green #1E937D
Tints of Elf Green #1E937D
RGB
CMYK
RGB Variations
Color information
#1E937D (or 0x1E937D) is known color: Elf Green. HEX triplet: 1E, 93 and 7D. RGB value is (30,147,125). Sum of RGB (Red+Green+Blue) = 30+147+125=302 (40% of max value = 765). Red value is 30 (12.11% from 255 or 9.93% from 302); Green value is 147 (57.81% from 255 or 48.68% from 302); Blue value is 125 (49.22% from 255 or 41.39% from 302); Max value from RGB is 147 - color contains mainly: green. Hex color #1E937D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1E937D is #E16C82. Grayscale: #6D6D6D. Windows color (decimal): -14773379 or 8229662. OLE color: 8229662.
HSL color Cylindrical-coordinate representation of color #1E937D: hue angle of 168.72º 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 #1E937D is Cyan = 0.80, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 30 | 147 | 125 | - |
| CMYK | 0.80 | 0 | 0.15 | 0.42 |
| HSL | 168.72º | 0.66% | 0.35% | - |
| HSV(B) | 168.72º | 0.8% | 0.58% | - |
| XYZ | 14.67 | 22.62 | 23 | - |
| YUV | 109.51 | 136.74 | 71.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 147 | 125 | 0.80 | 0 | 0.15 | 0.42 | 168.72 | 0.66 | 0.35 |
| Hex | 1E | 93 | 7D | 50 | 0 | F | 2A | A9 | 42 | 23 |
| Octal | 36 | 223 | 175 | 120 | 0 | 17 | 52 | 251 | 102 | 43 |
| Binary | 11110 | 10010011 | 1111101 | 1010000 | 0 | 1111 | 101010 | 10101001 | 1000010 | 100011 |
Color Harmonies of #1E937D
Complementary color
Monochromatic Colors of #1E937D
Black with #1E937D
Text Example
Text Example
White with #1E937D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E937D; }
p { color: rgb(30,147,125); }
H1.HeaderClassName
{
color: #1E937D;
}
.AnyTagClassName
{
color: #1E937D;
}
</style>
background-color css
<style>
a { background-color: #1E937D; }
a { background-color: rgb(30,147,125); }
div.DivClassName
{
background-color: #1E937D;
}
.BgClassName
{
background-color: #1E937D;
}
</style>
border-color css
<style>
span { border-color: #1E937D; }
span { border-color: rgb(30,147,125); }
td.TdClassName
{
border-color: #1E937D;
}
.TagClassName
{
border-color: #1E937D;
}
</style>