Shades of Elf Green #2C9079
Tints of Elf Green #2C9079
RGB
CMYK
RGB Variations
Color information
#2C9079 (or 0x2C9079) is known color: Elf Green. HEX triplet: 2C, 90 and 79. RGB value is (44,144,121). Sum of RGB (Red+Green+Blue) = 44+144+121=309 (40% of max value = 765). Red value is 44 (17.58% from 255 or 14.24% from 309); Green value is 144 (56.64% from 255 or 46.60% from 309); Blue value is 121 (47.66% from 255 or 39.16% from 309); Max value from RGB is 144 - color contains mainly: green. Hex color #2C9079 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2C9079 is #D36F86. Grayscale: #6F6F6F. Windows color (decimal): -13856647 or 7966764. OLE color: 7966764.
HSL color Cylindrical-coordinate representation of color #2C9079: hue angle of 166.2º degrees, saturation: 0.53, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #2C9079 is Cyan = 0.69, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 44 | 144 | 121 | - |
| CMYK | 0.69 | 0 | 0.16 | 0.44 |
| HSL | 166.2º | 0.53% | 0.37% | - |
| HSV(B) | 166.2º | 0.69% | 0.56% | - |
| XYZ | 14.46 | 21.86 | 21.55 | - |
| YUV | 111.48 | 133.37 | 79.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 144 | 121 | 0.69 | 0 | 0.16 | 0.44 | 166.2 | 0.53 | 0.37 |
| Hex | 2C | 90 | 79 | 45 | 0 | 10 | 2C | A6 | 35 | 25 |
| Octal | 54 | 220 | 171 | 105 | 0 | 20 | 54 | 246 | 65 | 45 |
| Binary | 101100 | 10010000 | 1111001 | 1000101 | 0 | 10000 | 101100 | 10100110 | 110101 | 100101 |
Color Harmonies of #2C9079
Complementary color
Monochromatic Colors of #2C9079
Black with #2C9079
Text Example
Text Example
White with #2C9079
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C9079; }
p { color: rgb(44,144,121); }
H1.HeaderClassName
{
color: #2C9079;
}
.AnyTagClassName
{
color: #2C9079;
}
</style>
background-color css
<style>
a { background-color: #2C9079; }
a { background-color: rgb(44,144,121); }
div.DivClassName
{
background-color: #2C9079;
}
.BgClassName
{
background-color: #2C9079;
}
</style>
border-color css
<style>
span { border-color: #2C9079; }
span { border-color: rgb(44,144,121); }
td.TdClassName
{
border-color: #2C9079;
}
.TagClassName
{
border-color: #2C9079;
}
</style>