Shades of Elf Green #2C9377
Tints of Elf Green #2C9377
RGB
CMYK
RGB Variations
Color information
#2C9377 (or 0x2C9377) is known color: Elf Green. HEX triplet: 2C, 93 and 77. RGB value is (44,147,119). Sum of RGB (Red+Green+Blue) = 44+147+119=310 (41% of max value = 765). Red value is 44 (17.58% from 255 or 14.19% from 310); Green value is 147 (57.81% from 255 or 47.42% from 310); Blue value is 119 (46.88% from 255 or 38.39% from 310); Max value from RGB is 147 - color contains mainly: green. Hex color #2C9377 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2C9377 is #D36C88. Grayscale: #717171. Windows color (decimal): -13855881 or 7836460. OLE color: 7836460.
HSL color Cylindrical-coordinate representation of color #2C9377: hue angle of 163.69º degrees, saturation: 0.54, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #2C9377 is Cyan = 0.70, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 44 | 147 | 119 | - |
| CMYK | 0.70 | 0 | 0.19 | 0.42 |
| HSL | 163.69º | 0.54% | 0.37% | - |
| HSV(B) | 163.69º | 0.7% | 0.58% | - |
| XYZ | 14.8 | 22.73 | 21.06 | - |
| YUV | 113.01 | 131.38 | 78.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 147 | 119 | 0.70 | 0 | 0.19 | 0.42 | 163.69 | 0.54 | 0.37 |
| Hex | 2C | 93 | 77 | 46 | 0 | 13 | 2A | A4 | 36 | 25 |
| Octal | 54 | 223 | 167 | 106 | 0 | 23 | 52 | 244 | 66 | 45 |
| Binary | 101100 | 10010011 | 1110111 | 1000110 | 0 | 10011 | 101010 | 10100100 | 110110 | 100101 |
Color Harmonies of #2C9377
Complementary color
Monochromatic Colors of #2C9377
Black with #2C9377
Text Example
Text Example
White with #2C9377
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C9377; }
p { color: rgb(44,147,119); }
H1.HeaderClassName
{
color: #2C9377;
}
.AnyTagClassName
{
color: #2C9377;
}
</style>
background-color css
<style>
a { background-color: #2C9377; }
a { background-color: rgb(44,147,119); }
div.DivClassName
{
background-color: #2C9377;
}
.BgClassName
{
background-color: #2C9377;
}
</style>
border-color css
<style>
span { border-color: #2C9377; }
span { border-color: rgb(44,147,119); }
td.TdClassName
{
border-color: #2C9377;
}
.TagClassName
{
border-color: #2C9377;
}
</style>