Shades of Elf Green #1E935F
Tints of Elf Green #1E935F
RGB
CMYK
RGB Variations
Color information
#1E935F (or 0x1E935F) is known color: Elf Green. HEX triplet: 1E, 93 and 5F. RGB value is (30,147,95). Sum of RGB (Red+Green+Blue) = 30+147+95=272 (36% of max value = 765). Red value is 30 (12.11% from 255 or 11.03% from 272); Green value is 147 (57.81% from 255 or 54.04% from 272); Blue value is 95 (37.5% from 255 or 34.93% from 272); Max value from RGB is 147 - color contains mainly: green. Hex color #1E935F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1E935F is #E16CA0. Grayscale: #6A6A6A. Windows color (decimal): -14773409 or 6263582. OLE color: 6263582.
HSL color Cylindrical-coordinate representation of color #1E935F: hue angle of 153.33º 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 #1E935F is Cyan = 0.80, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 30 | 147 | 95 | - |
| CMYK | 0.80 | 0 | 0.35 | 0.42 |
| HSL | 153.33º | 0.66% | 0.35% | - |
| HSV(B) | 153.33º | 0.8% | 0.58% | - |
| XYZ | 13.03 | 21.97 | 14.38 | - |
| YUV | 106.09 | 121.74 | 73.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 147 | 95 | 0.80 | 0 | 0.35 | 0.42 | 153.33 | 0.66 | 0.35 |
| Hex | 1E | 93 | 5F | 50 | 0 | 23 | 2A | 99 | 42 | 23 |
| Octal | 36 | 223 | 137 | 120 | 0 | 43 | 52 | 231 | 102 | 43 |
| Binary | 11110 | 10010011 | 1011111 | 1010000 | 0 | 100011 | 101010 | 10011001 | 1000010 | 100011 |
Color Harmonies of #1E935F
Complementary color
Monochromatic Colors of #1E935F
Black with #1E935F
Text Example
Text Example
White with #1E935F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E935F; }
p { color: rgb(30,147,95); }
H1.HeaderClassName
{
color: #1E935F;
}
.AnyTagClassName
{
color: #1E935F;
}
</style>
background-color css
<style>
a { background-color: #1E935F; }
a { background-color: rgb(30,147,95); }
div.DivClassName
{
background-color: #1E935F;
}
.BgClassName
{
background-color: #1E935F;
}
</style>
border-color css
<style>
span { border-color: #1E935F; }
span { border-color: rgb(30,147,95); }
td.TdClassName
{
border-color: #1E935F;
}
.TagClassName
{
border-color: #1E935F;
}
</style>