Shades of Elm #2B8C79
Tints of Elm #2B8C79
RGB
CMYK
RGB Variations
Color information
#2B8C79 (or 0x2B8C79) is known color: Elm. HEX triplet: 2B, 8C and 79. RGB value is (43,140,121). Sum of RGB (Red+Green+Blue) = 43+140+121=304 (40% of max value = 765). Red value is 43 (17.19% from 255 or 14.14% from 304); Green value is 140 (55.08% from 255 or 46.05% from 304); Blue value is 121 (47.66% from 255 or 39.80% from 304); Max value from RGB is 140 - color contains mainly: green. Hex color #2B8C79 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2B8C79 is #D47386. Grayscale: #6C6C6C. Windows color (decimal): -13923207 or 7965739. OLE color: 7965739.
HSL color Cylindrical-coordinate representation of color #2B8C79: hue angle of 168.25º degrees, saturation: 0.53, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #2B8C79 is Cyan = 0.69, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 43 | 140 | 121 | - |
| CMYK | 0.69 | 0 | 0.14 | 0.45 |
| HSL | 168.25º | 0.53% | 0.36% | - |
| HSV(B) | 168.25º | 0.69% | 0.55% | - |
| XYZ | 13.83 | 20.65 | 21.35 | - |
| YUV | 108.83 | 134.86 | 81.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 140 | 121 | 0.69 | 0 | 0.14 | 0.45 | 168.25 | 0.53 | 0.36 |
| Hex | 2B | 8C | 79 | 45 | 0 | E | 2D | A8 | 35 | 24 |
| Octal | 53 | 214 | 171 | 105 | 0 | 16 | 55 | 250 | 65 | 44 |
| Binary | 101011 | 10001100 | 1111001 | 1000101 | 0 | 1110 | 101101 | 10101000 | 110101 | 100100 |
Color Harmonies of #2B8C79
Complementary color
Monochromatic Colors of #2B8C79
Black with #2B8C79
Text Example
Text Example
White with #2B8C79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B8C79; }
p { color: rgb(43,140,121); }
H1.HeaderClassName
{
color: #2B8C79;
}
.AnyTagClassName
{
color: #2B8C79;
}
</style>
background-color css
<style>
a { background-color: #2B8C79; }
a { background-color: rgb(43,140,121); }
div.DivClassName
{
background-color: #2B8C79;
}
.BgClassName
{
background-color: #2B8C79;
}
</style>
border-color css
<style>
span { border-color: #2B8C79; }
span { border-color: rgb(43,140,121); }
td.TdClassName
{
border-color: #2B8C79;
}
.TagClassName
{
border-color: #2B8C79;
}
</style>