Shades of Elm #2B7E76
Tints of Elm #2B7E76
RGB
CMYK
RGB Variations
Color information
#2B7E76 (or 0x2B7E76) is known color: Elm. HEX triplet: 2B, 7E and 76. RGB value is (43,126,118). Sum of RGB (Red+Green+Blue) = 43+126+118=287 (38% of max value = 765). Red value is 43 (17.19% from 255 or 14.98% from 287); Green value is 126 (49.61% from 255 or 43.90% from 287); Blue value is 118 (46.48% from 255 or 41.11% from 287); Max value from RGB is 126 - color contains mainly: green. Hex color #2B7E76 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2B7E76 is #D48189. Grayscale: #646464. Windows color (decimal): -13926794 or 7765547. OLE color: 7765547.
HSL color Cylindrical-coordinate representation of color #2B7E76: hue angle of 174.22º 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 #2B7E76 is Cyan = 0.66, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 43 | 126 | 118 | - |
| CMYK | 0.66 | 0 | 0.06 | 0.51 |
| HSL | 174.22º | 0.49% | 0.33% | - |
| HSV(B) | 174.22º | 0.66% | 0.49% | - |
| XYZ | 11.73 | 16.74 | 19.75 | - |
| YUV | 100.27 | 138 | 87.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 126 | 118 | 0.66 | 0 | 0.06 | 0.51 | 174.22 | 0.49 | 0.33 |
| Hex | 2B | 7E | 76 | 42 | 0 | 6 | 33 | AE | 31 | 21 |
| Octal | 53 | 176 | 166 | 102 | 0 | 6 | 63 | 256 | 61 | 41 |
| Binary | 101011 | 1111110 | 1110110 | 1000010 | 0 | 110 | 110011 | 10101110 | 110001 | 100001 |
Color Harmonies of #2B7E76
Complementary color
Monochromatic Colors of #2B7E76
Black with #2B7E76
Text Example
Text Example
White with #2B7E76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B7E76; }
p { color: rgb(43,126,118); }
H1.HeaderClassName
{
color: #2B7E76;
}
.AnyTagClassName
{
color: #2B7E76;
}
</style>
background-color css
<style>
a { background-color: #2B7E76; }
a { background-color: rgb(43,126,118); }
div.DivClassName
{
background-color: #2B7E76;
}
.BgClassName
{
background-color: #2B7E76;
}
</style>
border-color css
<style>
span { border-color: #2B7E76; }
span { border-color: rgb(43,126,118); }
td.TdClassName
{
border-color: #2B7E76;
}
.TagClassName
{
border-color: #2B7E76;
}
</style>