Shades of Elm #2B706F
Tints of Elm #2B706F
RGB
CMYK
RGB Variations
Color information
#2B706F (or 0x2B706F) is known color: Elm. HEX triplet: 2B, 70 and 6F. RGB value is (43,112,111). Sum of RGB (Red+Green+Blue) = 43+112+111=266 (35% of max value = 765). Red value is 43 (17.19% from 255 or 16.17% from 266); Green value is 112 (44.14% from 255 or 42.11% from 266); Blue value is 111 (43.75% from 255 or 41.73% from 266); Max value from RGB is 112 - color contains mainly: green. Hex color #2B706F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2B706F is #D48F90. Grayscale: #5B5B5B. Windows color (decimal): -13930385 or 7303211. OLE color: 7303211.
HSL color Cylindrical-coordinate representation of color #2B706F: hue angle of 179.13º degrees, saturation: 0.45, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #2B706F is Cyan = 0.62, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 43 | 112 | 111 | - |
| CMYK | 0.62 | 0 | 0.01 | 0.56 |
| HSL | 179.13º | 0.45% | 0.3% | - |
| HSV(B) | 179.13º | 0.62% | 0.44% | - |
| XYZ | 9.66 | 13.25 | 17.09 | - |
| YUV | 91.26 | 139.14 | 93.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 112 | 111 | 0.62 | 0 | 0.01 | 0.56 | 179.13 | 0.45 | 0.3 |
| Hex | 2B | 70 | 6F | 3E | 0 | 1 | 38 | B3 | 2D | 1E |
| Octal | 53 | 160 | 157 | 76 | 0 | 1 | 70 | 263 | 55 | 36 |
| Binary | 101011 | 1110000 | 1101111 | 111110 | 0 | 1 | 111000 | 10110011 | 101101 | 11110 |
Color Harmonies of #2B706F
Complementary color
Monochromatic Colors of #2B706F
Black with #2B706F
Text Example
Text Example
White with #2B706F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B706F; }
p { color: rgb(43,112,111); }
H1.HeaderClassName
{
color: #2B706F;
}
.AnyTagClassName
{
color: #2B706F;
}
</style>
background-color css
<style>
a { background-color: #2B706F; }
a { background-color: rgb(43,112,111); }
div.DivClassName
{
background-color: #2B706F;
}
.BgClassName
{
background-color: #2B706F;
}
</style>
border-color css
<style>
span { border-color: #2B706F; }
span { border-color: rgb(43,112,111); }
td.TdClassName
{
border-color: #2B706F;
}
.TagClassName
{
border-color: #2B706F;
}
</style>