Shades of Genoa #2B6A66
Tints of Genoa #2B6A66
RGB
CMYK
RGB Variations
Color information
#2B6A66 (or 0x2B6A66) is known color: Genoa. HEX triplet: 2B, 6A and 66. RGB value is (43,106,102). Sum of RGB (Red+Green+Blue) = 43+106+102=251 (33% of max value = 765). Red value is 43 (17.19% from 255 or 17.13% from 251); Green value is 106 (41.80% from 255 or 42.23% from 251); Blue value is 102 (40.23% from 255 or 40.64% from 251); Max value from RGB is 106 - color contains mainly: green. Hex color #2B6A66 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2B6A66 is #D49599. Grayscale: #565656. Windows color (decimal): -13931930 or 6711851. OLE color: 6711851.
HSL color Cylindrical-coordinate representation of color #2B6A66: hue angle of 176.19º degrees, saturation: 0.42, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #2B6A66 is Cyan = 0.59, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 43 | 106 | 102 | - |
| CMYK | 0.59 | 0 | 0.04 | 0.58 |
| HSL | 176.19º | 0.42% | 0.29% | - |
| HSV(B) | 176.19º | 0.59% | 0.42% | - |
| XYZ | 8.55 | 11.78 | 14.39 | - |
| YUV | 86.71 | 136.63 | 96.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 106 | 102 | 0.59 | 0 | 0.04 | 0.58 | 176.19 | 0.42 | 0.29 |
| Hex | 2B | 6A | 66 | 3B | 0 | 4 | 3A | B0 | 2A | 1D |
| Octal | 53 | 152 | 146 | 73 | 0 | 4 | 72 | 260 | 52 | 35 |
| Binary | 101011 | 1101010 | 1100110 | 111011 | 0 | 100 | 111010 | 10110000 | 101010 | 11101 |
Color Harmonies of #2B6A66
Complementary color
Monochromatic Colors of #2B6A66
Black with #2B6A66
Text Example
Text Example
White with #2B6A66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B6A66; }
p { color: rgb(43,106,102); }
H1.HeaderClassName
{
color: #2B6A66;
}
.AnyTagClassName
{
color: #2B6A66;
}
</style>
background-color css
<style>
a { background-color: #2B6A66; }
a { background-color: rgb(43,106,102); }
div.DivClassName
{
background-color: #2B6A66;
}
.BgClassName
{
background-color: #2B6A66;
}
</style>
border-color css
<style>
span { border-color: #2B6A66; }
span { border-color: rgb(43,106,102); }
td.TdClassName
{
border-color: #2B6A66;
}
.TagClassName
{
border-color: #2B6A66;
}
</style>