Shades of Elm #2B8978
Tints of Elm #2B8978
RGB
CMYK
RGB Variations
Color information
#2B8978 (or 0x2B8978) is known color: Elm. HEX triplet: 2B, 89 and 78. RGB value is (43,137,120). Sum of RGB (Red+Green+Blue) = 43+137+120=300 (39% of max value = 765). Red value is 43 (17.19% from 255 or 14.33% from 300); Green value is 137 (53.91% from 255 or 45.67% from 300); Blue value is 120 (47.27% from 255 or 40% from 300); Max value from RGB is 137 - color contains mainly: green. Hex color #2B8978 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2B8978 is #D47687. Grayscale: #6A6A6A. Windows color (decimal): -13923976 or 7899435. OLE color: 7899435.
HSL color Cylindrical-coordinate representation of color #2B8978: hue angle of 169.15º 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 #2B8978 is Cyan = 0.69, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 43 | 137 | 120 | - |
| CMYK | 0.69 | 0 | 0.12 | 0.46 |
| HSL | 169.15º | 0.52% | 0.35% | - |
| HSV(B) | 169.15º | 0.69% | 0.54% | - |
| XYZ | 13.33 | 19.76 | 20.88 | - |
| YUV | 106.96 | 135.36 | 82.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 137 | 120 | 0.69 | 0 | 0.12 | 0.46 | 169.15 | 0.52 | 0.35 |
| Hex | 2B | 89 | 78 | 45 | 0 | C | 2E | A9 | 34 | 23 |
| Octal | 53 | 211 | 170 | 105 | 0 | 14 | 56 | 251 | 64 | 43 |
| Binary | 101011 | 10001001 | 1111000 | 1000101 | 0 | 1100 | 101110 | 10101001 | 110100 | 100011 |
Color Harmonies of #2B8978
Complementary color
Monochromatic Colors of #2B8978
Black with #2B8978
Text Example
Text Example
White with #2B8978
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B8978; }
p { color: rgb(43,137,120); }
H1.HeaderClassName
{
color: #2B8978;
}
.AnyTagClassName
{
color: #2B8978;
}
</style>
background-color css
<style>
a { background-color: #2B8978; }
a { background-color: rgb(43,137,120); }
div.DivClassName
{
background-color: #2B8978;
}
.BgClassName
{
background-color: #2B8978;
}
</style>
border-color css
<style>
span { border-color: #2B8978; }
span { border-color: rgb(43,137,120); }
td.TdClassName
{
border-color: #2B8978;
}
.TagClassName
{
border-color: #2B8978;
}
</style>