Shades of Genoa #2B746C
Tints of Genoa #2B746C
RGB
CMYK
RGB Variations
Color information
#2B746C (or 0x2B746C) is known color: Genoa. HEX triplet: 2B, 74 and 6C. RGB value is (43,116,108). Sum of RGB (Red+Green+Blue) = 43+116+108=267 (35% of max value = 765). Red value is 43 (17.19% from 255 or 16.10% from 267); Green value is 116 (45.70% from 255 or 43.45% from 267); Blue value is 108 (42.58% from 255 or 40.45% from 267); Max value from RGB is 116 - color contains mainly: green. Hex color #2B746C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2B746C is #D48B93. Grayscale: #5D5D5D. Windows color (decimal): -13929364 or 7107627. OLE color: 7107627.
HSL color Cylindrical-coordinate representation of color #2B746C: hue angle of 173.42º 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 #2B746C is Cyan = 0.63, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 43 | 116 | 108 | - |
| CMYK | 0.63 | 0 | 0.07 | 0.55 |
| HSL | 173.42º | 0.46% | 0.31% | - |
| HSV(B) | 173.42º | 0.63% | 0.45% | - |
| XYZ | 9.95 | 14.09 | 16.38 | - |
| YUV | 93.26 | 136.32 | 92.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 116 | 108 | 0.63 | 0 | 0.07 | 0.55 | 173.42 | 0.46 | 0.31 |
| Hex | 2B | 74 | 6C | 3F | 0 | 7 | 37 | AD | 2E | 1F |
| Octal | 53 | 164 | 154 | 77 | 0 | 7 | 67 | 255 | 56 | 37 |
| Binary | 101011 | 1110100 | 1101100 | 111111 | 0 | 111 | 110111 | 10101101 | 101110 | 11111 |
Color Harmonies of #2B746C
Complementary color
Monochromatic Colors of #2B746C
Black with #2B746C
Text Example
Text Example
White with #2B746C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B746C; }
p { color: rgb(43,116,108); }
H1.HeaderClassName
{
color: #2B746C;
}
.AnyTagClassName
{
color: #2B746C;
}
</style>
background-color css
<style>
a { background-color: #2B746C; }
a { background-color: rgb(43,116,108); }
div.DivClassName
{
background-color: #2B746C;
}
.BgClassName
{
background-color: #2B746C;
}
</style>
border-color css
<style>
span { border-color: #2B746C; }
span { border-color: rgb(43,116,108); }
td.TdClassName
{
border-color: #2B746C;
}
.TagClassName
{
border-color: #2B746C;
}
</style>