Shades of Elf Green #1E886B
Tints of Elf Green #1E886B
RGB
CMYK
RGB Variations
Color information
#1E886B (or 0x1E886B) is known color: Elf Green. HEX triplet: 1E, 88 and 6B. RGB value is (30,136,107). Sum of RGB (Red+Green+Blue) = 30+136+107=273 (36% of max value = 765). Red value is 30 (12.11% from 255 or 10.99% from 273); Green value is 136 (53.52% from 255 or 49.82% from 273); Blue value is 107 (42.19% from 255 or 39.19% from 273); Max value from RGB is 136 - color contains mainly: green. Hex color #1E886B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1E886B is #E17794. Grayscale: #656565. Windows color (decimal): -14776213 or 7047198. OLE color: 7047198.
HSL color Cylindrical-coordinate representation of color #1E886B: hue angle of 163.58º 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 #1E886B is Cyan = 0.78, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 30 | 136 | 107 | - |
| CMYK | 0.78 | 0 | 0.21 | 0.47 |
| HSL | 163.58º | 0.64% | 0.33% | - |
| HSV(B) | 163.58º | 0.78% | 0.53% | - |
| XYZ | 11.99 | 18.95 | 16.93 | - |
| YUV | 101 | 131.38 | 77.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 136 | 107 | 0.78 | 0 | 0.21 | 0.47 | 163.58 | 0.64 | 0.33 |
| Hex | 1E | 88 | 6B | 4E | 0 | 15 | 2F | A4 | 40 | 21 |
| Octal | 36 | 210 | 153 | 116 | 0 | 25 | 57 | 244 | 100 | 41 |
| Binary | 11110 | 10001000 | 1101011 | 1001110 | 0 | 10101 | 101111 | 10100100 | 1000000 | 100001 |
Color Harmonies of #1E886B
Complementary color
Monochromatic Colors of #1E886B
Black with #1E886B
Text Example
Text Example
White with #1E886B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E886B; }
p { color: rgb(30,136,107); }
H1.HeaderClassName
{
color: #1E886B;
}
.AnyTagClassName
{
color: #1E886B;
}
</style>
background-color css
<style>
a { background-color: #1E886B; }
a { background-color: rgb(30,136,107); }
div.DivClassName
{
background-color: #1E886B;
}
.BgClassName
{
background-color: #1E886B;
}
</style>
border-color css
<style>
span { border-color: #1E886B; }
span { border-color: rgb(30,136,107); }
td.TdClassName
{
border-color: #1E886B;
}
.TagClassName
{
border-color: #1E886B;
}
</style>