Shades of Elf Green #1E946C
Tints of Elf Green #1E946C
RGB
CMYK
RGB Variations
Color information
#1E946C (or 0x1E946C) is known color: Elf Green. HEX triplet: 1E, 94 and 6C. RGB value is (30,148,108). Sum of RGB (Red+Green+Blue) = 30+148+108=286 (37% of max value = 765). Red value is 30 (12.11% from 255 or 10.49% from 286); Green value is 148 (58.20% from 255 or 51.75% from 286); Blue value is 108 (42.58% from 255 or 37.76% from 286); Max value from RGB is 148 - color contains mainly: green. Hex color #1E946C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1E946C is #E16B93. Grayscale: #6C6C6C. Windows color (decimal): -14773140 or 7115806. OLE color: 7115806.
HSL color Cylindrical-coordinate representation of color #1E946C: hue angle of 159.66º 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 #1E946C is Cyan = 0.80, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 30 | 148 | 108 | - |
| CMYK | 0.80 | 0 | 0.27 | 0.42 |
| HSL | 159.66º | 0.66% | 0.35% | - |
| HSV(B) | 159.66º | 0.8% | 0.58% | - |
| XYZ | 13.83 | 22.54 | 17.81 | - |
| YUV | 108.16 | 127.91 | 72.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 148 | 108 | 0.80 | 0 | 0.27 | 0.42 | 159.66 | 0.66 | 0.35 |
| Hex | 1E | 94 | 6C | 50 | 0 | 1B | 2A | A0 | 42 | 23 |
| Octal | 36 | 224 | 154 | 120 | 0 | 33 | 52 | 240 | 102 | 43 |
| Binary | 11110 | 10010100 | 1101100 | 1010000 | 0 | 11011 | 101010 | 10100000 | 1000010 | 100011 |
Color Harmonies of #1E946C
Complementary color
Monochromatic Colors of #1E946C
Black with #1E946C
Text Example
Text Example
White with #1E946C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E946C; }
p { color: rgb(30,148,108); }
H1.HeaderClassName
{
color: #1E946C;
}
.AnyTagClassName
{
color: #1E946C;
}
</style>
background-color css
<style>
a { background-color: #1E946C; }
a { background-color: rgb(30,148,108); }
div.DivClassName
{
background-color: #1E946C;
}
.BgClassName
{
background-color: #1E946C;
}
</style>
border-color css
<style>
span { border-color: #1E946C; }
span { border-color: rgb(30,148,108); }
td.TdClassName
{
border-color: #1E946C;
}
.TagClassName
{
border-color: #1E946C;
}
</style>