Shades of Elm #2B726E
Tints of Elm #2B726E
RGB
CMYK
RGB Variations
Color information
#2B726E (or 0x2B726E) is known color: Elm. HEX triplet: 2B, 72 and 6E. RGB value is (43,114,110). Sum of RGB (Red+Green+Blue) = 43+114+110=267 (35% of max value = 765). Red value is 43 (17.19% from 255 or 16.10% from 267); Green value is 114 (44.92% from 255 or 42.70% from 267); Blue value is 110 (43.36% from 255 or 41.20% from 267); Max value from RGB is 114 - color contains mainly: green. Hex color #2B726E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2B726E is #D48D91. Grayscale: #5C5C5C. Windows color (decimal): -13929874 or 7238187. OLE color: 7238187.
HSL color Cylindrical-coordinate representation of color #2B726E: hue angle of 176.62º 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 #2B726E is Cyan = 0.62, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 43 | 114 | 110 | - |
| CMYK | 0.62 | 0 | 0.04 | 0.55 |
| HSL | 176.62º | 0.45% | 0.31% | - |
| HSV(B) | 176.62º | 0.62% | 0.45% | - |
| XYZ | 9.83 | 13.67 | 16.87 | - |
| YUV | 92.32 | 137.98 | 92.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 114 | 110 | 0.62 | 0 | 0.04 | 0.55 | 176.62 | 0.45 | 0.31 |
| Hex | 2B | 72 | 6E | 3E | 0 | 4 | 37 | B1 | 2D | 1F |
| Octal | 53 | 162 | 156 | 76 | 0 | 4 | 67 | 261 | 55 | 37 |
| Binary | 101011 | 1110010 | 1101110 | 111110 | 0 | 100 | 110111 | 10110001 | 101101 | 11111 |
Color Harmonies of #2B726E
Complementary color
Monochromatic Colors of #2B726E
Black with #2B726E
Text Example
Text Example
White with #2B726E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B726E; }
p { color: rgb(43,114,110); }
H1.HeaderClassName
{
color: #2B726E;
}
.AnyTagClassName
{
color: #2B726E;
}
</style>
background-color css
<style>
a { background-color: #2B726E; }
a { background-color: rgb(43,114,110); }
div.DivClassName
{
background-color: #2B726E;
}
.BgClassName
{
background-color: #2B726E;
}
</style>
border-color css
<style>
span { border-color: #2B726E; }
span { border-color: rgb(43,114,110); }
td.TdClassName
{
border-color: #2B726E;
}
.TagClassName
{
border-color: #2B726E;
}
</style>