Shades of Genoa #2B7860
Tints of Genoa #2B7860
RGB
CMYK
RGB Variations
Color information
#2B7860 (or 0x2B7860) is known color: Genoa. HEX triplet: 2B, 78 and 60. RGB value is (43,120,96). Sum of RGB (Red+Green+Blue) = 43+120+96=259 (34% of max value = 765). Red value is 43 (17.19% from 255 or 16.60% from 259); Green value is 120 (47.27% from 255 or 46.33% from 259); Blue value is 96 (37.89% from 255 or 37.07% from 259); Max value from RGB is 120 - color contains mainly: green. Hex color #2B7860 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2B7860 is #D4879F. Grayscale: #5E5E5E. Windows color (decimal): -13928352 or 6322219. OLE color: 6322219.
HSL color Cylindrical-coordinate representation of color #2B7860: hue angle of 161.3º 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 #2B7860 is Cyan = 0.64, Magento = 0, Yellow = 0.2 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 43 | 120 | 96 | - |
| CMYK | 0.64 | 0 | 0.2 | 0.53 |
| HSL | 161.3º | 0.47% | 0.32% | - |
| HSV(B) | 161.3º | 0.64% | 0.47% | - |
| XYZ | 9.82 | 14.79 | 13.4 | - |
| YUV | 94.24 | 128.99 | 91.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 120 | 96 | 0.64 | 0 | 0.2 | 0.53 | 161.3 | 0.47 | 0.32 |
| Hex | 2B | 78 | 60 | 40 | 0 | 14 | 35 | A1 | 2F | 20 |
| Octal | 53 | 170 | 140 | 100 | 0 | 24 | 65 | 241 | 57 | 40 |
| Binary | 101011 | 1111000 | 1100000 | 1000000 | 0 | 10100 | 110101 | 10100001 | 101111 | 100000 |
Color Harmonies of #2B7860
Complementary color
Monochromatic Colors of #2B7860
Black with #2B7860
Text Example
Text Example
White with #2B7860
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B7860; }
p { color: rgb(43,120,96); }
H1.HeaderClassName
{
color: #2B7860;
}
.AnyTagClassName
{
color: #2B7860;
}
</style>
background-color css
<style>
a { background-color: #2B7860; }
a { background-color: rgb(43,120,96); }
div.DivClassName
{
background-color: #2B7860;
}
.BgClassName
{
background-color: #2B7860;
}
</style>
border-color css
<style>
span { border-color: #2B7860; }
span { border-color: rgb(43,120,96); }
td.TdClassName
{
border-color: #2B7860;
}
.TagClassName
{
border-color: #2B7860;
}
</style>