Shades of Elf Green #1E886D
Tints of Elf Green #1E886D
RGB
CMYK
RGB Variations
Color information
#1E886D (or 0x1E886D) is known color: Elf Green. HEX triplet: 1E, 88 and 6D. RGB value is (30,136,109). Sum of RGB (Red+Green+Blue) = 30+136+109=275 (36% of max value = 765). Red value is 30 (12.11% from 255 or 10.91% from 275); Green value is 136 (53.52% from 255 or 49.45% from 275); Blue value is 109 (42.97% from 255 or 39.64% from 275); Max value from RGB is 136 - color contains mainly: green. Hex color #1E886D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1E886D is #E17792. Grayscale: #656565. Windows color (decimal): -14776211 or 7178270. OLE color: 7178270.
HSL color Cylindrical-coordinate representation of color #1E886D: hue angle of 164.72º degrees, saturation: 0.64, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #1E886D is Cyan = 0.78, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 30 | 136 | 109 | - |
| CMYK | 0.78 | 0 | 0.20 | 0.47 |
| HSL | 164.72º | 0.64% | 0.33% | - |
| HSV(B) | 164.72º | 0.78% | 0.53% | - |
| XYZ | 12.1 | 18.99 | 17.5 | - |
| YUV | 101.23 | 132.38 | 77.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 136 | 109 | 0.78 | 0 | 0.20 | 0.47 | 164.72 | 0.64 | 0.33 |
| Hex | 1E | 88 | 6D | 4E | 0 | 14 | 2F | A5 | 40 | 21 |
| Octal | 36 | 210 | 155 | 116 | 0 | 24 | 57 | 245 | 100 | 41 |
| Binary | 11110 | 10001000 | 1101101 | 1001110 | 0 | 10100 | 101111 | 10100101 | 1000000 | 100001 |
Color Harmonies of #1E886D
Complementary color
Monochromatic Colors of #1E886D
Black with #1E886D
Text Example
Text Example
White with #1E886D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E886D; }
p { color: rgb(30,136,109); }
H1.HeaderClassName
{
color: #1E886D;
}
.AnyTagClassName
{
color: #1E886D;
}
</style>
background-color css
<style>
a { background-color: #1E886D; }
a { background-color: rgb(30,136,109); }
div.DivClassName
{
background-color: #1E886D;
}
.BgClassName
{
background-color: #1E886D;
}
</style>
border-color css
<style>
span { border-color: #1E886D; }
span { border-color: rgb(30,136,109); }
td.TdClassName
{
border-color: #1E886D;
}
.TagClassName
{
border-color: #1E886D;
}
</style>