Shades of Elm #2C7573
Tints of Elm #2C7573
RGB
CMYK
RGB Variations
Color information
#2C7573 (or 0x2C7573) is known color: Elm. HEX triplet: 2C, 75 and 73. RGB value is (44,117,115). Sum of RGB (Red+Green+Blue) = 44+117+115=276 (36% of max value = 765). Red value is 44 (17.58% from 255 or 15.94% from 276); Green value is 117 (46.09% from 255 or 42.39% from 276); Blue value is 115 (45.31% from 255 or 41.67% from 276); Max value from RGB is 117 - color contains mainly: green. Hex color #2C7573 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2C7573 is #D38A8C. Grayscale: #5E5E5E. Windows color (decimal): -13863565 or 7566636. OLE color: 7566636.
HSL color Cylindrical-coordinate representation of color #2C7573: hue angle of 178.36º 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 #2C7573 is Cyan = 0.62, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 44 | 117 | 115 | - |
| CMYK | 0.62 | 0 | 0.02 | 0.54 |
| HSL | 178.36º | 0.45% | 0.32% | - |
| HSV(B) | 178.36º | 0.62% | 0.46% | - |
| XYZ | 10.49 | 14.5 | 18.46 | - |
| YUV | 94.95 | 139.32 | 91.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 117 | 115 | 0.62 | 0 | 0.02 | 0.54 | 178.36 | 0.45 | 0.32 |
| Hex | 2C | 75 | 73 | 3E | 0 | 2 | 36 | B2 | 2D | 20 |
| Octal | 54 | 165 | 163 | 76 | 0 | 2 | 66 | 262 | 55 | 40 |
| Binary | 101100 | 1110101 | 1110011 | 111110 | 0 | 10 | 110110 | 10110010 | 101101 | 100000 |
Color Harmonies of #2C7573
Complementary color
Monochromatic Colors of #2C7573
Black with #2C7573
Text Example
Text Example
White with #2C7573
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C7573; }
p { color: rgb(44,117,115); }
H1.HeaderClassName
{
color: #2C7573;
}
.AnyTagClassName
{
color: #2C7573;
}
</style>
background-color css
<style>
a { background-color: #2C7573; }
a { background-color: rgb(44,117,115); }
div.DivClassName
{
background-color: #2C7573;
}
.BgClassName
{
background-color: #2C7573;
}
</style>
border-color css
<style>
span { border-color: #2C7573; }
span { border-color: rgb(44,117,115); }
td.TdClassName
{
border-color: #2C7573;
}
.TagClassName
{
border-color: #2C7573;
}
</style>