Shades of Elm #2B7875
Tints of Elm #2B7875
RGB
CMYK
RGB Variations
Color information
#2B7875 (or 0x2B7875) is known color: Elm. HEX triplet: 2B, 78 and 75. RGB value is (43,120,117). Sum of RGB (Red+Green+Blue) = 43+120+117=280 (37% of max value = 765). Red value is 43 (17.19% from 255 or 15.36% from 280); Green value is 120 (47.27% from 255 or 42.86% from 280); Blue value is 117 (46.09% from 255 or 41.79% from 280); Max value from RGB is 120 - color contains mainly: green. Hex color #2B7875 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2B7875 is #D4878A. Grayscale: #606060. Windows color (decimal): -13928331 or 7698475. OLE color: 7698475.
HSL color Cylindrical-coordinate representation of color #2B7875: hue angle of 177.66º degrees, saturation: 0.47, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #2B7875 is Cyan = 0.64, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 43 | 120 | 117 | - |
| CMYK | 0.64 | 0 | 0.02 | 0.53 |
| HSL | 177.66º | 0.47% | 0.32% | - |
| HSV(B) | 177.66º | 0.64% | 0.47% | - |
| XYZ | 10.92 | 15.23 | 19.19 | - |
| YUV | 96.64 | 139.49 | 89.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 120 | 117 | 0.64 | 0 | 0.02 | 0.53 | 177.66 | 0.47 | 0.32 |
| Hex | 2B | 78 | 75 | 40 | 0 | 2 | 35 | B2 | 2F | 20 |
| Octal | 53 | 170 | 165 | 100 | 0 | 2 | 65 | 262 | 57 | 40 |
| Binary | 101011 | 1111000 | 1110101 | 1000000 | 0 | 10 | 110101 | 10110010 | 101111 | 100000 |
Color Harmonies of #2B7875
Complementary color
Monochromatic Colors of #2B7875
Black with #2B7875
Text Example
Text Example
White with #2B7875
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B7875; }
p { color: rgb(43,120,117); }
H1.HeaderClassName
{
color: #2B7875;
}
.AnyTagClassName
{
color: #2B7875;
}
</style>
background-color css
<style>
a { background-color: #2B7875; }
a { background-color: rgb(43,120,117); }
div.DivClassName
{
background-color: #2B7875;
}
.BgClassName
{
background-color: #2B7875;
}
</style>
border-color css
<style>
span { border-color: #2B7875; }
span { border-color: rgb(43,120,117); }
td.TdClassName
{
border-color: #2B7875;
}
.TagClassName
{
border-color: #2B7875;
}
</style>