Shades of Elm #2B8174
Tints of Elm #2B8174
RGB
CMYK
RGB Variations
Color information
#2B8174 (or 0x2B8174) is known color: Elm. HEX triplet: 2B, 81 and 74. RGB value is (43,129,116). Sum of RGB (Red+Green+Blue) = 43+129+116=288 (38% of max value = 765). Red value is 43 (17.19% from 255 or 14.93% from 288); Green value is 129 (50.78% from 255 or 44.79% from 288); Blue value is 116 (45.70% from 255 or 40.28% from 288); Max value from RGB is 129 - color contains mainly: green. Hex color #2B8174 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2B8174 is #D47E8B. Grayscale: #656565. Windows color (decimal): -13926028 or 7635243. OLE color: 7635243.
HSL color Cylindrical-coordinate representation of color #2B8174: hue angle of 170.93º degrees, saturation: 0.5, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #2B8174 is Cyan = 0.67, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 43 | 129 | 116 | - |
| CMYK | 0.67 | 0 | 0.10 | 0.49 |
| HSL | 170.93º | 0.5% | 0.34% | - |
| HSV(B) | 170.93º | 0.67% | 0.51% | - |
| XYZ | 12 | 17.48 | 19.26 | - |
| YUV | 101.8 | 136.01 | 86.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 129 | 116 | 0.67 | 0 | 0.10 | 0.49 | 170.93 | 0.5 | 0.34 |
| Hex | 2B | 81 | 74 | 43 | 0 | A | 31 | AB | 32 | 22 |
| Octal | 53 | 201 | 164 | 103 | 0 | 12 | 61 | 253 | 62 | 42 |
| Binary | 101011 | 10000001 | 1110100 | 1000011 | 0 | 1010 | 110001 | 10101011 | 110010 | 100010 |
Color Harmonies of #2B8174
Complementary color
Monochromatic Colors of #2B8174
Black with #2B8174
Text Example
Text Example
White with #2B8174
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B8174; }
p { color: rgb(43,129,116); }
H1.HeaderClassName
{
color: #2B8174;
}
.AnyTagClassName
{
color: #2B8174;
}
</style>
background-color css
<style>
a { background-color: #2B8174; }
a { background-color: rgb(43,129,116); }
div.DivClassName
{
background-color: #2B8174;
}
.BgClassName
{
background-color: #2B8174;
}
</style>
border-color css
<style>
span { border-color: #2B8174; }
span { border-color: rgb(43,129,116); }
td.TdClassName
{
border-color: #2B8174;
}
.TagClassName
{
border-color: #2B8174;
}
</style>