Shades of Elm #2B7571
Tints of Elm #2B7571
RGB
CMYK
RGB Variations
Color information
#2B7571 (or 0x2B7571) is known color: Elm. HEX triplet: 2B, 75 and 71. RGB value is (43,117,113). Sum of RGB (Red+Green+Blue) = 43+117+113=273 (36% of max value = 765). Red value is 43 (17.19% from 255 or 15.75% from 273); Green value is 117 (46.09% from 255 or 42.86% from 273); Blue value is 113 (44.53% from 255 or 41.39% from 273); Max value from RGB is 117 - color contains mainly: green. Hex color #2B7571 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2B7571 is #D48A8E. Grayscale: #5E5E5E. Windows color (decimal): -13929103 or 7435563. OLE color: 7435563.
HSL color Cylindrical-coordinate representation of color #2B7571: hue angle of 176.76º degrees, saturation: 0.46, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #2B7571 is Cyan = 0.63, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 43 | 117 | 113 | - |
| CMYK | 0.63 | 0 | 0.03 | 0.54 |
| HSL | 176.76º | 0.46% | 0.31% | - |
| HSV(B) | 176.76º | 0.63% | 0.46% | - |
| XYZ | 10.34 | 14.43 | 17.86 | - |
| YUV | 94.42 | 138.48 | 91.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 117 | 113 | 0.63 | 0 | 0.03 | 0.54 | 176.76 | 0.46 | 0.31 |
| Hex | 2B | 75 | 71 | 3F | 0 | 3 | 36 | B1 | 2E | 1F |
| Octal | 53 | 165 | 161 | 77 | 0 | 3 | 66 | 261 | 56 | 37 |
| Binary | 101011 | 1110101 | 1110001 | 111111 | 0 | 11 | 110110 | 10110001 | 101110 | 11111 |
Color Harmonies of #2B7571
Complementary color
Monochromatic Colors of #2B7571
Black with #2B7571
Text Example
Text Example
White with #2B7571
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B7571; }
p { color: rgb(43,117,113); }
H1.HeaderClassName
{
color: #2B7571;
}
.AnyTagClassName
{
color: #2B7571;
}
</style>
background-color css
<style>
a { background-color: #2B7571; }
a { background-color: rgb(43,117,113); }
div.DivClassName
{
background-color: #2B7571;
}
.BgClassName
{
background-color: #2B7571;
}
</style>
border-color css
<style>
span { border-color: #2B7571; }
span { border-color: rgb(43,117,113); }
td.TdClassName
{
border-color: #2B7571;
}
.TagClassName
{
border-color: #2B7571;
}
</style>