Shades of Elf Green #2C956F
Tints of Elf Green #2C956F
RGB
CMYK
RGB Variations
Color information
#2C956F (or 0x2C956F) is known color: Elf Green. HEX triplet: 2C, 95 and 6F. RGB value is (44,149,111). Sum of RGB (Red+Green+Blue) = 44+149+111=304 (40% of max value = 765). Red value is 44 (17.58% from 255 or 14.47% from 304); Green value is 149 (58.59% from 255 or 49.01% from 304); Blue value is 111 (43.75% from 255 or 36.51% from 304); Max value from RGB is 149 - color contains mainly: green. Hex color #2C956F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2C956F is #D36A90. Grayscale: #717171. Windows color (decimal): -13855377 or 7312684. OLE color: 7312684.
HSL color Cylindrical-coordinate representation of color #2C956F: hue angle of 158.29º degrees, saturation: 0.54, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #2C956F is Cyan = 0.70, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 44 | 149 | 111 | - |
| CMYK | 0.70 | 0 | 0.26 | 0.42 |
| HSL | 158.29º | 0.54% | 0.38% | - |
| HSV(B) | 158.29º | 0.7% | 0.58% | - |
| XYZ | 14.66 | 23.18 | 18.74 | - |
| YUV | 113.27 | 126.71 | 78.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 149 | 111 | 0.70 | 0 | 0.26 | 0.42 | 158.29 | 0.54 | 0.38 |
| Hex | 2C | 95 | 6F | 46 | 0 | 1A | 2A | 9E | 36 | 26 |
| Octal | 54 | 225 | 157 | 106 | 0 | 32 | 52 | 236 | 66 | 46 |
| Binary | 101100 | 10010101 | 1101111 | 1000110 | 0 | 11010 | 101010 | 10011110 | 110110 | 100110 |
Color Harmonies of #2C956F
Complementary color
Monochromatic Colors of #2C956F
Black with #2C956F
Text Example
Text Example
White with #2C956F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C956F; }
p { color: rgb(44,149,111); }
H1.HeaderClassName
{
color: #2C956F;
}
.AnyTagClassName
{
color: #2C956F;
}
</style>
background-color css
<style>
a { background-color: #2C956F; }
a { background-color: rgb(44,149,111); }
div.DivClassName
{
background-color: #2C956F;
}
.BgClassName
{
background-color: #2C956F;
}
</style>
border-color css
<style>
span { border-color: #2C956F; }
span { border-color: rgb(44,149,111); }
td.TdClassName
{
border-color: #2C956F;
}
.TagClassName
{
border-color: #2C956F;
}
</style>