Shades of Genoa #2B746B
Tints of Genoa #2B746B
RGB
CMYK
RGB Variations
Color information
#2B746B (or 0x2B746B) is known color: Genoa. HEX triplet: 2B, 74 and 6B. RGB value is (43,116,107). Sum of RGB (Red+Green+Blue) = 43+116+107=266 (35% of max value = 765). Red value is 43 (17.19% from 255 or 16.17% from 266); Green value is 116 (45.70% from 255 or 43.61% from 266); Blue value is 107 (42.19% from 255 or 40.23% from 266); Max value from RGB is 116 - color contains mainly: green. Hex color #2B746B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2B746B is #D48B94. Grayscale: #5D5D5D. Windows color (decimal): -13929365 or 7042091. OLE color: 7042091.
HSL color Cylindrical-coordinate representation of color #2B746B: hue angle of 172.6º degrees, saturation: 0.46, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #2B746B is Cyan = 0.63, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 43 | 116 | 107 | - |
| CMYK | 0.63 | 0 | 0.08 | 0.55 |
| HSL | 172.6º | 0.46% | 0.31% | - |
| HSV(B) | 172.6º | 0.63% | 0.45% | - |
| XYZ | 9.9 | 14.07 | 16.1 | - |
| YUV | 93.15 | 135.82 | 92.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 116 | 107 | 0.63 | 0 | 0.08 | 0.55 | 172.6 | 0.46 | 0.31 |
| Hex | 2B | 74 | 6B | 3F | 0 | 8 | 37 | AD | 2E | 1F |
| Octal | 53 | 164 | 153 | 77 | 0 | 10 | 67 | 255 | 56 | 37 |
| Binary | 101011 | 1110100 | 1101011 | 111111 | 0 | 1000 | 110111 | 10101101 | 101110 | 11111 |
Color Harmonies of #2B746B
Complementary color
Monochromatic Colors of #2B746B
Black with #2B746B
Text Example
Text Example
White with #2B746B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B746B; }
p { color: rgb(43,116,107); }
H1.HeaderClassName
{
color: #2B746B;
}
.AnyTagClassName
{
color: #2B746B;
}
</style>
background-color css
<style>
a { background-color: #2B746B; }
a { background-color: rgb(43,116,107); }
div.DivClassName
{
background-color: #2B746B;
}
.BgClassName
{
background-color: #2B746B;
}
</style>
border-color css
<style>
span { border-color: #2B746B; }
span { border-color: rgb(43,116,107); }
td.TdClassName
{
border-color: #2B746B;
}
.TagClassName
{
border-color: #2B746B;
}
</style>