Shades of Genoa #2B7266
Tints of Genoa #2B7266
RGB
CMYK
RGB Variations
Color information
#2B7266 (or 0x2B7266) is known color: Genoa. HEX triplet: 2B, 72 and 66. RGB value is (43,114,102). Sum of RGB (Red+Green+Blue) = 43+114+102=259 (34% of max value = 765). Red value is 43 (17.19% from 255 or 16.60% from 259); Green value is 114 (44.92% from 255 or 44.02% from 259); Blue value is 102 (40.23% from 255 or 39.38% from 259); Max value from RGB is 114 - color contains mainly: green. Hex color #2B7266 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2B7266 is #D48D99. Grayscale: #5B5B5B. Windows color (decimal): -13929882 or 6713899. OLE color: 6713899.
HSL color Cylindrical-coordinate representation of color #2B7266: hue angle of 169.86º degrees, saturation: 0.45, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #2B7266 is Cyan = 0.62, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 43 | 114 | 102 | - |
| CMYK | 0.62 | 0 | 0.11 | 0.55 |
| HSL | 169.86º | 0.45% | 0.31% | - |
| HSV(B) | 169.86º | 0.62% | 0.45% | - |
| XYZ | 9.41 | 13.51 | 14.68 | - |
| YUV | 91.4 | 133.98 | 93.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 114 | 102 | 0.62 | 0 | 0.11 | 0.55 | 169.86 | 0.45 | 0.31 |
| Hex | 2B | 72 | 66 | 3E | 0 | B | 37 | AA | 2D | 1F |
| Octal | 53 | 162 | 146 | 76 | 0 | 13 | 67 | 252 | 55 | 37 |
| Binary | 101011 | 1110010 | 1100110 | 111110 | 0 | 1011 | 110111 | 10101010 | 101101 | 11111 |
Color Harmonies of #2B7266
Complementary color
Monochromatic Colors of #2B7266
Black with #2B7266
Text Example
Text Example
White with #2B7266
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B7266; }
p { color: rgb(43,114,102); }
H1.HeaderClassName
{
color: #2B7266;
}
.AnyTagClassName
{
color: #2B7266;
}
</style>
background-color css
<style>
a { background-color: #2B7266; }
a { background-color: rgb(43,114,102); }
div.DivClassName
{
background-color: #2B7266;
}
.BgClassName
{
background-color: #2B7266;
}
</style>
border-color css
<style>
span { border-color: #2B7266; }
span { border-color: rgb(43,114,102); }
td.TdClassName
{
border-color: #2B7266;
}
.TagClassName
{
border-color: #2B7266;
}
</style>