Shades of Elm #2C8B78
Tints of Elm #2C8B78
RGB
CMYK
RGB Variations
Color information
#2C8B78 (or 0x2C8B78) is known color: Elm. HEX triplet: 2C, 8B and 78. RGB value is (44,139,120). Sum of RGB (Red+Green+Blue) = 44+139+120=303 (40% of max value = 765). Red value is 44 (17.58% from 255 or 14.52% from 303); Green value is 139 (54.69% from 255 or 45.87% from 303); Blue value is 120 (47.27% from 255 or 39.60% from 303); Max value from RGB is 139 - color contains mainly: green. Hex color #2C8B78 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2C8B78 is #D37487. Grayscale: #6C6C6C. Windows color (decimal): -13857928 or 7899948. OLE color: 7899948.
HSL color Cylindrical-coordinate representation of color #2C8B78: hue angle of 168º degrees, saturation: 0.52, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #2C8B78 is Cyan = 0.68, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 44 | 139 | 120 | - |
| CMYK | 0.68 | 0 | 0.14 | 0.45 |
| HSL | 168º | 0.52% | 0.36% | - |
| HSV(B) | 168º | 0.68% | 0.55% | - |
| XYZ | 13.66 | 20.36 | 20.98 | - |
| YUV | 108.43 | 134.53 | 82.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 139 | 120 | 0.68 | 0 | 0.14 | 0.45 | 168 | 0.52 | 0.36 |
| Hex | 2C | 8B | 78 | 44 | 0 | E | 2D | A8 | 34 | 24 |
| Octal | 54 | 213 | 170 | 104 | 0 | 16 | 55 | 250 | 64 | 44 |
| Binary | 101100 | 10001011 | 1111000 | 1000100 | 0 | 1110 | 101101 | 10101000 | 110100 | 100100 |
Color Harmonies of #2C8B78
Complementary color
Monochromatic Colors of #2C8B78
Black with #2C8B78
Text Example
Text Example
White with #2C8B78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C8B78; }
p { color: rgb(44,139,120); }
H1.HeaderClassName
{
color: #2C8B78;
}
.AnyTagClassName
{
color: #2C8B78;
}
</style>
background-color css
<style>
a { background-color: #2C8B78; }
a { background-color: rgb(44,139,120); }
div.DivClassName
{
background-color: #2C8B78;
}
.BgClassName
{
background-color: #2C8B78;
}
</style>
border-color css
<style>
span { border-color: #2C8B78; }
span { border-color: rgb(44,139,120); }
td.TdClassName
{
border-color: #2C8B78;
}
.TagClassName
{
border-color: #2C8B78;
}
</style>