Shades of Elm #2B847C
Tints of Elm #2B847C
RGB
CMYK
RGB Variations
Color information
#2B847C (or 0x2B847C) is known color: Elm. HEX triplet: 2B, 84 and 7C. RGB value is (43,132,124). Sum of RGB (Red+Green+Blue) = 43+132+124=299 (39% of max value = 765). Red value is 43 (17.19% from 255 or 14.38% from 299); Green value is 132 (51.95% from 255 or 44.15% from 299); Blue value is 124 (48.83% from 255 or 41.47% from 299); Max value from RGB is 132 - color contains mainly: green. Hex color #2B847C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2B847C is #D47B83. Grayscale: #686868. Windows color (decimal): -13925252 or 8160299. OLE color: 8160299.
HSL color Cylindrical-coordinate representation of color #2B847C: hue angle of 174.61º 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 #2B847C is Cyan = 0.67, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 43 | 132 | 124 | - |
| CMYK | 0.67 | 0 | 0.06 | 0.48 |
| HSL | 174.61º | 0.51% | 0.34% | - |
| HSV(B) | 174.61º | 0.67% | 0.52% | - |
| XYZ | 12.89 | 18.47 | 21.95 | - |
| YUV | 104.48 | 139.01 | 84.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 132 | 124 | 0.67 | 0 | 0.06 | 0.48 | 174.61 | 0.51 | 0.34 |
| Hex | 2B | 84 | 7C | 43 | 0 | 6 | 30 | AF | 33 | 22 |
| Octal | 53 | 204 | 174 | 103 | 0 | 6 | 60 | 257 | 63 | 42 |
| Binary | 101011 | 10000100 | 1111100 | 1000011 | 0 | 110 | 110000 | 10101111 | 110011 | 100010 |
Color Harmonies of #2B847C
Complementary color
Monochromatic Colors of #2B847C
Black with #2B847C
Text Example
Text Example
White with #2B847C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B847C; }
p { color: rgb(43,132,124); }
H1.HeaderClassName
{
color: #2B847C;
}
.AnyTagClassName
{
color: #2B847C;
}
</style>
background-color css
<style>
a { background-color: #2B847C; }
a { background-color: rgb(43,132,124); }
div.DivClassName
{
background-color: #2B847C;
}
.BgClassName
{
background-color: #2B847C;
}
</style>
border-color css
<style>
span { border-color: #2B847C; }
span { border-color: rgb(43,132,124); }
td.TdClassName
{
border-color: #2B847C;
}
.TagClassName
{
border-color: #2B847C;
}
</style>