Shades of Elm #2B847A
Tints of Elm #2B847A
RGB
CMYK
RGB Variations
Color information
#2B847A (or 0x2B847A) is known color: Elm. HEX triplet: 2B, 84 and 7A. RGB value is (43,132,122). Sum of RGB (Red+Green+Blue) = 43+132+122=297 (39% of max value = 765). Red value is 43 (17.19% from 255 or 14.48% from 297); Green value is 132 (51.95% from 255 or 44.44% from 297); Blue value is 122 (48.05% from 255 or 41.08% from 297); Max value from RGB is 132 - color contains mainly: green. Hex color #2B847A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2B847A is #D47B85. Grayscale: #686868. Windows color (decimal): -13925254 or 8029227. OLE color: 8029227.
HSL color Cylindrical-coordinate representation of color #2B847A: hue angle of 173.26º degrees, saturation: 0.51, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #2B847A is Cyan = 0.67, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 43 | 132 | 122 | - |
| CMYK | 0.67 | 0 | 0.08 | 0.48 |
| HSL | 173.26º | 0.51% | 0.34% | - |
| HSV(B) | 173.26º | 0.67% | 0.52% | - |
| XYZ | 12.76 | 18.42 | 21.3 | - |
| YUV | 104.25 | 138.01 | 84.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 132 | 122 | 0.67 | 0 | 0.08 | 0.48 | 173.26 | 0.51 | 0.34 |
| Hex | 2B | 84 | 7A | 43 | 0 | 8 | 30 | AD | 33 | 22 |
| Octal | 53 | 204 | 172 | 103 | 0 | 10 | 60 | 255 | 63 | 42 |
| Binary | 101011 | 10000100 | 1111010 | 1000011 | 0 | 1000 | 110000 | 10101101 | 110011 | 100010 |
Color Harmonies of #2B847A
Complementary color
Monochromatic Colors of #2B847A
Black with #2B847A
Text Example
Text Example
White with #2B847A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B847A; }
p { color: rgb(43,132,122); }
H1.HeaderClassName
{
color: #2B847A;
}
.AnyTagClassName
{
color: #2B847A;
}
</style>
background-color css
<style>
a { background-color: #2B847A; }
a { background-color: rgb(43,132,122); }
div.DivClassName
{
background-color: #2B847A;
}
.BgClassName
{
background-color: #2B847A;
}
</style>
border-color css
<style>
span { border-color: #2B847A; }
span { border-color: rgb(43,132,122); }
td.TdClassName
{
border-color: #2B847A;
}
.TagClassName
{
border-color: #2B847A;
}
</style>