Shades of Elm #2B897F
Tints of Elm #2B897F
RGB
CMYK
RGB Variations
Color information
#2B897F (or 0x2B897F) is known color: Elm. HEX triplet: 2B, 89 and 7F. RGB value is (43,137,127). Sum of RGB (Red+Green+Blue) = 43+137+127=307 (40% of max value = 765). Red value is 43 (17.19% from 255 or 14.01% from 307); Green value is 137 (53.91% from 255 or 44.63% from 307); Blue value is 127 (50% from 255 or 41.37% from 307); Max value from RGB is 137 - color contains mainly: green. Hex color #2B897F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2B897F is #D47680. Grayscale: #6B6B6B. Windows color (decimal): -13923969 or 8358187. OLE color: 8358187.
HSL color Cylindrical-coordinate representation of color #2B897F: hue angle of 173.62º degrees, saturation: 0.52, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #2B897F is Cyan = 0.69, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 43 | 137 | 127 | - |
| CMYK | 0.69 | 0 | 0.07 | 0.46 |
| HSL | 173.62º | 0.52% | 0.35% | - |
| HSV(B) | 173.62º | 0.69% | 0.54% | - |
| XYZ | 13.77 | 19.94 | 23.2 | - |
| YUV | 107.75 | 138.86 | 81.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 137 | 127 | 0.69 | 0 | 0.07 | 0.46 | 173.62 | 0.52 | 0.35 |
| Hex | 2B | 89 | 7F | 45 | 0 | 7 | 2E | AE | 34 | 23 |
| Octal | 53 | 211 | 177 | 105 | 0 | 7 | 56 | 256 | 64 | 43 |
| Binary | 101011 | 10001001 | 1111111 | 1000101 | 0 | 111 | 101110 | 10101110 | 110100 | 100011 |
Color Harmonies of #2B897F
Complementary color
Monochromatic Colors of #2B897F
Black with #2B897F
Text Example
Text Example
White with #2B897F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B897F; }
p { color: rgb(43,137,127); }
H1.HeaderClassName
{
color: #2B897F;
}
.AnyTagClassName
{
color: #2B897F;
}
</style>
background-color css
<style>
a { background-color: #2B897F; }
a { background-color: rgb(43,137,127); }
div.DivClassName
{
background-color: #2B897F;
}
.BgClassName
{
background-color: #2B897F;
}
</style>
border-color css
<style>
span { border-color: #2B897F; }
span { border-color: rgb(43,137,127); }
td.TdClassName
{
border-color: #2B897F;
}
.TagClassName
{
border-color: #2B897F;
}
</style>