Shades of Elm #2B8779
Tints of Elm #2B8779
RGB
CMYK
RGB Variations
Color information
#2B8779 (or 0x2B8779) is known color: Elm. HEX triplet: 2B, 87 and 79. RGB value is (43,135,121). Sum of RGB (Red+Green+Blue) = 43+135+121=299 (39% of max value = 765). Red value is 43 (17.19% from 255 or 14.38% from 299); Green value is 135 (53.12% from 255 or 45.15% from 299); Blue value is 121 (47.66% from 255 or 40.47% from 299); Max value from RGB is 135 - color contains mainly: green. Hex color #2B8779 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2B8779 is #D47886. Grayscale: #696969. Windows color (decimal): -13924487 or 7964459. OLE color: 7964459.
HSL color Cylindrical-coordinate representation of color #2B8779: hue angle of 170.87º 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 #2B8779 is Cyan = 0.68, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 43 | 135 | 121 | - |
| CMYK | 0.68 | 0 | 0.10 | 0.47 |
| HSL | 170.87º | 0.52% | 0.35% | - |
| HSV(B) | 170.87º | 0.68% | 0.53% | - |
| XYZ | 13.11 | 19.22 | 21.11 | - |
| YUV | 105.9 | 136.52 | 83.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 135 | 121 | 0.68 | 0 | 0.10 | 0.47 | 170.87 | 0.52 | 0.35 |
| Hex | 2B | 87 | 79 | 44 | 0 | A | 2F | AB | 34 | 23 |
| Octal | 53 | 207 | 171 | 104 | 0 | 12 | 57 | 253 | 64 | 43 |
| Binary | 101011 | 10000111 | 1111001 | 1000100 | 0 | 1010 | 101111 | 10101011 | 110100 | 100011 |
Color Harmonies of #2B8779
Complementary color
Monochromatic Colors of #2B8779
Black with #2B8779
Text Example
Text Example
White with #2B8779
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B8779; }
p { color: rgb(43,135,121); }
H1.HeaderClassName
{
color: #2B8779;
}
.AnyTagClassName
{
color: #2B8779;
}
</style>
background-color css
<style>
a { background-color: #2B8779; }
a { background-color: rgb(43,135,121); }
div.DivClassName
{
background-color: #2B8779;
}
.BgClassName
{
background-color: #2B8779;
}
</style>
border-color css
<style>
span { border-color: #2B8779; }
span { border-color: rgb(43,135,121); }
td.TdClassName
{
border-color: #2B8779;
}
.TagClassName
{
border-color: #2B8779;
}
</style>