Shades of Genoa #2B7660
Tints of Genoa #2B7660
RGB
CMYK
RGB Variations
Color information
#2B7660 (or 0x2B7660) is known color: Genoa. HEX triplet: 2B, 76 and 60. RGB value is (43,118,96). Sum of RGB (Red+Green+Blue) = 43+118+96=257 (34% of max value = 765). Red value is 43 (17.19% from 255 or 16.73% from 257); Green value is 118 (46.48% from 255 or 45.91% from 257); Blue value is 96 (37.89% from 255 or 37.35% from 257); Max value from RGB is 118 - color contains mainly: green. Hex color #2B7660 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2B7660 is #D4899F. Grayscale: #5D5D5D. Windows color (decimal): -13928864 or 6321707. OLE color: 6321707.
HSL color Cylindrical-coordinate representation of color #2B7660: hue angle of 162.4º degrees, saturation: 0.47, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #2B7660 is Cyan = 0.64, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 43 | 118 | 96 | - |
| CMYK | 0.64 | 0 | 0.19 | 0.54 |
| HSL | 162.4º | 0.47% | 0.32% | - |
| HSV(B) | 162.4º | 0.64% | 0.46% | - |
| XYZ | 9.59 | 14.31 | 13.32 | - |
| YUV | 93.07 | 129.65 | 92.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 118 | 96 | 0.64 | 0 | 0.19 | 0.54 | 162.4 | 0.47 | 0.32 |
| Hex | 2B | 76 | 60 | 40 | 0 | 13 | 36 | A2 | 2F | 20 |
| Octal | 53 | 166 | 140 | 100 | 0 | 23 | 66 | 242 | 57 | 40 |
| Binary | 101011 | 1110110 | 1100000 | 1000000 | 0 | 10011 | 110110 | 10100010 | 101111 | 100000 |
Color Harmonies of #2B7660
Complementary color
Monochromatic Colors of #2B7660
Black with #2B7660
Text Example
Text Example
White with #2B7660
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B7660; }
p { color: rgb(43,118,96); }
H1.HeaderClassName
{
color: #2B7660;
}
.AnyTagClassName
{
color: #2B7660;
}
</style>
background-color css
<style>
a { background-color: #2B7660; }
a { background-color: rgb(43,118,96); }
div.DivClassName
{
background-color: #2B7660;
}
.BgClassName
{
background-color: #2B7660;
}
</style>
border-color css
<style>
span { border-color: #2B7660; }
span { border-color: rgb(43,118,96); }
td.TdClassName
{
border-color: #2B7660;
}
.TagClassName
{
border-color: #2B7660;
}
</style>