Shades of Elf Green #2F8F72
Tints of Elf Green #2F8F72
RGB
CMYK
RGB Variations
Color information
#2F8F72 (or 0x2F8F72) is known color: Elf Green. HEX triplet: 2F, 8F and 72. RGB value is (47,143,114). Sum of RGB (Red+Green+Blue) = 47+143+114=304 (40% of max value = 765). Red value is 47 (18.75% from 255 or 15.46% from 304); Green value is 143 (56.25% from 255 or 47.04% from 304); Blue value is 114 (44.92% from 255 or 37.5% from 304); Max value from RGB is 143 - color contains mainly: green. Hex color #2F8F72 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2F8F72 is #D0708D. Grayscale: #6F6F6F. Windows color (decimal): -13660302 or 7507759. OLE color: 7507759.
HSL color Cylindrical-coordinate representation of color #2F8F72: hue angle of 161.88º degrees, saturation: 0.51, 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 #2F8F72 is Cyan = 0.67, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 47 | 143 | 114 | - |
| CMYK | 0.67 | 0 | 0.20 | 0.44 |
| HSL | 161.88º | 0.51% | 0.37% | - |
| HSV(B) | 161.88º | 0.67% | 0.56% | - |
| XYZ | 14.03 | 21.46 | 19.32 | - |
| YUV | 110.99 | 129.7 | 82.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 143 | 114 | 0.67 | 0 | 0.20 | 0.44 | 161.88 | 0.51 | 0.37 |
| Hex | 2F | 8F | 72 | 43 | 0 | 14 | 2C | A2 | 33 | 25 |
| Octal | 57 | 217 | 162 | 103 | 0 | 24 | 54 | 242 | 63 | 45 |
| Binary | 101111 | 10001111 | 1110010 | 1000011 | 0 | 10100 | 101100 | 10100010 | 110011 | 100101 |
Color Harmonies of #2F8F72
Complementary color
Monochromatic Colors of #2F8F72
Black with #2F8F72
Text Example
Text Example
White with #2F8F72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F8F72; }
p { color: rgb(47,143,114); }
H1.HeaderClassName
{
color: #2F8F72;
}
.AnyTagClassName
{
color: #2F8F72;
}
</style>
background-color css
<style>
a { background-color: #2F8F72; }
a { background-color: rgb(47,143,114); }
div.DivClassName
{
background-color: #2F8F72;
}
.BgClassName
{
background-color: #2F8F72;
}
</style>
border-color css
<style>
span { border-color: #2F8F72; }
span { border-color: rgb(47,143,114); }
td.TdClassName
{
border-color: #2F8F72;
}
.TagClassName
{
border-color: #2F8F72;
}
</style>