Shades of Elm #2B7B72
Tints of Elm #2B7B72
RGB
CMYK
RGB Variations
Color information
#2B7B72 (or 0x2B7B72) is known color: Elm. HEX triplet: 2B, 7B and 72. RGB value is (43,123,114). Sum of RGB (Red+Green+Blue) = 43+123+114=280 (37% of max value = 765). Red value is 43 (17.19% from 255 or 15.36% from 280); Green value is 123 (48.44% from 255 or 43.93% from 280); Blue value is 114 (44.92% from 255 or 40.71% from 280); Max value from RGB is 123 - color contains mainly: green. Hex color #2B7B72 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2B7B72 is #D4848D. Grayscale: #626262. Windows color (decimal): -13927566 or 7502635. OLE color: 7502635.
HSL color Cylindrical-coordinate representation of color #2B7B72: hue angle of 173.25º degrees, saturation: 0.48, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #2B7B72 is Cyan = 0.65, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 43 | 123 | 114 | - |
| CMYK | 0.65 | 0 | 0.07 | 0.52 |
| HSL | 173.25º | 0.48% | 0.33% | - |
| HSV(B) | 173.25º | 0.65% | 0.48% | - |
| XYZ | 11.12 | 15.89 | 18.4 | - |
| YUV | 98.05 | 137 | 88.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 123 | 114 | 0.65 | 0 | 0.07 | 0.52 | 173.25 | 0.48 | 0.33 |
| Hex | 2B | 7B | 72 | 41 | 0 | 7 | 34 | AD | 30 | 21 |
| Octal | 53 | 173 | 162 | 101 | 0 | 7 | 64 | 255 | 60 | 41 |
| Binary | 101011 | 1111011 | 1110010 | 1000001 | 0 | 111 | 110100 | 10101101 | 110000 | 100001 |
Color Harmonies of #2B7B72
Complementary color
Monochromatic Colors of #2B7B72
Black with #2B7B72
Text Example
Text Example
White with #2B7B72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B7B72; }
p { color: rgb(43,123,114); }
H1.HeaderClassName
{
color: #2B7B72;
}
.AnyTagClassName
{
color: #2B7B72;
}
</style>
background-color css
<style>
a { background-color: #2B7B72; }
a { background-color: rgb(43,123,114); }
div.DivClassName
{
background-color: #2B7B72;
}
.BgClassName
{
background-color: #2B7B72;
}
</style>
border-color css
<style>
span { border-color: #2B7B72; }
span { border-color: rgb(43,123,114); }
td.TdClassName
{
border-color: #2B7B72;
}
.TagClassName
{
border-color: #2B7B72;
}
</style>