Shades of Elm #2B716E
Tints of Elm #2B716E
RGB
CMYK
RGB Variations
Color information
#2B716E (or 0x2B716E) is known color: Elm. HEX triplet: 2B, 71 and 6E. RGB value is (43,113,110). Sum of RGB (Red+Green+Blue) = 43+113+110=266 (35% of max value = 765). Red value is 43 (17.19% from 255 or 16.17% from 266); Green value is 113 (44.53% from 255 or 42.48% from 266); Blue value is 110 (43.36% from 255 or 41.35% from 266); Max value from RGB is 113 - color contains mainly: green. Hex color #2B716E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2B716E is #D48E91. Grayscale: #5B5B5B. Windows color (decimal): -13930130 or 7237931. OLE color: 7237931.
HSL color Cylindrical-coordinate representation of color #2B716E: hue angle of 177.43º degrees, saturation: 0.45, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #2B716E is Cyan = 0.62, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 43 | 113 | 110 | - |
| CMYK | 0.62 | 0 | 0.03 | 0.56 |
| HSL | 177.43º | 0.45% | 0.31% | - |
| HSV(B) | 177.43º | 0.62% | 0.44% | - |
| XYZ | 9.72 | 13.45 | 16.84 | - |
| YUV | 91.73 | 138.31 | 93.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 113 | 110 | 0.62 | 0 | 0.03 | 0.56 | 177.43 | 0.45 | 0.31 |
| Hex | 2B | 71 | 6E | 3E | 0 | 3 | 38 | B1 | 2D | 1F |
| Octal | 53 | 161 | 156 | 76 | 0 | 3 | 70 | 261 | 55 | 37 |
| Binary | 101011 | 1110001 | 1101110 | 111110 | 0 | 11 | 111000 | 10110001 | 101101 | 11111 |
Color Harmonies of #2B716E
Complementary color
Monochromatic Colors of #2B716E
Black with #2B716E
Text Example
Text Example
White with #2B716E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B716E; }
p { color: rgb(43,113,110); }
H1.HeaderClassName
{
color: #2B716E;
}
.AnyTagClassName
{
color: #2B716E;
}
</style>
background-color css
<style>
a { background-color: #2B716E; }
a { background-color: rgb(43,113,110); }
div.DivClassName
{
background-color: #2B716E;
}
.BgClassName
{
background-color: #2B716E;
}
</style>
border-color css
<style>
span { border-color: #2B716E; }
span { border-color: rgb(43,113,110); }
td.TdClassName
{
border-color: #2B716E;
}
.TagClassName
{
border-color: #2B716E;
}
</style>