Shades of Elf Green #2C9671
Tints of Elf Green #2C9671
RGB
CMYK
RGB Variations
Color information
#2C9671 (or 0x2C9671) is known color: Elf Green. HEX triplet: 2C, 96 and 71. RGB value is (44,150,113). Sum of RGB (Red+Green+Blue) = 44+150+113=307 (40% of max value = 765). Red value is 44 (17.58% from 255 or 14.33% from 307); Green value is 150 (58.98% from 255 or 48.86% from 307); Blue value is 113 (44.53% from 255 or 36.81% from 307); Max value from RGB is 150 - color contains mainly: green. Hex color #2C9671 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2C9671 is #D3698E. Grayscale: #727272. Windows color (decimal): -13855119 or 7444012. OLE color: 7444012.
HSL color Cylindrical-coordinate representation of color #2C9671: hue angle of 159.06º degrees, saturation: 0.55, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #2C9671 is Cyan = 0.71, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 44 | 150 | 113 | - |
| CMYK | 0.71 | 0 | 0.25 | 0.41 |
| HSL | 159.06º | 0.55% | 0.38% | - |
| HSV(B) | 159.06º | 0.71% | 0.59% | - |
| XYZ | 14.93 | 23.54 | 19.38 | - |
| YUV | 114.09 | 127.38 | 78.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 150 | 113 | 0.71 | 0 | 0.25 | 0.41 | 159.06 | 0.55 | 0.38 |
| Hex | 2C | 96 | 71 | 47 | 0 | 19 | 29 | 9F | 37 | 26 |
| Octal | 54 | 226 | 161 | 107 | 0 | 31 | 51 | 237 | 67 | 46 |
| Binary | 101100 | 10010110 | 1110001 | 1000111 | 0 | 11001 | 101001 | 10011111 | 110111 | 100110 |
Color Harmonies of #2C9671
Complementary color
Monochromatic Colors of #2C9671
Black with #2C9671
Text Example
Text Example
White with #2C9671
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C9671; }
p { color: rgb(44,150,113); }
H1.HeaderClassName
{
color: #2C9671;
}
.AnyTagClassName
{
color: #2C9671;
}
</style>
background-color css
<style>
a { background-color: #2C9671; }
a { background-color: rgb(44,150,113); }
div.DivClassName
{
background-color: #2C9671;
}
.BgClassName
{
background-color: #2C9671;
}
</style>
border-color css
<style>
span { border-color: #2C9671; }
span { border-color: rgb(44,150,113); }
td.TdClassName
{
border-color: #2C9671;
}
.TagClassName
{
border-color: #2C9671;
}
</style>