Shades of Elm #2B706D
Tints of Elm #2B706D
RGB
CMYK
RGB Variations
Color information
#2B706D (or 0x2B706D) is known color: Elm. HEX triplet: 2B, 70 and 6D. RGB value is (43,112,109). Sum of RGB (Red+Green+Blue) = 43+112+109=264 (34% of max value = 765). Red value is 43 (17.19% from 255 or 16.29% from 264); Green value is 112 (44.14% from 255 or 42.42% from 264); Blue value is 109 (42.97% from 255 or 41.29% from 264); Max value from RGB is 112 - color contains mainly: green. Hex color #2B706D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2B706D is #D48F92. Grayscale: #5A5A5A. Windows color (decimal): -13930387 or 7172139. OLE color: 7172139.
HSL color Cylindrical-coordinate representation of color #2B706D: hue angle of 177.39º 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 #2B706D is Cyan = 0.62, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 43 | 112 | 109 | - |
| CMYK | 0.62 | 0 | 0.03 | 0.56 |
| HSL | 177.39º | 0.45% | 0.3% | - |
| HSV(B) | 177.39º | 0.62% | 0.44% | - |
| XYZ | 9.55 | 13.21 | 16.51 | - |
| YUV | 91.03 | 138.14 | 93.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 112 | 109 | 0.62 | 0 | 0.03 | 0.56 | 177.39 | 0.45 | 0.3 |
| Hex | 2B | 70 | 6D | 3E | 0 | 3 | 38 | B1 | 2D | 1E |
| Octal | 53 | 160 | 155 | 76 | 0 | 3 | 70 | 261 | 55 | 36 |
| Binary | 101011 | 1110000 | 1101101 | 111110 | 0 | 11 | 111000 | 10110001 | 101101 | 11110 |
Color Harmonies of #2B706D
Complementary color
Monochromatic Colors of #2B706D
Black with #2B706D
Text Example
Text Example
White with #2B706D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B706D; }
p { color: rgb(43,112,109); }
H1.HeaderClassName
{
color: #2B706D;
}
.AnyTagClassName
{
color: #2B706D;
}
</style>
background-color css
<style>
a { background-color: #2B706D; }
a { background-color: rgb(43,112,109); }
div.DivClassName
{
background-color: #2B706D;
}
.BgClassName
{
background-color: #2B706D;
}
</style>
border-color css
<style>
span { border-color: #2B706D; }
span { border-color: rgb(43,112,109); }
td.TdClassName
{
border-color: #2B706D;
}
.TagClassName
{
border-color: #2B706D;
}
</style>