Shades of Elf Green #2C896D
Tints of Elf Green #2C896D
RGB
CMYK
RGB Variations
Color information
#2C896D (or 0x2C896D) is known color: Elf Green. HEX triplet: 2C, 89 and 6D. RGB value is (44,137,109). Sum of RGB (Red+Green+Blue) = 44+137+109=290 (38% of max value = 765). Red value is 44 (17.58% from 255 or 15.17% from 290); Green value is 137 (53.91% from 255 or 47.24% from 290); Blue value is 109 (42.97% from 255 or 37.59% from 290); Max value from RGB is 137 - color contains mainly: green. Hex color #2C896D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2C896D is #D37692. Grayscale: #6A6A6A. Windows color (decimal): -13858451 or 7178540. OLE color: 7178540.
HSL color Cylindrical-coordinate representation of color #2C896D: hue angle of 161.94º 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 #2C896D is Cyan = 0.68, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 44 | 137 | 109 | - |
| CMYK | 0.68 | 0 | 0.20 | 0.46 |
| HSL | 161.94º | 0.51% | 0.35% | - |
| HSV(B) | 161.94º | 0.68% | 0.54% | - |
| XYZ | 12.74 | 19.53 | 17.57 | - |
| YUV | 106 | 129.69 | 83.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 137 | 109 | 0.68 | 0 | 0.20 | 0.46 | 161.94 | 0.51 | 0.35 |
| Hex | 2C | 89 | 6D | 44 | 0 | 14 | 2E | A2 | 33 | 23 |
| Octal | 54 | 211 | 155 | 104 | 0 | 24 | 56 | 242 | 63 | 43 |
| Binary | 101100 | 10001001 | 1101101 | 1000100 | 0 | 10100 | 101110 | 10100010 | 110011 | 100011 |
Color Harmonies of #2C896D
Complementary color
Monochromatic Colors of #2C896D
Black with #2C896D
Text Example
Text Example
White with #2C896D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C896D; }
p { color: rgb(44,137,109); }
H1.HeaderClassName
{
color: #2C896D;
}
.AnyTagClassName
{
color: #2C896D;
}
</style>
background-color css
<style>
a { background-color: #2C896D; }
a { background-color: rgb(44,137,109); }
div.DivClassName
{
background-color: #2C896D;
}
.BgClassName
{
background-color: #2C896D;
}
</style>
border-color css
<style>
span { border-color: #2C896D; }
span { border-color: rgb(44,137,109); }
td.TdClassName
{
border-color: #2C896D;
}
.TagClassName
{
border-color: #2C896D;
}
</style>