Shades of Elm #2B8474
Tints of Elm #2B8474
RGB
CMYK
RGB Variations
Color information
#2B8474 (or 0x2B8474) is known color: Elm. HEX triplet: 2B, 84 and 74. RGB value is (43,132,116). Sum of RGB (Red+Green+Blue) = 43+132+116=291 (38% of max value = 765). Red value is 43 (17.19% from 255 or 14.78% from 291); Green value is 132 (51.95% from 255 or 45.36% from 291); Blue value is 116 (45.70% from 255 or 39.86% from 291); Max value from RGB is 132 - color contains mainly: green. Hex color #2B8474 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2B8474 is #D47B8B. Grayscale: #676767. Windows color (decimal): -13925260 or 7636011. OLE color: 7636011.
HSL color Cylindrical-coordinate representation of color #2B8474: hue angle of 169.21º degrees, saturation: 0.51, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #2B8474 is Cyan = 0.67, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 43 | 132 | 116 | - |
| CMYK | 0.67 | 0 | 0.12 | 0.48 |
| HSL | 169.21º | 0.51% | 0.34% | - |
| HSV(B) | 169.21º | 0.67% | 0.52% | - |
| XYZ | 12.4 | 18.28 | 19.4 | - |
| YUV | 103.57 | 135.01 | 84.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 132 | 116 | 0.67 | 0 | 0.12 | 0.48 | 169.21 | 0.51 | 0.34 |
| Hex | 2B | 84 | 74 | 43 | 0 | C | 30 | A9 | 33 | 22 |
| Octal | 53 | 204 | 164 | 103 | 0 | 14 | 60 | 251 | 63 | 42 |
| Binary | 101011 | 10000100 | 1110100 | 1000011 | 0 | 1100 | 110000 | 10101001 | 110011 | 100010 |
Color Harmonies of #2B8474
Complementary color
Monochromatic Colors of #2B8474
Black with #2B8474
Text Example
Text Example
White with #2B8474
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B8474; }
p { color: rgb(43,132,116); }
H1.HeaderClassName
{
color: #2B8474;
}
.AnyTagClassName
{
color: #2B8474;
}
</style>
background-color css
<style>
a { background-color: #2B8474; }
a { background-color: rgb(43,132,116); }
div.DivClassName
{
background-color: #2B8474;
}
.BgClassName
{
background-color: #2B8474;
}
</style>
border-color css
<style>
span { border-color: #2B8474; }
span { border-color: rgb(43,132,116); }
td.TdClassName
{
border-color: #2B8474;
}
.TagClassName
{
border-color: #2B8474;
}
</style>