Shades of Elm #2C857A
Tints of Elm #2C857A
RGB
CMYK
RGB Variations
Color information
#2C857A (or 0x2C857A) is known color: Elm. HEX triplet: 2C, 85 and 7A. RGB value is (44,133,122). Sum of RGB (Red+Green+Blue) = 44+133+122=299 (39% of max value = 765). Red value is 44 (17.58% from 255 or 14.72% from 299); Green value is 133 (52.34% from 255 or 44.48% from 299); Blue value is 122 (48.05% from 255 or 40.80% from 299); Max value from RGB is 133 - color contains mainly: green. Hex color #2C857A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2C857A is #D37A85. Grayscale: #696969. Windows color (decimal): -13859462 or 8029484. OLE color: 8029484.
HSL color Cylindrical-coordinate representation of color #2C857A: hue angle of 172.58º 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 #2C857A is Cyan = 0.67, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 44 | 133 | 122 | - |
| CMYK | 0.67 | 0 | 0.08 | 0.48 |
| HSL | 172.58º | 0.5% | 0.35% | - |
| HSV(B) | 172.58º | 0.67% | 0.52% | - |
| XYZ | 12.94 | 18.72 | 21.34 | - |
| YUV | 105.14 | 137.51 | 84.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 133 | 122 | 0.67 | 0 | 0.08 | 0.48 | 172.58 | 0.5 | 0.35 |
| Hex | 2C | 85 | 7A | 43 | 0 | 8 | 30 | AD | 32 | 23 |
| Octal | 54 | 205 | 172 | 103 | 0 | 10 | 60 | 255 | 62 | 43 |
| Binary | 101100 | 10000101 | 1111010 | 1000011 | 0 | 1000 | 110000 | 10101101 | 110010 | 100011 |
Color Harmonies of #2C857A
Complementary color
Monochromatic Colors of #2C857A
Black with #2C857A
Text Example
Text Example
White with #2C857A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C857A; }
p { color: rgb(44,133,122); }
H1.HeaderClassName
{
color: #2C857A;
}
.AnyTagClassName
{
color: #2C857A;
}
</style>
background-color css
<style>
a { background-color: #2C857A; }
a { background-color: rgb(44,133,122); }
div.DivClassName
{
background-color: #2C857A;
}
.BgClassName
{
background-color: #2C857A;
}
</style>
border-color css
<style>
span { border-color: #2C857A; }
span { border-color: rgb(44,133,122); }
td.TdClassName
{
border-color: #2C857A;
}
.TagClassName
{
border-color: #2C857A;
}
</style>