Shades of Elm #2B746F
Tints of Elm #2B746F
RGB
CMYK
RGB Variations
Color information
#2B746F (or 0x2B746F) is known color: Elm. HEX triplet: 2B, 74 and 6F. RGB value is (43,116,111). Sum of RGB (Red+Green+Blue) = 43+116+111=270 (35% of max value = 765). Red value is 43 (17.19% from 255 or 15.93% from 270); Green value is 116 (45.70% from 255 or 42.96% from 270); Blue value is 111 (43.75% from 255 or 41.11% from 270); Max value from RGB is 116 - color contains mainly: green. Hex color #2B746F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2B746F is #D48B90. Grayscale: #5D5D5D. Windows color (decimal): -13929361 or 7304235. OLE color: 7304235.
HSL color Cylindrical-coordinate representation of color #2B746F: hue angle of 175.89º degrees, saturation: 0.46, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #2B746F is Cyan = 0.63, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 43 | 116 | 111 | - |
| CMYK | 0.63 | 0 | 0.04 | 0.55 |
| HSL | 175.89º | 0.46% | 0.31% | - |
| HSV(B) | 175.89º | 0.63% | 0.45% | - |
| XYZ | 10.11 | 14.15 | 17.24 | - |
| YUV | 93.6 | 137.82 | 91.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 116 | 111 | 0.63 | 0 | 0.04 | 0.55 | 175.89 | 0.46 | 0.31 |
| Hex | 2B | 74 | 6F | 3F | 0 | 4 | 37 | B0 | 2E | 1F |
| Octal | 53 | 164 | 157 | 77 | 0 | 4 | 67 | 260 | 56 | 37 |
| Binary | 101011 | 1110100 | 1101111 | 111111 | 0 | 100 | 110111 | 10110000 | 101110 | 11111 |
Color Harmonies of #2B746F
Complementary color
Monochromatic Colors of #2B746F
Black with #2B746F
Text Example
Text Example
White with #2B746F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B746F; }
p { color: rgb(43,116,111); }
H1.HeaderClassName
{
color: #2B746F;
}
.AnyTagClassName
{
color: #2B746F;
}
</style>
background-color css
<style>
a { background-color: #2B746F; }
a { background-color: rgb(43,116,111); }
div.DivClassName
{
background-color: #2B746F;
}
.BgClassName
{
background-color: #2B746F;
}
</style>
border-color css
<style>
span { border-color: #2B746F; }
span { border-color: rgb(43,116,111); }
td.TdClassName
{
border-color: #2B746F;
}
.TagClassName
{
border-color: #2B746F;
}
</style>