Shades of Elf Green #1E956C
Tints of Elf Green #1E956C
RGB
CMYK
RGB Variations
Color information
#1E956C (or 0x1E956C) is known color: Elf Green. HEX triplet: 1E, 95 and 6C. RGB value is (30,149,108). Sum of RGB (Red+Green+Blue) = 30+149+108=287 (38% of max value = 765). Red value is 30 (12.11% from 255 or 10.45% from 287); Green value is 149 (58.59% from 255 or 51.92% from 287); Blue value is 108 (42.58% from 255 or 37.63% from 287); Max value from RGB is 149 - color contains mainly: green. Hex color #1E956C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1E956C is #E16A93. Grayscale: #6C6C6C. Windows color (decimal): -14772884 or 7116062. OLE color: 7116062.
HSL color Cylindrical-coordinate representation of color #1E956C: hue angle of 159.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 #1E956C is Cyan = 0.80, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 30 | 149 | 108 | - |
| CMYK | 0.80 | 0 | 0.28 | 0.42 |
| HSL | 159.33º | 0.66% | 0.35% | - |
| HSV(B) | 159.33º | 0.8% | 0.58% | - |
| XYZ | 13.99 | 22.85 | 17.86 | - |
| YUV | 108.75 | 127.58 | 71.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 149 | 108 | 0.80 | 0 | 0.28 | 0.42 | 159.33 | 0.66 | 0.35 |
| Hex | 1E | 95 | 6C | 50 | 0 | 1C | 2A | 9F | 42 | 23 |
| Octal | 36 | 225 | 154 | 120 | 0 | 34 | 52 | 237 | 102 | 43 |
| Binary | 11110 | 10010101 | 1101100 | 1010000 | 0 | 11100 | 101010 | 10011111 | 1000010 | 100011 |
Color Harmonies of #1E956C
Complementary color
Monochromatic Colors of #1E956C
Black with #1E956C
Text Example
Text Example
White with #1E956C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E956C; }
p { color: rgb(30,149,108); }
H1.HeaderClassName
{
color: #1E956C;
}
.AnyTagClassName
{
color: #1E956C;
}
</style>
background-color css
<style>
a { background-color: #1E956C; }
a { background-color: rgb(30,149,108); }
div.DivClassName
{
background-color: #1E956C;
}
.BgClassName
{
background-color: #1E956C;
}
</style>
border-color css
<style>
span { border-color: #1E956C; }
span { border-color: rgb(30,149,108); }
td.TdClassName
{
border-color: #1E956C;
}
.TagClassName
{
border-color: #1E956C;
}
</style>