Shades of Elm #2B8879
Tints of Elm #2B8879
RGB
CMYK
RGB Variations
Color information
#2B8879 (or 0x2B8879) is known color: Elm. HEX triplet: 2B, 88 and 79. RGB value is (43,136,121). Sum of RGB (Red+Green+Blue) = 43+136+121=300 (39% of max value = 765). Red value is 43 (17.19% from 255 or 14.33% from 300); Green value is 136 (53.52% from 255 or 45.33% from 300); Blue value is 121 (47.66% from 255 or 40.33% from 300); Max value from RGB is 136 - color contains mainly: green. Hex color #2B8879 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2B8879 is #D47786. Grayscale: #6A6A6A. Windows color (decimal): -13924231 or 7964715. OLE color: 7964715.
HSL color Cylindrical-coordinate representation of color #2B8879: hue angle of 170.32º degrees, saturation: 0.52, 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 #2B8879 is Cyan = 0.68, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 43 | 136 | 121 | - |
| CMYK | 0.68 | 0 | 0.11 | 0.47 |
| HSL | 170.32º | 0.52% | 0.35% | - |
| HSV(B) | 170.32º | 0.68% | 0.53% | - |
| XYZ | 13.25 | 19.5 | 21.16 | - |
| YUV | 106.48 | 136.19 | 82.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 136 | 121 | 0.68 | 0 | 0.11 | 0.47 | 170.32 | 0.52 | 0.35 |
| Hex | 2B | 88 | 79 | 44 | 0 | B | 2F | AA | 34 | 23 |
| Octal | 53 | 210 | 171 | 104 | 0 | 13 | 57 | 252 | 64 | 43 |
| Binary | 101011 | 10001000 | 1111001 | 1000100 | 0 | 1011 | 101111 | 10101010 | 110100 | 100011 |
Color Harmonies of #2B8879
Complementary color
Monochromatic Colors of #2B8879
Black with #2B8879
Text Example
Text Example
White with #2B8879
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B8879; }
p { color: rgb(43,136,121); }
H1.HeaderClassName
{
color: #2B8879;
}
.AnyTagClassName
{
color: #2B8879;
}
</style>
background-color css
<style>
a { background-color: #2B8879; }
a { background-color: rgb(43,136,121); }
div.DivClassName
{
background-color: #2B8879;
}
.BgClassName
{
background-color: #2B8879;
}
</style>
border-color css
<style>
span { border-color: #2B8879; }
span { border-color: rgb(43,136,121); }
td.TdClassName
{
border-color: #2B8879;
}
.TagClassName
{
border-color: #2B8879;
}
</style>