Shades of Elf Green #1B8C77
Tints of Elf Green #1B8C77
RGB
CMYK
RGB Variations
Color information
#1B8C77 (or 0x1B8C77) is known color: Elf Green. HEX triplet: 1B, 8C and 77. RGB value is (27,140,119). Sum of RGB (Red+Green+Blue) = 27+140+119=286 (37% of max value = 765). Red value is 27 (10.94% from 255 or 9.44% from 286); Green value is 140 (55.08% from 255 or 48.95% from 286); Blue value is 119 (46.88% from 255 or 41.61% from 286); Max value from RGB is 140 - color contains mainly: green. Hex color #1B8C77 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1B8C77 is #E47388. Grayscale: #676767. Windows color (decimal): -14971785 or 7834651. OLE color: 7834651.
HSL color Cylindrical-coordinate representation of color #1B8C77: hue angle of 168.85º degrees, saturation: 0.68, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #1B8C77 is Cyan = 0.81, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 27 | 140 | 119 | - |
| CMYK | 0.81 | 0 | 0.15 | 0.45 |
| HSL | 168.85º | 0.68% | 0.33% | - |
| HSV(B) | 168.85º | 0.81% | 0.55% | - |
| XYZ | 13.16 | 20.32 | 20.68 | - |
| YUV | 103.82 | 136.56 | 73.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 140 | 119 | 0.81 | 0 | 0.15 | 0.45 | 168.85 | 0.68 | 0.33 |
| Hex | 1B | 8C | 77 | 51 | 0 | F | 2D | A9 | 44 | 21 |
| Octal | 33 | 214 | 167 | 121 | 0 | 17 | 55 | 251 | 104 | 41 |
| Binary | 11011 | 10001100 | 1110111 | 1010001 | 0 | 1111 | 101101 | 10101001 | 1000100 | 100001 |
Color Harmonies of #1B8C77
Complementary color
Monochromatic Colors of #1B8C77
Black with #1B8C77
Text Example
Text Example
White with #1B8C77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B8C77; }
p { color: rgb(27,140,119); }
H1.HeaderClassName
{
color: #1B8C77;
}
.AnyTagClassName
{
color: #1B8C77;
}
</style>
background-color css
<style>
a { background-color: #1B8C77; }
a { background-color: rgb(27,140,119); }
div.DivClassName
{
background-color: #1B8C77;
}
.BgClassName
{
background-color: #1B8C77;
}
</style>
border-color css
<style>
span { border-color: #1B8C77; }
span { border-color: rgb(27,140,119); }
td.TdClassName
{
border-color: #1B8C77;
}
.TagClassName
{
border-color: #1B8C77;
}
</style>