Shades of Elm #2B7774
Tints of Elm #2B7774
RGB
CMYK
RGB Variations
Color information
#2B7774 (or 0x2B7774) is known color: Elm. HEX triplet: 2B, 77 and 74. RGB value is (43,119,116). Sum of RGB (Red+Green+Blue) = 43+119+116=278 (36% of max value = 765). Red value is 43 (17.19% from 255 or 15.47% from 278); Green value is 119 (46.88% from 255 or 42.81% from 278); Blue value is 116 (45.70% from 255 or 41.73% from 278); Max value from RGB is 119 - color contains mainly: green. Hex color #2B7774 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2B7774 is #D4888B. Grayscale: #5F5F5F. Windows color (decimal): -13928588 or 7632683. OLE color: 7632683.
HSL color Cylindrical-coordinate representation of color #2B7774: hue angle of 177.63º 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 #2B7774 is Cyan = 0.64, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 43 | 119 | 116 | - |
| CMYK | 0.64 | 0 | 0.03 | 0.53 |
| HSL | 177.63º | 0.47% | 0.32% | - |
| HSV(B) | 177.63º | 0.64% | 0.47% | - |
| XYZ | 10.75 | 14.97 | 18.85 | - |
| YUV | 95.93 | 139.32 | 90.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 119 | 116 | 0.64 | 0 | 0.03 | 0.53 | 177.63 | 0.47 | 0.32 |
| Hex | 2B | 77 | 74 | 40 | 0 | 3 | 35 | B2 | 2F | 20 |
| Octal | 53 | 167 | 164 | 100 | 0 | 3 | 65 | 262 | 57 | 40 |
| Binary | 101011 | 1110111 | 1110100 | 1000000 | 0 | 11 | 110101 | 10110010 | 101111 | 100000 |
Color Harmonies of #2B7774
Complementary color
Monochromatic Colors of #2B7774
Black with #2B7774
Text Example
Text Example
White with #2B7774
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B7774; }
p { color: rgb(43,119,116); }
H1.HeaderClassName
{
color: #2B7774;
}
.AnyTagClassName
{
color: #2B7774;
}
</style>
background-color css
<style>
a { background-color: #2B7774; }
a { background-color: rgb(43,119,116); }
div.DivClassName
{
background-color: #2B7774;
}
.BgClassName
{
background-color: #2B7774;
}
</style>
border-color css
<style>
span { border-color: #2B7774; }
span { border-color: rgb(43,119,116); }
td.TdClassName
{
border-color: #2B7774;
}
.TagClassName
{
border-color: #2B7774;
}
</style>