Shades of Elf Green #1E885D
Tints of Elf Green #1E885D
RGB
CMYK
RGB Variations
Color information
#1E885D (or 0x1E885D) is known color: Elf Green. HEX triplet: 1E, 88 and 5D. RGB value is (30,136,93). Sum of RGB (Red+Green+Blue) = 30+136+93=259 (34% of max value = 765). Red value is 30 (12.11% from 255 or 11.58% from 259); Green value is 136 (53.52% from 255 or 52.51% from 259); Blue value is 93 (36.72% from 255 or 35.91% from 259); Max value from RGB is 136 - color contains mainly: green. Hex color #1E885D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1E885D is #E177A2. Grayscale: #636363. Windows color (decimal): -14776227 or 6129694. OLE color: 6129694.
HSL color Cylindrical-coordinate representation of color #1E885D: hue angle of 155.66º 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 #1E885D is Cyan = 0.78, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 30 | 136 | 93 | - |
| CMYK | 0.78 | 0 | 0.32 | 0.47 |
| HSL | 155.66º | 0.64% | 0.33% | - |
| HSV(B) | 155.66º | 0.78% | 0.53% | - |
| XYZ | 11.32 | 18.67 | 13.36 | - |
| YUV | 99.4 | 124.38 | 78.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 136 | 93 | 0.78 | 0 | 0.32 | 0.47 | 155.66 | 0.64 | 0.33 |
| Hex | 1E | 88 | 5D | 4E | 0 | 20 | 2F | 9C | 40 | 21 |
| Octal | 36 | 210 | 135 | 116 | 0 | 40 | 57 | 234 | 100 | 41 |
| Binary | 11110 | 10001000 | 1011101 | 1001110 | 0 | 100000 | 101111 | 10011100 | 1000000 | 100001 |
Color Harmonies of #1E885D
Complementary color
Monochromatic Colors of #1E885D
Black with #1E885D
Text Example
Text Example
White with #1E885D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E885D; }
p { color: rgb(30,136,93); }
H1.HeaderClassName
{
color: #1E885D;
}
.AnyTagClassName
{
color: #1E885D;
}
</style>
background-color css
<style>
a { background-color: #1E885D; }
a { background-color: rgb(30,136,93); }
div.DivClassName
{
background-color: #1E885D;
}
.BgClassName
{
background-color: #1E885D;
}
</style>
border-color css
<style>
span { border-color: #1E885D; }
span { border-color: rgb(30,136,93); }
td.TdClassName
{
border-color: #1E885D;
}
.TagClassName
{
border-color: #1E885D;
}
</style>