Shades of Elm #2C706F
Tints of Elm #2C706F
RGB
CMYK
RGB Variations
Color information
#2C706F (or 0x2C706F) is known color: Elm. HEX triplet: 2C, 70 and 6F. RGB value is (44,112,111). Sum of RGB (Red+Green+Blue) = 44+112+111=267 (35% of max value = 765). Red value is 44 (17.58% from 255 or 16.48% from 267); Green value is 112 (44.14% from 255 or 41.95% from 267); Blue value is 111 (43.75% from 255 or 41.57% from 267); Max value from RGB is 112 - color contains mainly: green. Hex color #2C706F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2C706F is #D38F90. Grayscale: #5B5B5B. Windows color (decimal): -13864849 or 7303212. OLE color: 7303212.
HSL color Cylindrical-coordinate representation of color #2C706F: hue angle of 179.12º degrees, saturation: 0.44, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #2C706F is Cyan = 0.61, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 44 | 112 | 111 | - |
| CMYK | 0.61 | 0 | 0.01 | 0.56 |
| HSL | 179.12º | 0.44% | 0.31% | - |
| HSV(B) | 179.12º | 0.61% | 0.44% | - |
| XYZ | 9.7 | 13.27 | 17.09 | - |
| YUV | 91.55 | 138.97 | 94.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 112 | 111 | 0.61 | 0 | 0.01 | 0.56 | 179.12 | 0.44 | 0.31 |
| Hex | 2C | 70 | 6F | 3D | 0 | 1 | 38 | B3 | 2C | 1F |
| Octal | 54 | 160 | 157 | 75 | 0 | 1 | 70 | 263 | 54 | 37 |
| Binary | 101100 | 1110000 | 1101111 | 111101 | 0 | 1 | 111000 | 10110011 | 101100 | 11111 |
Color Harmonies of #2C706F
Complementary color
Monochromatic Colors of #2C706F
Black with #2C706F
Text Example
Text Example
White with #2C706F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C706F; }
p { color: rgb(44,112,111); }
H1.HeaderClassName
{
color: #2C706F;
}
.AnyTagClassName
{
color: #2C706F;
}
</style>
background-color css
<style>
a { background-color: #2C706F; }
a { background-color: rgb(44,112,111); }
div.DivClassName
{
background-color: #2C706F;
}
.BgClassName
{
background-color: #2C706F;
}
</style>
border-color css
<style>
span { border-color: #2C706F; }
span { border-color: rgb(44,112,111); }
td.TdClassName
{
border-color: #2C706F;
}
.TagClassName
{
border-color: #2C706F;
}
</style>