Shades of Elm #2B7876
Tints of Elm #2B7876
RGB
CMYK
RGB Variations
Color information
#2B7876 (or 0x2B7876) is known color: Elm. HEX triplet: 2B, 78 and 76. RGB value is (43,120,118). Sum of RGB (Red+Green+Blue) = 43+120+118=281 (37% of max value = 765). Red value is 43 (17.19% from 255 or 15.30% from 281); Green value is 120 (47.27% from 255 or 42.70% from 281); Blue value is 118 (46.48% from 255 or 41.99% from 281); Max value from RGB is 120 - color contains mainly: green. Hex color #2B7876 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2B7876 is #D48789. Grayscale: #606060. Windows color (decimal): -13928330 or 7764011. OLE color: 7764011.
HSL color Cylindrical-coordinate representation of color #2B7876: hue angle of 178.44º degrees, saturation: 0.47, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #2B7876 is Cyan = 0.64, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 43 | 120 | 118 | - |
| CMYK | 0.64 | 0 | 0.02 | 0.53 |
| HSL | 178.44º | 0.47% | 0.32% | - |
| HSV(B) | 178.44º | 0.64% | 0.47% | - |
| XYZ | 10.98 | 15.25 | 19.51 | - |
| YUV | 96.75 | 139.99 | 89.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 120 | 118 | 0.64 | 0 | 0.02 | 0.53 | 178.44 | 0.47 | 0.32 |
| Hex | 2B | 78 | 76 | 40 | 0 | 2 | 35 | B2 | 2F | 20 |
| Octal | 53 | 170 | 166 | 100 | 0 | 2 | 65 | 262 | 57 | 40 |
| Binary | 101011 | 1111000 | 1110110 | 1000000 | 0 | 10 | 110101 | 10110010 | 101111 | 100000 |
Color Harmonies of #2B7876
Complementary color
Monochromatic Colors of #2B7876
Black with #2B7876
Text Example
Text Example
White with #2B7876
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B7876; }
p { color: rgb(43,120,118); }
H1.HeaderClassName
{
color: #2B7876;
}
.AnyTagClassName
{
color: #2B7876;
}
</style>
background-color css
<style>
a { background-color: #2B7876; }
a { background-color: rgb(43,120,118); }
div.DivClassName
{
background-color: #2B7876;
}
.BgClassName
{
background-color: #2B7876;
}
</style>
border-color css
<style>
span { border-color: #2B7876; }
span { border-color: rgb(43,120,118); }
td.TdClassName
{
border-color: #2B7876;
}
.TagClassName
{
border-color: #2B7876;
}
</style>