Shades of Elm #2C857F
Tints of Elm #2C857F
RGB
CMYK
RGB Variations
Color information
#2C857F (or 0x2C857F) is known color: Elm. HEX triplet: 2C, 85 and 7F. RGB value is (44,133,127). Sum of RGB (Red+Green+Blue) = 44+133+127=304 (40% of max value = 765). Red value is 44 (17.58% from 255 or 14.47% from 304); Green value is 133 (52.34% from 255 or 43.75% from 304); Blue value is 127 (50% from 255 or 41.78% from 304); Max value from RGB is 133 - color contains mainly: green. Hex color #2C857F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2C857F is #D37A80. Grayscale: #696969. Windows color (decimal): -13859457 or 8357164. OLE color: 8357164.
HSL color Cylindrical-coordinate representation of color #2C857F: hue angle of 175.96º 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 #2C857F is Cyan = 0.67, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 44 | 133 | 127 | - |
| CMYK | 0.67 | 0 | 0.05 | 0.48 |
| HSL | 175.96º | 0.5% | 0.35% | - |
| HSV(B) | 175.96º | 0.67% | 0.52% | - |
| XYZ | 13.26 | 18.84 | 23.02 | - |
| YUV | 105.71 | 140.01 | 83.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 133 | 127 | 0.67 | 0 | 0.05 | 0.48 | 175.96 | 0.5 | 0.35 |
| Hex | 2C | 85 | 7F | 43 | 0 | 5 | 30 | B0 | 32 | 23 |
| Octal | 54 | 205 | 177 | 103 | 0 | 5 | 60 | 260 | 62 | 43 |
| Binary | 101100 | 10000101 | 1111111 | 1000011 | 0 | 101 | 110000 | 10110000 | 110010 | 100011 |
Color Harmonies of #2C857F
Complementary color
Monochromatic Colors of #2C857F
Black with #2C857F
Text Example
Text Example
White with #2C857F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C857F; }
p { color: rgb(44,133,127); }
H1.HeaderClassName
{
color: #2C857F;
}
.AnyTagClassName
{
color: #2C857F;
}
</style>
background-color css
<style>
a { background-color: #2C857F; }
a { background-color: rgb(44,133,127); }
div.DivClassName
{
background-color: #2C857F;
}
.BgClassName
{
background-color: #2C857F;
}
</style>
border-color css
<style>
span { border-color: #2C857F; }
span { border-color: rgb(44,133,127); }
td.TdClassName
{
border-color: #2C857F;
}
.TagClassName
{
border-color: #2C857F;
}
</style>