Shades of Elm #2B887B
Tints of Elm #2B887B
RGB
CMYK
RGB Variations
Color information
#2B887B (or 0x2B887B) is known color: Elm. HEX triplet: 2B, 88 and 7B. RGB value is (43,136,123). Sum of RGB (Red+Green+Blue) = 43+136+123=302 (40% of max value = 765). Red value is 43 (17.19% from 255 or 14.24% from 302); Green value is 136 (53.52% from 255 or 45.03% from 302); Blue value is 123 (48.44% from 255 or 40.73% from 302); Max value from RGB is 136 - color contains mainly: green. Hex color #2B887B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2B887B is #D47784. Grayscale: #6A6A6A. Windows color (decimal): -13924229 or 8095787. OLE color: 8095787.
HSL color Cylindrical-coordinate representation of color #2B887B: hue angle of 171.61º 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 #2B887B is Cyan = 0.68, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 43 | 136 | 123 | - |
| CMYK | 0.68 | 0 | 0.10 | 0.47 |
| HSL | 171.61º | 0.52% | 0.35% | - |
| HSV(B) | 171.61º | 0.68% | 0.53% | - |
| XYZ | 13.38 | 19.55 | 21.81 | - |
| YUV | 106.71 | 137.19 | 82.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 136 | 123 | 0.68 | 0 | 0.10 | 0.47 | 171.61 | 0.52 | 0.35 |
| Hex | 2B | 88 | 7B | 44 | 0 | A | 2F | AC | 34 | 23 |
| Octal | 53 | 210 | 173 | 104 | 0 | 12 | 57 | 254 | 64 | 43 |
| Binary | 101011 | 10001000 | 1111011 | 1000100 | 0 | 1010 | 101111 | 10101100 | 110100 | 100011 |
Color Harmonies of #2B887B
Complementary color
Monochromatic Colors of #2B887B
Black with #2B887B
Text Example
Text Example
White with #2B887B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B887B; }
p { color: rgb(43,136,123); }
H1.HeaderClassName
{
color: #2B887B;
}
.AnyTagClassName
{
color: #2B887B;
}
</style>
background-color css
<style>
a { background-color: #2B887B; }
a { background-color: rgb(43,136,123); }
div.DivClassName
{
background-color: #2B887B;
}
.BgClassName
{
background-color: #2B887B;
}
</style>
border-color css
<style>
span { border-color: #2B887B; }
span { border-color: rgb(43,136,123); }
td.TdClassName
{
border-color: #2B887B;
}
.TagClassName
{
border-color: #2B887B;
}
</style>