Shades of Elm #2B8676
Tints of Elm #2B8676
RGB
CMYK
RGB Variations
Color information
#2B8676 (or 0x2B8676) is known color: Elm. HEX triplet: 2B, 86 and 76. RGB value is (43,134,118). Sum of RGB (Red+Green+Blue) = 43+134+118=295 (39% of max value = 765). Red value is 43 (17.19% from 255 or 14.58% from 295); Green value is 134 (52.73% from 255 or 45.42% from 295); Blue value is 118 (46.48% from 255 or 40% from 295); Max value from RGB is 134 - color contains mainly: green. Hex color #2B8676 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2B8676 is #D47989. Grayscale: #686868. Windows color (decimal): -13924746 or 7767595. OLE color: 7767595.
HSL color Cylindrical-coordinate representation of color #2B8676: hue angle of 169.45º degrees, saturation: 0.51, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #2B8676 is Cyan = 0.68, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 43 | 134 | 118 | - |
| CMYK | 0.68 | 0 | 0.12 | 0.47 |
| HSL | 169.45º | 0.51% | 0.35% | - |
| HSV(B) | 169.45º | 0.68% | 0.53% | - |
| XYZ | 12.79 | 18.87 | 20.11 | - |
| YUV | 104.97 | 135.35 | 83.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 134 | 118 | 0.68 | 0 | 0.12 | 0.47 | 169.45 | 0.51 | 0.35 |
| Hex | 2B | 86 | 76 | 44 | 0 | C | 2F | A9 | 33 | 23 |
| Octal | 53 | 206 | 166 | 104 | 0 | 14 | 57 | 251 | 63 | 43 |
| Binary | 101011 | 10000110 | 1110110 | 1000100 | 0 | 1100 | 101111 | 10101001 | 110011 | 100011 |
Color Harmonies of #2B8676
Complementary color
Monochromatic Colors of #2B8676
Black with #2B8676
Text Example
Text Example
White with #2B8676
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B8676; }
p { color: rgb(43,134,118); }
H1.HeaderClassName
{
color: #2B8676;
}
.AnyTagClassName
{
color: #2B8676;
}
</style>
background-color css
<style>
a { background-color: #2B8676; }
a { background-color: rgb(43,134,118); }
div.DivClassName
{
background-color: #2B8676;
}
.BgClassName
{
background-color: #2B8676;
}
</style>
border-color css
<style>
span { border-color: #2B8676; }
span { border-color: rgb(43,134,118); }
td.TdClassName
{
border-color: #2B8676;
}
.TagClassName
{
border-color: #2B8676;
}
</style>