Shades of Elf Green #2C8566
Tints of Elf Green #2C8566
RGB
CMYK
RGB Variations
Color information
#2C8566 (or 0x2C8566) is known color: Elf Green. HEX triplet: 2C, 85 and 66. RGB value is (44,133,102). Sum of RGB (Red+Green+Blue) = 44+133+102=279 (36% of max value = 765). Red value is 44 (17.58% from 255 or 15.77% from 279); Green value is 133 (52.34% from 255 or 47.67% from 279); Blue value is 102 (40.23% from 255 or 36.56% from 279); Max value from RGB is 133 - color contains mainly: green. Hex color #2C8566 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2C8566 is #D37A99. Grayscale: #666666. Windows color (decimal): -13859482 or 6718764. OLE color: 6718764.
HSL color Cylindrical-coordinate representation of color #2C8566: hue angle of 159.1º degrees, saturation: 0.5, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #2C8566 is Cyan = 0.67, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 44 | 133 | 102 | - |
| CMYK | 0.67 | 0 | 0.23 | 0.48 |
| HSL | 159.1º | 0.5% | 0.35% | - |
| HSV(B) | 159.1º | 0.67% | 0.52% | - |
| XYZ | 11.82 | 18.27 | 15.47 | - |
| YUV | 102.86 | 127.51 | 86.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 133 | 102 | 0.67 | 0 | 0.23 | 0.48 | 159.1 | 0.5 | 0.35 |
| Hex | 2C | 85 | 66 | 43 | 0 | 17 | 30 | 9F | 32 | 23 |
| Octal | 54 | 205 | 146 | 103 | 0 | 27 | 60 | 237 | 62 | 43 |
| Binary | 101100 | 10000101 | 1100110 | 1000011 | 0 | 10111 | 110000 | 10011111 | 110010 | 100011 |
Color Harmonies of #2C8566
Complementary color
Monochromatic Colors of #2C8566
Black with #2C8566
Text Example
Text Example
White with #2C8566
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C8566; }
p { color: rgb(44,133,102); }
H1.HeaderClassName
{
color: #2C8566;
}
.AnyTagClassName
{
color: #2C8566;
}
</style>
background-color css
<style>
a { background-color: #2C8566; }
a { background-color: rgb(44,133,102); }
div.DivClassName
{
background-color: #2C8566;
}
.BgClassName
{
background-color: #2C8566;
}
</style>
border-color css
<style>
span { border-color: #2C8566; }
span { border-color: rgb(44,133,102); }
td.TdClassName
{
border-color: #2C8566;
}
.TagClassName
{
border-color: #2C8566;
}
</style>