Shades of Elm #2B877E
Tints of Elm #2B877E
RGB
CMYK
RGB Variations
Color information
#2B877E (or 0x2B877E) is known color: Elm. HEX triplet: 2B, 87 and 7E. RGB value is (43,135,126). Sum of RGB (Red+Green+Blue) = 43+135+126=304 (40% of max value = 765). Red value is 43 (17.19% from 255 or 14.14% from 304); Green value is 135 (53.12% from 255 or 44.41% from 304); Blue value is 126 (49.61% from 255 or 41.45% from 304); Max value from RGB is 135 - color contains mainly: green. Hex color #2B877E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2B877E is #D47881. Grayscale: #6A6A6A. Windows color (decimal): -13924482 or 8292139. OLE color: 8292139.
HSL color Cylindrical-coordinate representation of color #2B877E: hue angle of 174.13º 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 #2B877E is Cyan = 0.68, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 43 | 135 | 126 | - |
| CMYK | 0.68 | 0 | 0.07 | 0.47 |
| HSL | 174.13º | 0.52% | 0.35% | - |
| HSV(B) | 174.13º | 0.68% | 0.53% | - |
| XYZ | 13.43 | 19.35 | 22.77 | - |
| YUV | 106.47 | 139.02 | 82.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 135 | 126 | 0.68 | 0 | 0.07 | 0.47 | 174.13 | 0.52 | 0.35 |
| Hex | 2B | 87 | 7E | 44 | 0 | 7 | 2F | AE | 34 | 23 |
| Octal | 53 | 207 | 176 | 104 | 0 | 7 | 57 | 256 | 64 | 43 |
| Binary | 101011 | 10000111 | 1111110 | 1000100 | 0 | 111 | 101111 | 10101110 | 110100 | 100011 |
Color Harmonies of #2B877E
Complementary color
Monochromatic Colors of #2B877E
Black with #2B877E
Text Example
Text Example
White with #2B877E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B877E; }
p { color: rgb(43,135,126); }
H1.HeaderClassName
{
color: #2B877E;
}
.AnyTagClassName
{
color: #2B877E;
}
</style>
background-color css
<style>
a { background-color: #2B877E; }
a { background-color: rgb(43,135,126); }
div.DivClassName
{
background-color: #2B877E;
}
.BgClassName
{
background-color: #2B877E;
}
</style>
border-color css
<style>
span { border-color: #2B877E; }
span { border-color: rgb(43,135,126); }
td.TdClassName
{
border-color: #2B877E;
}
.TagClassName
{
border-color: #2B877E;
}
</style>