Shades of Elm #2C7471
Tints of Elm #2C7471
RGB
CMYK
RGB Variations
Color information
#2C7471 (or 0x2C7471) is known color: Elm. HEX triplet: 2C, 74 and 71. RGB value is (44,116,113). Sum of RGB (Red+Green+Blue) = 44+116+113=273 (36% of max value = 765). Red value is 44 (17.58% from 255 or 16.12% from 273); Green value is 116 (45.70% from 255 or 42.49% from 273); Blue value is 113 (44.53% from 255 or 41.39% from 273); Max value from RGB is 116 - color contains mainly: green. Hex color #2C7471 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2C7471 is #D38B8E. Grayscale: #5E5E5E. Windows color (decimal): -13863823 or 7435308. OLE color: 7435308.
HSL color Cylindrical-coordinate representation of color #2C7471: hue angle of 177.5º degrees, saturation: 0.45, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #2C7471 is Cyan = 0.62, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 44 | 116 | 113 | - |
| CMYK | 0.62 | 0 | 0.03 | 0.55 |
| HSL | 177.5º | 0.45% | 0.31% | - |
| HSV(B) | 177.5º | 0.62% | 0.45% | - |
| XYZ | 10.26 | 14.22 | 17.83 | - |
| YUV | 94.13 | 138.65 | 92.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 116 | 113 | 0.62 | 0 | 0.03 | 0.55 | 177.5 | 0.45 | 0.31 |
| Hex | 2C | 74 | 71 | 3E | 0 | 3 | 37 | B2 | 2D | 1F |
| Octal | 54 | 164 | 161 | 76 | 0 | 3 | 67 | 262 | 55 | 37 |
| Binary | 101100 | 1110100 | 1110001 | 111110 | 0 | 11 | 110111 | 10110010 | 101101 | 11111 |
Color Harmonies of #2C7471
Complementary color
Monochromatic Colors of #2C7471
Black with #2C7471
Text Example
Text Example
White with #2C7471
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C7471; }
p { color: rgb(44,116,113); }
H1.HeaderClassName
{
color: #2C7471;
}
.AnyTagClassName
{
color: #2C7471;
}
</style>
background-color css
<style>
a { background-color: #2C7471; }
a { background-color: rgb(44,116,113); }
div.DivClassName
{
background-color: #2C7471;
}
.BgClassName
{
background-color: #2C7471;
}
</style>
border-color css
<style>
span { border-color: #2C7471; }
span { border-color: rgb(44,116,113); }
td.TdClassName
{
border-color: #2C7471;
}
.TagClassName
{
border-color: #2C7471;
}
</style>