Shades of Genoa #2B786A
Tints of Genoa #2B786A
RGB
CMYK
RGB Variations
Color information
#2B786A (or 0x2B786A) is known color: Genoa. HEX triplet: 2B, 78 and 6A. RGB value is (43,120,106). Sum of RGB (Red+Green+Blue) = 43+120+106=269 (35% of max value = 765). Red value is 43 (17.19% from 255 or 15.99% from 269); Green value is 120 (47.27% from 255 or 44.61% from 269); Blue value is 106 (41.80% from 255 or 39.41% from 269); Max value from RGB is 120 - color contains mainly: green. Hex color #2B786A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2B786A is #D48795. Grayscale: #5F5F5F. Windows color (decimal): -13928342 or 6977579. OLE color: 6977579.
HSL color Cylindrical-coordinate representation of color #2B786A: hue angle of 169.09º 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 #2B786A is Cyan = 0.64, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 43 | 120 | 106 | - |
| CMYK | 0.64 | 0 | 0.12 | 0.53 |
| HSL | 169.09º | 0.47% | 0.32% | - |
| HSV(B) | 169.09º | 0.64% | 0.47% | - |
| XYZ | 10.31 | 14.99 | 15.98 | - |
| YUV | 95.38 | 133.99 | 90.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 120 | 106 | 0.64 | 0 | 0.12 | 0.53 | 169.09 | 0.47 | 0.32 |
| Hex | 2B | 78 | 6A | 40 | 0 | C | 35 | A9 | 2F | 20 |
| Octal | 53 | 170 | 152 | 100 | 0 | 14 | 65 | 251 | 57 | 40 |
| Binary | 101011 | 1111000 | 1101010 | 1000000 | 0 | 1100 | 110101 | 10101001 | 101111 | 100000 |
Color Harmonies of #2B786A
Complementary color
Monochromatic Colors of #2B786A
Black with #2B786A
Text Example
Text Example
White with #2B786A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B786A; }
p { color: rgb(43,120,106); }
H1.HeaderClassName
{
color: #2B786A;
}
.AnyTagClassName
{
color: #2B786A;
}
</style>
background-color css
<style>
a { background-color: #2B786A; }
a { background-color: rgb(43,120,106); }
div.DivClassName
{
background-color: #2B786A;
}
.BgClassName
{
background-color: #2B786A;
}
</style>
border-color css
<style>
span { border-color: #2B786A; }
span { border-color: rgb(43,120,106); }
td.TdClassName
{
border-color: #2B786A;
}
.TagClassName
{
border-color: #2B786A;
}
</style>