Shades of Elf Green #2C8865
Tints of Elf Green #2C8865
RGB
CMYK
RGB Variations
Color information
#2C8865 (or 0x2C8865) is known color: Elf Green. HEX triplet: 2C, 88 and 65. RGB value is (44,136,101). Sum of RGB (Red+Green+Blue) = 44+136+101=281 (37% of max value = 765). Red value is 44 (17.58% from 255 or 15.66% from 281); Green value is 136 (53.52% from 255 or 48.40% from 281); Blue value is 101 (39.84% from 255 or 35.94% from 281); Max value from RGB is 136 - color contains mainly: green. Hex color #2C8865 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2C8865 is #D3779A. Grayscale: #686868. Windows color (decimal): -13858715 or 6653996. OLE color: 6653996.
HSL color Cylindrical-coordinate representation of color #2C8865: hue angle of 157.17º degrees, saturation: 0.51, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #2C8865 is Cyan = 0.68, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 44 | 136 | 101 | - |
| CMYK | 0.68 | 0 | 0.26 | 0.47 |
| HSL | 157.17º | 0.51% | 0.35% | - |
| HSV(B) | 157.17º | 0.68% | 0.53% | - |
| XYZ | 12.19 | 19.08 | 15.35 | - |
| YUV | 104.5 | 126.02 | 84.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 136 | 101 | 0.68 | 0 | 0.26 | 0.47 | 157.17 | 0.51 | 0.35 |
| Hex | 2C | 88 | 65 | 44 | 0 | 1A | 2F | 9D | 33 | 23 |
| Octal | 54 | 210 | 145 | 104 | 0 | 32 | 57 | 235 | 63 | 43 |
| Binary | 101100 | 10001000 | 1100101 | 1000100 | 0 | 11010 | 101111 | 10011101 | 110011 | 100011 |
Color Harmonies of #2C8865
Complementary color
Monochromatic Colors of #2C8865
Black with #2C8865
Text Example
Text Example
White with #2C8865
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C8865; }
p { color: rgb(44,136,101); }
H1.HeaderClassName
{
color: #2C8865;
}
.AnyTagClassName
{
color: #2C8865;
}
</style>
background-color css
<style>
a { background-color: #2C8865; }
a { background-color: rgb(44,136,101); }
div.DivClassName
{
background-color: #2C8865;
}
.BgClassName
{
background-color: #2C8865;
}
</style>
border-color css
<style>
span { border-color: #2C8865; }
span { border-color: rgb(44,136,101); }
td.TdClassName
{
border-color: #2C8865;
}
.TagClassName
{
border-color: #2C8865;
}
</style>