Shades of Elm #2B8D79
Tints of Elm #2B8D79
RGB
CMYK
RGB Variations
Color information
#2B8D79 (or 0x2B8D79) is known color: Elm. HEX triplet: 2B, 8D and 79. RGB value is (43,141,121). Sum of RGB (Red+Green+Blue) = 43+141+121=305 (40% of max value = 765). Red value is 43 (17.19% from 255 or 14.10% from 305); Green value is 141 (55.47% from 255 or 46.23% from 305); Blue value is 121 (47.66% from 255 or 39.67% from 305); Max value from RGB is 141 - color contains mainly: green. Hex color #2B8D79 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2B8D79 is #D47286. Grayscale: #6D6D6D. Windows color (decimal): -13922951 or 7965995. OLE color: 7965995.
HSL color Cylindrical-coordinate representation of color #2B8D79: hue angle of 167.76º degrees, saturation: 0.53, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #2B8D79 is Cyan = 0.70, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 43 | 141 | 121 | - |
| CMYK | 0.70 | 0 | 0.14 | 0.45 |
| HSL | 167.76º | 0.53% | 0.36% | - |
| HSV(B) | 167.76º | 0.7% | 0.55% | - |
| XYZ | 13.97 | 20.94 | 21.4 | - |
| YUV | 109.42 | 134.53 | 80.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 141 | 121 | 0.70 | 0 | 0.14 | 0.45 | 167.76 | 0.53 | 0.36 |
| Hex | 2B | 8D | 79 | 46 | 0 | E | 2D | A8 | 35 | 24 |
| Octal | 53 | 215 | 171 | 106 | 0 | 16 | 55 | 250 | 65 | 44 |
| Binary | 101011 | 10001101 | 1111001 | 1000110 | 0 | 1110 | 101101 | 10101000 | 110101 | 100100 |
Color Harmonies of #2B8D79
Complementary color
Monochromatic Colors of #2B8D79
Black with #2B8D79
Text Example
Text Example
White with #2B8D79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B8D79; }
p { color: rgb(43,141,121); }
H1.HeaderClassName
{
color: #2B8D79;
}
.AnyTagClassName
{
color: #2B8D79;
}
</style>
background-color css
<style>
a { background-color: #2B8D79; }
a { background-color: rgb(43,141,121); }
div.DivClassName
{
background-color: #2B8D79;
}
.BgClassName
{
background-color: #2B8D79;
}
</style>
border-color css
<style>
span { border-color: #2B8D79; }
span { border-color: rgb(43,141,121); }
td.TdClassName
{
border-color: #2B8D79;
}
.TagClassName
{
border-color: #2B8D79;
}
</style>