Shades of Elm #2C7570
Tints of Elm #2C7570
RGB
CMYK
RGB Variations
Color information
#2C7570 (or 0x2C7570) is known color: Elm. HEX triplet: 2C, 75 and 70. RGB value is (44,117,112). Sum of RGB (Red+Green+Blue) = 44+117+112=273 (36% of max value = 765). Red value is 44 (17.58% from 255 or 16.12% from 273); Green value is 117 (46.09% from 255 or 42.86% from 273); Blue value is 112 (44.14% from 255 or 41.03% from 273); Max value from RGB is 117 - color contains mainly: green. Hex color #2C7570 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2C7570 is #D38A8F. Grayscale: #5E5E5E. Windows color (decimal): -13863568 or 7370028. OLE color: 7370028.
HSL color Cylindrical-coordinate representation of color #2C7570: hue angle of 175.89º degrees, saturation: 0.45, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #2C7570 is Cyan = 0.62, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 44 | 117 | 112 | - |
| CMYK | 0.62 | 0 | 0.04 | 0.54 |
| HSL | 175.89º | 0.45% | 0.32% | - |
| HSV(B) | 175.89º | 0.62% | 0.46% | - |
| XYZ | 10.32 | 14.43 | 17.57 | - |
| YUV | 94.6 | 137.82 | 91.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 117 | 112 | 0.62 | 0 | 0.04 | 0.54 | 175.89 | 0.45 | 0.32 |
| Hex | 2C | 75 | 70 | 3E | 0 | 4 | 36 | B0 | 2D | 20 |
| Octal | 54 | 165 | 160 | 76 | 0 | 4 | 66 | 260 | 55 | 40 |
| Binary | 101100 | 1110101 | 1110000 | 111110 | 0 | 100 | 110110 | 10110000 | 101101 | 100000 |
Color Harmonies of #2C7570
Complementary color
Monochromatic Colors of #2C7570
Black with #2C7570
Text Example
Text Example
White with #2C7570
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C7570; }
p { color: rgb(44,117,112); }
H1.HeaderClassName
{
color: #2C7570;
}
.AnyTagClassName
{
color: #2C7570;
}
</style>
background-color css
<style>
a { background-color: #2C7570; }
a { background-color: rgb(44,117,112); }
div.DivClassName
{
background-color: #2C7570;
}
.BgClassName
{
background-color: #2C7570;
}
</style>
border-color css
<style>
span { border-color: #2C7570; }
span { border-color: rgb(44,117,112); }
td.TdClassName
{
border-color: #2C7570;
}
.TagClassName
{
border-color: #2C7570;
}
</style>