Shades of Elf Green #1E895D
Tints of Elf Green #1E895D
RGB
CMYK
RGB Variations
Color information
#1E895D (or 0x1E895D) is known color: Elf Green. HEX triplet: 1E, 89 and 5D. RGB value is (30,137,93). Sum of RGB (Red+Green+Blue) = 30+137+93=260 (34% of max value = 765). Red value is 30 (12.11% from 255 or 11.54% from 260); Green value is 137 (53.91% from 255 or 52.69% from 260); Blue value is 93 (36.72% from 255 or 35.77% from 260); Max value from RGB is 137 - color contains mainly: green. Hex color #1E895D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1E895D is #E176A2. Grayscale: #646464. Windows color (decimal): -14775971 or 6129950. OLE color: 6129950.
HSL color Cylindrical-coordinate representation of color #1E895D: hue angle of 155.33º 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 #1E895D is Cyan = 0.78, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 30 | 137 | 93 | - |
| CMYK | 0.78 | 0 | 0.32 | 0.46 |
| HSL | 155.33º | 0.64% | 0.33% | - |
| HSV(B) | 155.33º | 0.78% | 0.54% | - |
| XYZ | 11.46 | 18.96 | 13.41 | - |
| YUV | 99.99 | 124.05 | 78.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 137 | 93 | 0.78 | 0 | 0.32 | 0.46 | 155.33 | 0.64 | 0.33 |
| Hex | 1E | 89 | 5D | 4E | 0 | 20 | 2E | 9B | 40 | 21 |
| Octal | 36 | 211 | 135 | 116 | 0 | 40 | 56 | 233 | 100 | 41 |
| Binary | 11110 | 10001001 | 1011101 | 1001110 | 0 | 100000 | 101110 | 10011011 | 1000000 | 100001 |
Color Harmonies of #1E895D
Complementary color
Monochromatic Colors of #1E895D
Black with #1E895D
Text Example
Text Example
White with #1E895D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E895D; }
p { color: rgb(30,137,93); }
H1.HeaderClassName
{
color: #1E895D;
}
.AnyTagClassName
{
color: #1E895D;
}
</style>
background-color css
<style>
a { background-color: #1E895D; }
a { background-color: rgb(30,137,93); }
div.DivClassName
{
background-color: #1E895D;
}
.BgClassName
{
background-color: #1E895D;
}
</style>
border-color css
<style>
span { border-color: #1E895D; }
span { border-color: rgb(30,137,93); }
td.TdClassName
{
border-color: #1E895D;
}
.TagClassName
{
border-color: #1E895D;
}
</style>