Shades of Elm #2B7D76
Tints of Elm #2B7D76
RGB
CMYK
RGB Variations
Color information
#2B7D76 (or 0x2B7D76) is known color: Elm. HEX triplet: 2B, 7D and 76. RGB value is (43,125,118). Sum of RGB (Red+Green+Blue) = 43+125+118=286 (37% of max value = 765). Red value is 43 (17.19% from 255 or 15.03% from 286); Green value is 125 (49.22% from 255 or 43.71% from 286); Blue value is 118 (46.48% from 255 or 41.26% from 286); Max value from RGB is 125 - color contains mainly: green. Hex color #2B7D76 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2B7D76 is #D48289. Grayscale: #636363. Windows color (decimal): -13927050 or 7765291. OLE color: 7765291.
HSL color Cylindrical-coordinate representation of color #2B7D76: hue angle of 174.88º degrees, saturation: 0.49, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #2B7D76 is Cyan = 0.66, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 43 | 125 | 118 | - |
| CMYK | 0.66 | 0 | 0.06 | 0.51 |
| HSL | 174.88º | 0.49% | 0.33% | - |
| HSV(B) | 174.88º | 0.66% | 0.49% | - |
| XYZ | 11.6 | 16.49 | 19.71 | - |
| YUV | 99.68 | 138.33 | 87.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 125 | 118 | 0.66 | 0 | 0.06 | 0.51 | 174.88 | 0.49 | 0.33 |
| Hex | 2B | 7D | 76 | 42 | 0 | 6 | 33 | AF | 31 | 21 |
| Octal | 53 | 175 | 166 | 102 | 0 | 6 | 63 | 257 | 61 | 41 |
| Binary | 101011 | 1111101 | 1110110 | 1000010 | 0 | 110 | 110011 | 10101111 | 110001 | 100001 |
Color Harmonies of #2B7D76
Complementary color
Monochromatic Colors of #2B7D76
Black with #2B7D76
Text Example
Text Example
White with #2B7D76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B7D76; }
p { color: rgb(43,125,118); }
H1.HeaderClassName
{
color: #2B7D76;
}
.AnyTagClassName
{
color: #2B7D76;
}
</style>
background-color css
<style>
a { background-color: #2B7D76; }
a { background-color: rgb(43,125,118); }
div.DivClassName
{
background-color: #2B7D76;
}
.BgClassName
{
background-color: #2B7D76;
}
</style>
border-color css
<style>
span { border-color: #2B7D76; }
span { border-color: rgb(43,125,118); }
td.TdClassName
{
border-color: #2B7D76;
}
.TagClassName
{
border-color: #2B7D76;
}
</style>