Shades of Elf Green #2F8E77
Tints of Elf Green #2F8E77
RGB
CMYK
RGB Variations
Color information
#2F8E77 (or 0x2F8E77) is known color: Elf Green. HEX triplet: 2F, 8E and 77. RGB value is (47,142,119). Sum of RGB (Red+Green+Blue) = 47+142+119=308 (40% of max value = 765). Red value is 47 (18.75% from 255 or 15.26% from 308); Green value is 142 (55.86% from 255 or 46.10% from 308); Blue value is 119 (46.88% from 255 or 38.64% from 308); Max value from RGB is 142 - color contains mainly: green. Hex color #2F8E77 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2F8E77 is #D07188. Grayscale: #6E6E6E. Windows color (decimal): -13660553 or 7835183. OLE color: 7835183.
HSL color Cylindrical-coordinate representation of color #2F8E77: hue angle of 165.47º degrees, saturation: 0.5, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #2F8E77 is Cyan = 0.67, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 47 | 142 | 119 | - |
| CMYK | 0.67 | 0 | 0.16 | 0.44 |
| HSL | 165.47º | 0.5% | 0.37% | - |
| HSV(B) | 165.47º | 0.67% | 0.56% | - |
| XYZ | 14.18 | 21.28 | 20.81 | - |
| YUV | 110.97 | 132.53 | 82.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 142 | 119 | 0.67 | 0 | 0.16 | 0.44 | 165.47 | 0.5 | 0.37 |
| Hex | 2F | 8E | 77 | 43 | 0 | 10 | 2C | A5 | 32 | 25 |
| Octal | 57 | 216 | 167 | 103 | 0 | 20 | 54 | 245 | 62 | 45 |
| Binary | 101111 | 10001110 | 1110111 | 1000011 | 0 | 10000 | 101100 | 10100101 | 110010 | 100101 |
Color Harmonies of #2F8E77
Complementary color
Monochromatic Colors of #2F8E77
Black with #2F8E77
Text Example
Text Example
White with #2F8E77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F8E77; }
p { color: rgb(47,142,119); }
H1.HeaderClassName
{
color: #2F8E77;
}
.AnyTagClassName
{
color: #2F8E77;
}
</style>
background-color css
<style>
a { background-color: #2F8E77; }
a { background-color: rgb(47,142,119); }
div.DivClassName
{
background-color: #2F8E77;
}
.BgClassName
{
background-color: #2F8E77;
}
</style>
border-color css
<style>
span { border-color: #2F8E77; }
span { border-color: rgb(47,142,119); }
td.TdClassName
{
border-color: #2F8E77;
}
.TagClassName
{
border-color: #2F8E77;
}
</style>