Shades of Elm #2B8479
Tints of Elm #2B8479
RGB
CMYK
RGB Variations
Color information
#2B8479 (or 0x2B8479) is known color: Elm. HEX triplet: 2B, 84 and 79. RGB value is (43,132,121). Sum of RGB (Red+Green+Blue) = 43+132+121=296 (39% of max value = 765). Red value is 43 (17.19% from 255 or 14.53% from 296); Green value is 132 (51.95% from 255 or 44.59% from 296); Blue value is 121 (47.66% from 255 or 40.88% from 296); Max value from RGB is 132 - color contains mainly: green. Hex color #2B8479 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2B8479 is #D47B86. Grayscale: #686868. Windows color (decimal): -13925255 or 7963691. OLE color: 7963691.
HSL color Cylindrical-coordinate representation of color #2B8479: hue angle of 172.58º 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 #2B8479 is Cyan = 0.67, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 43 | 132 | 121 | - |
| CMYK | 0.67 | 0 | 0.08 | 0.48 |
| HSL | 172.58º | 0.51% | 0.34% | - |
| HSV(B) | 172.58º | 0.67% | 0.52% | - |
| XYZ | 12.7 | 18.4 | 20.97 | - |
| YUV | 104.14 | 137.51 | 84.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 132 | 121 | 0.67 | 0 | 0.08 | 0.48 | 172.58 | 0.51 | 0.34 |
| Hex | 2B | 84 | 79 | 43 | 0 | 8 | 30 | AD | 33 | 22 |
| Octal | 53 | 204 | 171 | 103 | 0 | 10 | 60 | 255 | 63 | 42 |
| Binary | 101011 | 10000100 | 1111001 | 1000011 | 0 | 1000 | 110000 | 10101101 | 110011 | 100010 |
Color Harmonies of #2B8479
Complementary color
Monochromatic Colors of #2B8479
Black with #2B8479
Text Example
Text Example
White with #2B8479
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B8479; }
p { color: rgb(43,132,121); }
H1.HeaderClassName
{
color: #2B8479;
}
.AnyTagClassName
{
color: #2B8479;
}
</style>
background-color css
<style>
a { background-color: #2B8479; }
a { background-color: rgb(43,132,121); }
div.DivClassName
{
background-color: #2B8479;
}
.BgClassName
{
background-color: #2B8479;
}
</style>
border-color css
<style>
span { border-color: #2B8479; }
span { border-color: rgb(43,132,121); }
td.TdClassName
{
border-color: #2B8479;
}
.TagClassName
{
border-color: #2B8479;
}
</style>