Shades of Elm #2C7672
Tints of Elm #2C7672
RGB
CMYK
RGB Variations
Color information
#2C7672 (or 0x2C7672) is known color: Elm. HEX triplet: 2C, 76 and 72. RGB value is (44,118,114). Sum of RGB (Red+Green+Blue) = 44+118+114=276 (36% of max value = 765). Red value is 44 (17.58% from 255 or 15.94% from 276); Green value is 118 (46.48% from 255 or 42.75% from 276); Blue value is 114 (44.92% from 255 or 41.30% from 276); Max value from RGB is 118 - color contains mainly: green. Hex color #2C7672 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2C7672 is #D3898D. Grayscale: #5F5F5F. Windows color (decimal): -13863310 or 7501356. OLE color: 7501356.
HSL color Cylindrical-coordinate representation of color #2C7672: hue angle of 176.76º degrees, saturation: 0.46, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #2C7672 is Cyan = 0.63, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 44 | 118 | 114 | - |
| CMYK | 0.63 | 0 | 0.03 | 0.54 |
| HSL | 176.76º | 0.46% | 0.32% | - |
| HSV(B) | 176.76º | 0.63% | 0.46% | - |
| XYZ | 10.55 | 14.71 | 18.2 | - |
| YUV | 95.42 | 138.48 | 91.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 118 | 114 | 0.63 | 0 | 0.03 | 0.54 | 176.76 | 0.46 | 0.32 |
| Hex | 2C | 76 | 72 | 3F | 0 | 3 | 36 | B1 | 2E | 20 |
| Octal | 54 | 166 | 162 | 77 | 0 | 3 | 66 | 261 | 56 | 40 |
| Binary | 101100 | 1110110 | 1110010 | 111111 | 0 | 11 | 110110 | 10110001 | 101110 | 100000 |
Color Harmonies of #2C7672
Complementary color
Monochromatic Colors of #2C7672
Black with #2C7672
Text Example
Text Example
White with #2C7672
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C7672; }
p { color: rgb(44,118,114); }
H1.HeaderClassName
{
color: #2C7672;
}
.AnyTagClassName
{
color: #2C7672;
}
</style>
background-color css
<style>
a { background-color: #2C7672; }
a { background-color: rgb(44,118,114); }
div.DivClassName
{
background-color: #2C7672;
}
.BgClassName
{
background-color: #2C7672;
}
</style>
border-color css
<style>
span { border-color: #2C7672; }
span { border-color: rgb(44,118,114); }
td.TdClassName
{
border-color: #2C7672;
}
.TagClassName
{
border-color: #2C7672;
}
</style>