Shades of Elf Green #1E846C
Tints of Elf Green #1E846C
RGB
CMYK
RGB Variations
Color information
#1E846C (or 0x1E846C) is known color: Elf Green. HEX triplet: 1E, 84 and 6C. RGB value is (30,132,108). Sum of RGB (Red+Green+Blue) = 30+132+108=270 (35% of max value = 765). Red value is 30 (12.11% from 255 or 11.11% from 270); Green value is 132 (51.95% from 255 or 48.89% from 270); Blue value is 108 (42.58% from 255 or 40% from 270); Max value from RGB is 132 - color contains mainly: green. Hex color #1E846C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1E846C is #E17B93. Grayscale: #626262. Windows color (decimal): -14777236 or 7111710. OLE color: 7111710.
HSL color Cylindrical-coordinate representation of color #1E846C: hue angle of 165.88º degrees, saturation: 0.63, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #1E846C is Cyan = 0.77, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 30 | 132 | 108 | - |
| CMYK | 0.77 | 0 | 0.18 | 0.48 |
| HSL | 165.88º | 0.63% | 0.32% | - |
| HSV(B) | 165.88º | 0.77% | 0.52% | - |
| XYZ | 11.49 | 17.86 | 17.03 | - |
| YUV | 98.77 | 133.21 | 78.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 132 | 108 | 0.77 | 0 | 0.18 | 0.48 | 165.88 | 0.63 | 0.32 |
| Hex | 1E | 84 | 6C | 4D | 0 | 12 | 30 | A6 | 3F | 20 |
| Octal | 36 | 204 | 154 | 115 | 0 | 22 | 60 | 246 | 77 | 40 |
| Binary | 11110 | 10000100 | 1101100 | 1001101 | 0 | 10010 | 110000 | 10100110 | 111111 | 100000 |
Color Harmonies of #1E846C
Complementary color
Monochromatic Colors of #1E846C
Black with #1E846C
Text Example
Text Example
White with #1E846C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E846C; }
p { color: rgb(30,132,108); }
H1.HeaderClassName
{
color: #1E846C;
}
.AnyTagClassName
{
color: #1E846C;
}
</style>
background-color css
<style>
a { background-color: #1E846C; }
a { background-color: rgb(30,132,108); }
div.DivClassName
{
background-color: #1E846C;
}
.BgClassName
{
background-color: #1E846C;
}
</style>
border-color css
<style>
span { border-color: #1E846C; }
span { border-color: rgb(30,132,108); }
td.TdClassName
{
border-color: #1E846C;
}
.TagClassName
{
border-color: #1E846C;
}
</style>