Shades of Elm #2C887A
Tints of Elm #2C887A
RGB
CMYK
RGB Variations
Color information
#2C887A (or 0x2C887A) is known color: Elm. HEX triplet: 2C, 88 and 7A. RGB value is (44,136,122). Sum of RGB (Red+Green+Blue) = 44+136+122=302 (40% of max value = 765). Red value is 44 (17.58% from 255 or 14.57% from 302); Green value is 136 (53.52% from 255 or 45.03% from 302); Blue value is 122 (48.05% from 255 or 40.40% from 302); Max value from RGB is 136 - color contains mainly: green. Hex color #2C887A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2C887A is #D37785. Grayscale: #6A6A6A. Windows color (decimal): -13858694 or 8030252. OLE color: 8030252.
HSL color Cylindrical-coordinate representation of color #2C887A: hue angle of 170.87º 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 #2C887A is Cyan = 0.68, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 44 | 136 | 122 | - |
| CMYK | 0.68 | 0 | 0.10 | 0.47 |
| HSL | 170.87º | 0.51% | 0.35% | - |
| HSV(B) | 170.87º | 0.68% | 0.53% | - |
| XYZ | 13.36 | 19.55 | 21.48 | - |
| YUV | 106.9 | 136.52 | 83.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 136 | 122 | 0.68 | 0 | 0.10 | 0.47 | 170.87 | 0.51 | 0.35 |
| Hex | 2C | 88 | 7A | 44 | 0 | A | 2F | AB | 33 | 23 |
| Octal | 54 | 210 | 172 | 104 | 0 | 12 | 57 | 253 | 63 | 43 |
| Binary | 101100 | 10001000 | 1111010 | 1000100 | 0 | 1010 | 101111 | 10101011 | 110011 | 100011 |
Color Harmonies of #2C887A
Complementary color
Monochromatic Colors of #2C887A
Black with #2C887A
Text Example
Text Example
White with #2C887A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C887A; }
p { color: rgb(44,136,122); }
H1.HeaderClassName
{
color: #2C887A;
}
.AnyTagClassName
{
color: #2C887A;
}
</style>
background-color css
<style>
a { background-color: #2C887A; }
a { background-color: rgb(44,136,122); }
div.DivClassName
{
background-color: #2C887A;
}
.BgClassName
{
background-color: #2C887A;
}
</style>
border-color css
<style>
span { border-color: #2C887A; }
span { border-color: rgb(44,136,122); }
td.TdClassName
{
border-color: #2C887A;
}
.TagClassName
{
border-color: #2C887A;
}
</style>