Shades of Elf Green #2C8D78
Tints of Elf Green #2C8D78
RGB
CMYK
RGB Variations
Color information
#2C8D78 (or 0x2C8D78) is known color: Elf Green. HEX triplet: 2C, 8D and 78. RGB value is (44,141,120). Sum of RGB (Red+Green+Blue) = 44+141+120=305 (40% of max value = 765). Red value is 44 (17.58% from 255 or 14.43% from 305); Green value is 141 (55.47% from 255 or 46.23% from 305); Blue value is 120 (47.27% from 255 or 39.34% from 305); Max value from RGB is 141 - color contains mainly: green. Hex color #2C8D78 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2C8D78 is #D37287. Grayscale: #6D6D6D. Windows color (decimal): -13857416 or 7900460. OLE color: 7900460.
HSL color Cylindrical-coordinate representation of color #2C8D78: hue angle of 167.01º degrees, saturation: 0.52, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #2C8D78 is Cyan = 0.69, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 44 | 141 | 120 | - |
| CMYK | 0.69 | 0 | 0.15 | 0.45 |
| HSL | 167.01º | 0.52% | 0.36% | - |
| HSV(B) | 167.01º | 0.69% | 0.55% | - |
| XYZ | 13.95 | 20.94 | 21.08 | - |
| YUV | 109.6 | 133.86 | 81.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 141 | 120 | 0.69 | 0 | 0.15 | 0.45 | 167.01 | 0.52 | 0.36 |
| Hex | 2C | 8D | 78 | 45 | 0 | F | 2D | A7 | 34 | 24 |
| Octal | 54 | 215 | 170 | 105 | 0 | 17 | 55 | 247 | 64 | 44 |
| Binary | 101100 | 10001101 | 1111000 | 1000101 | 0 | 1111 | 101101 | 10100111 | 110100 | 100100 |
Color Harmonies of #2C8D78
Complementary color
Monochromatic Colors of #2C8D78
Black with #2C8D78
Text Example
Text Example
White with #2C8D78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C8D78; }
p { color: rgb(44,141,120); }
H1.HeaderClassName
{
color: #2C8D78;
}
.AnyTagClassName
{
color: #2C8D78;
}
</style>
background-color css
<style>
a { background-color: #2C8D78; }
a { background-color: rgb(44,141,120); }
div.DivClassName
{
background-color: #2C8D78;
}
.BgClassName
{
background-color: #2C8D78;
}
</style>
border-color css
<style>
span { border-color: #2C8D78; }
span { border-color: rgb(44,141,120); }
td.TdClassName
{
border-color: #2C8D78;
}
.TagClassName
{
border-color: #2C8D78;
}
</style>