Shades of Genoa #2B776A
Tints of Genoa #2B776A
RGB
CMYK
RGB Variations
Color information
#2B776A (or 0x2B776A) is known color: Genoa. HEX triplet: 2B, 77 and 6A. RGB value is (43,119,106). Sum of RGB (Red+Green+Blue) = 43+119+106=268 (35% of max value = 765). Red value is 43 (17.19% from 255 or 16.04% from 268); Green value is 119 (46.88% from 255 or 44.40% from 268); Blue value is 106 (41.80% from 255 or 39.55% from 268); Max value from RGB is 119 - color contains mainly: green. Hex color #2B776A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2B776A is #D48895. Grayscale: #5E5E5E. Windows color (decimal): -13928598 or 6977323. OLE color: 6977323.
HSL color Cylindrical-coordinate representation of color #2B776A: hue angle of 169.74º 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 #2B776A is Cyan = 0.64, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 43 | 119 | 106 | - |
| CMYK | 0.64 | 0 | 0.11 | 0.53 |
| HSL | 169.74º | 0.47% | 0.32% | - |
| HSV(B) | 169.74º | 0.64% | 0.47% | - |
| XYZ | 10.19 | 14.75 | 15.94 | - |
| YUV | 94.79 | 134.32 | 91.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 119 | 106 | 0.64 | 0 | 0.11 | 0.53 | 169.74 | 0.47 | 0.32 |
| Hex | 2B | 77 | 6A | 40 | 0 | B | 35 | AA | 2F | 20 |
| Octal | 53 | 167 | 152 | 100 | 0 | 13 | 65 | 252 | 57 | 40 |
| Binary | 101011 | 1110111 | 1101010 | 1000000 | 0 | 1011 | 110101 | 10101010 | 101111 | 100000 |
Color Harmonies of #2B776A
Complementary color
Monochromatic Colors of #2B776A
Black with #2B776A
Text Example
Text Example
White with #2B776A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B776A; }
p { color: rgb(43,119,106); }
H1.HeaderClassName
{
color: #2B776A;
}
.AnyTagClassName
{
color: #2B776A;
}
</style>
background-color css
<style>
a { background-color: #2B776A; }
a { background-color: rgb(43,119,106); }
div.DivClassName
{
background-color: #2B776A;
}
.BgClassName
{
background-color: #2B776A;
}
</style>
border-color css
<style>
span { border-color: #2B776A; }
span { border-color: rgb(43,119,106); }
td.TdClassName
{
border-color: #2B776A;
}
.TagClassName
{
border-color: #2B776A;
}
</style>