Shades of Elf Green #2C8E77
Tints of Elf Green #2C8E77
RGB
CMYK
RGB Variations
Color information
#2C8E77 (or 0x2C8E77) is known color: Elf Green. HEX triplet: 2C, 8E and 77. RGB value is (44,142,119). Sum of RGB (Red+Green+Blue) = 44+142+119=305 (40% of max value = 765). Red value is 44 (17.58% from 255 or 14.43% from 305); Green value is 142 (55.86% from 255 or 46.56% from 305); Blue value is 119 (46.88% from 255 or 39.02% from 305); Max value from RGB is 142 - color contains mainly: green. Hex color #2C8E77 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2C8E77 is #D37188. Grayscale: #6E6E6E. Windows color (decimal): -13857161 or 7835180. OLE color: 7835180.
HSL color Cylindrical-coordinate representation of color #2C8E77: hue angle of 165.92º degrees, saturation: 0.53, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #2C8E77 is Cyan = 0.69, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 44 | 142 | 119 | - |
| CMYK | 0.69 | 0 | 0.16 | 0.44 |
| HSL | 165.92º | 0.53% | 0.36% | - |
| HSV(B) | 165.92º | 0.69% | 0.56% | - |
| XYZ | 14.04 | 21.21 | 20.81 | - |
| YUV | 110.08 | 133.03 | 80.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 142 | 119 | 0.69 | 0 | 0.16 | 0.44 | 165.92 | 0.53 | 0.36 |
| Hex | 2C | 8E | 77 | 45 | 0 | 10 | 2C | A6 | 35 | 24 |
| Octal | 54 | 216 | 167 | 105 | 0 | 20 | 54 | 246 | 65 | 44 |
| Binary | 101100 | 10001110 | 1110111 | 1000101 | 0 | 10000 | 101100 | 10100110 | 110101 | 100100 |
Color Harmonies of #2C8E77
Complementary color
Monochromatic Colors of #2C8E77
Black with #2C8E77
Text Example
Text Example
White with #2C8E77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C8E77; }
p { color: rgb(44,142,119); }
H1.HeaderClassName
{
color: #2C8E77;
}
.AnyTagClassName
{
color: #2C8E77;
}
</style>
background-color css
<style>
a { background-color: #2C8E77; }
a { background-color: rgb(44,142,119); }
div.DivClassName
{
background-color: #2C8E77;
}
.BgClassName
{
background-color: #2C8E77;
}
</style>
border-color css
<style>
span { border-color: #2C8E77; }
span { border-color: rgb(44,142,119); }
td.TdClassName
{
border-color: #2C8E77;
}
.TagClassName
{
border-color: #2C8E77;
}
</style>