Shades of Elf Green #1E896D
Tints of Elf Green #1E896D
RGB
CMYK
RGB Variations
Color information
#1E896D (or 0x1E896D) is known color: Elf Green. HEX triplet: 1E, 89 and 6D. RGB value is (30,137,109). Sum of RGB (Red+Green+Blue) = 30+137+109=276 (36% of max value = 765). Red value is 30 (12.11% from 255 or 10.87% from 276); Green value is 137 (53.91% from 255 or 49.64% from 276); Blue value is 109 (42.97% from 255 or 39.49% from 276); Max value from RGB is 137 - color contains mainly: green. Hex color #1E896D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1E896D is #E17692. Grayscale: #656565. Windows color (decimal): -14775955 or 7178526. OLE color: 7178526.
HSL color Cylindrical-coordinate representation of color #1E896D: hue angle of 164.3º 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 #1E896D is Cyan = 0.78, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 30 | 137 | 109 | - |
| CMYK | 0.78 | 0 | 0.20 | 0.46 |
| HSL | 164.3º | 0.64% | 0.33% | - |
| HSV(B) | 164.3º | 0.78% | 0.54% | - |
| XYZ | 12.24 | 19.27 | 17.54 | - |
| YUV | 101.82 | 132.05 | 76.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 137 | 109 | 0.78 | 0 | 0.20 | 0.46 | 164.3 | 0.64 | 0.33 |
| Hex | 1E | 89 | 6D | 4E | 0 | 14 | 2E | A4 | 40 | 21 |
| Octal | 36 | 211 | 155 | 116 | 0 | 24 | 56 | 244 | 100 | 41 |
| Binary | 11110 | 10001001 | 1101101 | 1001110 | 0 | 10100 | 101110 | 10100100 | 1000000 | 100001 |
Color Harmonies of #1E896D
Complementary color
Monochromatic Colors of #1E896D
Black with #1E896D
Text Example
Text Example
White with #1E896D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E896D; }
p { color: rgb(30,137,109); }
H1.HeaderClassName
{
color: #1E896D;
}
.AnyTagClassName
{
color: #1E896D;
}
</style>
background-color css
<style>
a { background-color: #1E896D; }
a { background-color: rgb(30,137,109); }
div.DivClassName
{
background-color: #1E896D;
}
.BgClassName
{
background-color: #1E896D;
}
</style>
border-color css
<style>
span { border-color: #1E896D; }
span { border-color: rgb(30,137,109); }
td.TdClassName
{
border-color: #1E896D;
}
.TagClassName
{
border-color: #1E896D;
}
</style>