Shades of Elf Green #1E895C
Tints of Elf Green #1E895C
RGB
CMYK
RGB Variations
Color information
#1E895C (or 0x1E895C) is known color: Elf Green. HEX triplet: 1E, 89 and 5C. RGB value is (30,137,92). Sum of RGB (Red+Green+Blue) = 30+137+92=259 (34% of max value = 765). Red value is 30 (12.11% from 255 or 11.58% from 259); Green value is 137 (53.91% from 255 or 52.90% from 259); Blue value is 92 (36.33% from 255 or 35.52% from 259); Max value from RGB is 137 - color contains mainly: green. Hex color #1E895C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1E895C is #E176A3. Grayscale: #636363. Windows color (decimal): -14775972 or 6064414. OLE color: 6064414.
HSL color Cylindrical-coordinate representation of color #1E895C: hue angle of 154.77º degrees, saturation: 0.64, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #1E895C is Cyan = 0.78, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 30 | 137 | 92 | - |
| CMYK | 0.78 | 0 | 0.33 | 0.46 |
| HSL | 154.77º | 0.64% | 0.33% | - |
| HSV(B) | 154.77º | 0.78% | 0.54% | - |
| XYZ | 11.41 | 18.94 | 13.18 | - |
| YUV | 99.88 | 123.55 | 78.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 137 | 92 | 0.78 | 0 | 0.33 | 0.46 | 154.77 | 0.64 | 0.33 |
| Hex | 1E | 89 | 5C | 4E | 0 | 21 | 2E | 9B | 40 | 21 |
| Octal | 36 | 211 | 134 | 116 | 0 | 41 | 56 | 233 | 100 | 41 |
| Binary | 11110 | 10001001 | 1011100 | 1001110 | 0 | 100001 | 101110 | 10011011 | 1000000 | 100001 |
Color Harmonies of #1E895C
Complementary color
Monochromatic Colors of #1E895C
Black with #1E895C
Text Example
Text Example
White with #1E895C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E895C; }
p { color: rgb(30,137,92); }
H1.HeaderClassName
{
color: #1E895C;
}
.AnyTagClassName
{
color: #1E895C;
}
</style>
background-color css
<style>
a { background-color: #1E895C; }
a { background-color: rgb(30,137,92); }
div.DivClassName
{
background-color: #1E895C;
}
.BgClassName
{
background-color: #1E895C;
}
</style>
border-color css
<style>
span { border-color: #1E895C; }
span { border-color: rgb(30,137,92); }
td.TdClassName
{
border-color: #1E895C;
}
.TagClassName
{
border-color: #1E895C;
}
</style>