Shades of Genoa #2B806C
Tints of Genoa #2B806C
RGB
CMYK
RGB Variations
Color information
#2B806C (or 0x2B806C) is known color: Genoa. HEX triplet: 2B, 80 and 6C. RGB value is (43,128,108). Sum of RGB (Red+Green+Blue) = 43+128+108=279 (36% of max value = 765). Red value is 43 (17.19% from 255 or 15.41% from 279); Green value is 128 (50.39% from 255 or 45.88% from 279); Blue value is 108 (42.58% from 255 or 38.71% from 279); Max value from RGB is 128 - color contains mainly: green. Hex color #2B806C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2B806C is #D47F93. Grayscale: #646464. Windows color (decimal): -13926292 or 7110699. OLE color: 7110699.
HSL color Cylindrical-coordinate representation of color #2B806C: hue angle of 165.88º degrees, saturation: 0.5, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #2B806C is Cyan = 0.66, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 43 | 128 | 108 | - |
| CMYK | 0.66 | 0 | 0.16 | 0.50 |
| HSL | 165.88º | 0.5% | 0.34% | - |
| HSV(B) | 165.88º | 0.66% | 0.5% | - |
| XYZ | 11.42 | 17.03 | 16.87 | - |
| YUV | 100.31 | 132.34 | 87.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 128 | 108 | 0.66 | 0 | 0.16 | 0.50 | 165.88 | 0.5 | 0.34 |
| Hex | 2B | 80 | 6C | 42 | 0 | 10 | 32 | A6 | 32 | 22 |
| Octal | 53 | 200 | 154 | 102 | 0 | 20 | 62 | 246 | 62 | 42 |
| Binary | 101011 | 10000000 | 1101100 | 1000010 | 0 | 10000 | 110010 | 10100110 | 110010 | 100010 |
Color Harmonies of #2B806C
Complementary color
Monochromatic Colors of #2B806C
Black with #2B806C
Text Example
Text Example
White with #2B806C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B806C; }
p { color: rgb(43,128,108); }
H1.HeaderClassName
{
color: #2B806C;
}
.AnyTagClassName
{
color: #2B806C;
}
</style>
background-color css
<style>
a { background-color: #2B806C; }
a { background-color: rgb(43,128,108); }
div.DivClassName
{
background-color: #2B806C;
}
.BgClassName
{
background-color: #2B806C;
}
</style>
border-color css
<style>
span { border-color: #2B806C; }
span { border-color: rgb(43,128,108); }
td.TdClassName
{
border-color: #2B806C;
}
.TagClassName
{
border-color: #2B806C;
}
</style>