Shades of Elf Green #1B8E7E
Tints of Elf Green #1B8E7E
RGB
CMYK
RGB Variations
Color information
#1B8E7E (or 0x1B8E7E) is known color: Elf Green. HEX triplet: 1B, 8E and 7E. RGB value is (27,142,126). Sum of RGB (Red+Green+Blue) = 27+142+126=295 (39% of max value = 765). Red value is 27 (10.94% from 255 or 9.15% from 295); Green value is 142 (55.86% from 255 or 48.14% from 295); Blue value is 126 (49.61% from 255 or 42.71% from 295); Max value from RGB is 142 - color contains mainly: green. Hex color #1B8E7E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1B8E7E is #E47181. Grayscale: #696969. Windows color (decimal): -14971266 or 8293915. OLE color: 8293915.
HSL color Cylindrical-coordinate representation of color #1B8E7E: hue angle of 171.65º degrees, saturation: 0.68, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #1B8E7E is Cyan = 0.81, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 27 | 142 | 126 | - |
| CMYK | 0.81 | 0 | 0.11 | 0.44 |
| HSL | 171.65º | 0.68% | 0.33% | - |
| HSV(B) | 171.65º | 0.81% | 0.56% | - |
| XYZ | 13.89 | 21.09 | 23.08 | - |
| YUV | 105.79 | 139.4 | 71.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 142 | 126 | 0.81 | 0 | 0.11 | 0.44 | 171.65 | 0.68 | 0.33 |
| Hex | 1B | 8E | 7E | 51 | 0 | B | 2C | AC | 44 | 21 |
| Octal | 33 | 216 | 176 | 121 | 0 | 13 | 54 | 254 | 104 | 41 |
| Binary | 11011 | 10001110 | 1111110 | 1010001 | 0 | 1011 | 101100 | 10101100 | 1000100 | 100001 |
Color Harmonies of #1B8E7E
Complementary color
Monochromatic Colors of #1B8E7E
Black with #1B8E7E
Text Example
Text Example
White with #1B8E7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B8E7E; }
p { color: rgb(27,142,126); }
H1.HeaderClassName
{
color: #1B8E7E;
}
.AnyTagClassName
{
color: #1B8E7E;
}
</style>
background-color css
<style>
a { background-color: #1B8E7E; }
a { background-color: rgb(27,142,126); }
div.DivClassName
{
background-color: #1B8E7E;
}
.BgClassName
{
background-color: #1B8E7E;
}
</style>
border-color css
<style>
span { border-color: #1B8E7E; }
span { border-color: rgb(27,142,126); }
td.TdClassName
{
border-color: #1B8E7E;
}
.TagClassName
{
border-color: #1B8E7E;
}
</style>