Shades of Elm #2B847B
Tints of Elm #2B847B
RGB
CMYK
RGB Variations
Color information
#2B847B (or 0x2B847B) is known color: Elm. HEX triplet: 2B, 84 and 7B. RGB value is (43,132,123). Sum of RGB (Red+Green+Blue) = 43+132+123=298 (39% of max value = 765). Red value is 43 (17.19% from 255 or 14.43% from 298); Green value is 132 (51.95% from 255 or 44.30% from 298); Blue value is 123 (48.44% from 255 or 41.28% from 298); Max value from RGB is 132 - color contains mainly: green. Hex color #2B847B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2B847B is #D47B84. Grayscale: #686868. Windows color (decimal): -13925253 or 8094763. OLE color: 8094763.
HSL color Cylindrical-coordinate representation of color #2B847B: hue angle of 173.93º 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 #2B847B is Cyan = 0.67, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 43 | 132 | 123 | - |
| CMYK | 0.67 | 0 | 0.07 | 0.48 |
| HSL | 173.93º | 0.51% | 0.34% | - |
| HSV(B) | 173.93º | 0.67% | 0.52% | - |
| XYZ | 12.82 | 18.45 | 21.62 | - |
| YUV | 104.36 | 138.51 | 84.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 132 | 123 | 0.67 | 0 | 0.07 | 0.48 | 173.93 | 0.51 | 0.34 |
| Hex | 2B | 84 | 7B | 43 | 0 | 7 | 30 | AE | 33 | 22 |
| Octal | 53 | 204 | 173 | 103 | 0 | 7 | 60 | 256 | 63 | 42 |
| Binary | 101011 | 10000100 | 1111011 | 1000011 | 0 | 111 | 110000 | 10101110 | 110011 | 100010 |
Color Harmonies of #2B847B
Complementary color
Monochromatic Colors of #2B847B
Black with #2B847B
Text Example
Text Example
White with #2B847B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B847B; }
p { color: rgb(43,132,123); }
H1.HeaderClassName
{
color: #2B847B;
}
.AnyTagClassName
{
color: #2B847B;
}
</style>
background-color css
<style>
a { background-color: #2B847B; }
a { background-color: rgb(43,132,123); }
div.DivClassName
{
background-color: #2B847B;
}
.BgClassName
{
background-color: #2B847B;
}
</style>
border-color css
<style>
span { border-color: #2B847B; }
span { border-color: rgb(43,132,123); }
td.TdClassName
{
border-color: #2B847B;
}
.TagClassName
{
border-color: #2B847B;
}
</style>