Shades of Genoa #2B786C
Tints of Genoa #2B786C
RGB
CMYK
RGB Variations
Color information
#2B786C (or 0x2B786C) is known color: Genoa. HEX triplet: 2B, 78 and 6C. RGB value is (43,120,108). Sum of RGB (Red+Green+Blue) = 43+120+108=271 (35% of max value = 765). Red value is 43 (17.19% from 255 or 15.87% from 271); Green value is 120 (47.27% from 255 or 44.28% from 271); Blue value is 108 (42.58% from 255 or 39.85% from 271); Max value from RGB is 120 - color contains mainly: green. Hex color #2B786C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2B786C is #D48793. Grayscale: #5F5F5F. Windows color (decimal): -13928340 or 7108651. OLE color: 7108651.
HSL color Cylindrical-coordinate representation of color #2B786C: hue angle of 170.65º 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 #2B786C is Cyan = 0.64, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 43 | 120 | 108 | - |
| CMYK | 0.64 | 0 | 0.10 | 0.53 |
| HSL | 170.65º | 0.47% | 0.32% | - |
| HSV(B) | 170.65º | 0.64% | 0.47% | - |
| XYZ | 10.42 | 15.03 | 16.54 | - |
| YUV | 95.61 | 134.99 | 90.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 120 | 108 | 0.64 | 0 | 0.10 | 0.53 | 170.65 | 0.47 | 0.32 |
| Hex | 2B | 78 | 6C | 40 | 0 | A | 35 | AB | 2F | 20 |
| Octal | 53 | 170 | 154 | 100 | 0 | 12 | 65 | 253 | 57 | 40 |
| Binary | 101011 | 1111000 | 1101100 | 1000000 | 0 | 1010 | 110101 | 10101011 | 101111 | 100000 |
Color Harmonies of #2B786C
Complementary color
Monochromatic Colors of #2B786C
Black with #2B786C
Text Example
Text Example
White with #2B786C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B786C; }
p { color: rgb(43,120,108); }
H1.HeaderClassName
{
color: #2B786C;
}
.AnyTagClassName
{
color: #2B786C;
}
</style>
background-color css
<style>
a { background-color: #2B786C; }
a { background-color: rgb(43,120,108); }
div.DivClassName
{
background-color: #2B786C;
}
.BgClassName
{
background-color: #2B786C;
}
</style>
border-color css
<style>
span { border-color: #2B786C; }
span { border-color: rgb(43,120,108); }
td.TdClassName
{
border-color: #2B786C;
}
.TagClassName
{
border-color: #2B786C;
}
</style>