Shades of Genoa #2B6E66
Tints of Genoa #2B6E66
RGB
CMYK
RGB Variations
Color information
#2B6E66 (or 0x2B6E66) is known color: Genoa. HEX triplet: 2B, 6E and 66. RGB value is (43,110,102). Sum of RGB (Red+Green+Blue) = 43+110+102=255 (33% of max value = 765). Red value is 43 (17.19% from 255 or 16.86% from 255); Green value is 110 (43.36% from 255 or 43.14% from 255); Blue value is 102 (40.23% from 255 or 40% from 255); Max value from RGB is 110 - color contains mainly: green. Hex color #2B6E66 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2B6E66 is #D49199. Grayscale: #595959. Windows color (decimal): -13930906 or 6712875. OLE color: 6712875.
HSL color Cylindrical-coordinate representation of color #2B6E66: hue angle of 172.84º degrees, saturation: 0.44, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #2B6E66 is Cyan = 0.61, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 43 | 110 | 102 | - |
| CMYK | 0.61 | 0 | 0.07 | 0.57 |
| HSL | 172.84º | 0.44% | 0.3% | - |
| HSV(B) | 172.84º | 0.61% | 0.43% | - |
| XYZ | 8.97 | 12.62 | 14.53 | - |
| YUV | 89.06 | 135.3 | 95.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 110 | 102 | 0.61 | 0 | 0.07 | 0.57 | 172.84 | 0.44 | 0.3 |
| Hex | 2B | 6E | 66 | 3D | 0 | 7 | 39 | AD | 2C | 1E |
| Octal | 53 | 156 | 146 | 75 | 0 | 7 | 71 | 255 | 54 | 36 |
| Binary | 101011 | 1101110 | 1100110 | 111101 | 0 | 111 | 111001 | 10101101 | 101100 | 11110 |
Color Harmonies of #2B6E66
Complementary color
Monochromatic Colors of #2B6E66
Black with #2B6E66
Text Example
Text Example
White with #2B6E66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B6E66; }
p { color: rgb(43,110,102); }
H1.HeaderClassName
{
color: #2B6E66;
}
.AnyTagClassName
{
color: #2B6E66;
}
</style>
background-color css
<style>
a { background-color: #2B6E66; }
a { background-color: rgb(43,110,102); }
div.DivClassName
{
background-color: #2B6E66;
}
.BgClassName
{
background-color: #2B6E66;
}
</style>
border-color css
<style>
span { border-color: #2B6E66; }
span { border-color: rgb(43,110,102); }
td.TdClassName
{
border-color: #2B6E66;
}
.TagClassName
{
border-color: #2B6E66;
}
</style>