Shades of Elf Green #2C896A
Tints of Elf Green #2C896A
RGB
CMYK
RGB Variations
Color information
#2C896A (or 0x2C896A) is known color: Elf Green. HEX triplet: 2C, 89 and 6A. RGB value is (44,137,106). Sum of RGB (Red+Green+Blue) = 44+137+106=287 (38% of max value = 765). Red value is 44 (17.58% from 255 or 15.33% from 287); Green value is 137 (53.91% from 255 or 47.74% from 287); Blue value is 106 (41.80% from 255 or 36.93% from 287); Max value from RGB is 137 - color contains mainly: green. Hex color #2C896A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2C896A is #D37695. Grayscale: #696969. Windows color (decimal): -13858454 or 6981932. OLE color: 6981932.
HSL color Cylindrical-coordinate representation of color #2C896A: hue angle of 160º degrees, saturation: 0.51, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #2C896A is Cyan = 0.68, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 44 | 137 | 106 | - |
| CMYK | 0.68 | 0 | 0.23 | 0.46 |
| HSL | 160º | 0.51% | 0.35% | - |
| HSV(B) | 160º | 0.68% | 0.54% | - |
| XYZ | 12.59 | 19.47 | 16.73 | - |
| YUV | 105.66 | 128.19 | 84.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 137 | 106 | 0.68 | 0 | 0.23 | 0.46 | 160 | 0.51 | 0.35 |
| Hex | 2C | 89 | 6A | 44 | 0 | 17 | 2E | A0 | 33 | 23 |
| Octal | 54 | 211 | 152 | 104 | 0 | 27 | 56 | 240 | 63 | 43 |
| Binary | 101100 | 10001001 | 1101010 | 1000100 | 0 | 10111 | 101110 | 10100000 | 110011 | 100011 |
Color Harmonies of #2C896A
Complementary color
Monochromatic Colors of #2C896A
Black with #2C896A
Text Example
Text Example
White with #2C896A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C896A; }
p { color: rgb(44,137,106); }
H1.HeaderClassName
{
color: #2C896A;
}
.AnyTagClassName
{
color: #2C896A;
}
</style>
background-color css
<style>
a { background-color: #2C896A; }
a { background-color: rgb(44,137,106); }
div.DivClassName
{
background-color: #2C896A;
}
.BgClassName
{
background-color: #2C896A;
}
</style>
border-color css
<style>
span { border-color: #2C896A; }
span { border-color: rgb(44,137,106); }
td.TdClassName
{
border-color: #2C896A;
}
.TagClassName
{
border-color: #2C896A;
}
</style>