Shades of Genoa #2B746D
Tints of Genoa #2B746D
RGB
CMYK
RGB Variations
Color information
#2B746D (or 0x2B746D) is known color: Genoa. HEX triplet: 2B, 74 and 6D. RGB value is (43,116,109). Sum of RGB (Red+Green+Blue) = 43+116+109=268 (35% of max value = 765). Red value is 43 (17.19% from 255 or 16.04% from 268); Green value is 116 (45.70% from 255 or 43.28% from 268); Blue value is 109 (42.97% from 255 or 40.67% from 268); Max value from RGB is 116 - color contains mainly: green. Hex color #2B746D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2B746D is #D48B92. Grayscale: #5D5D5D. Windows color (decimal): -13929363 or 7173163. OLE color: 7173163.
HSL color Cylindrical-coordinate representation of color #2B746D: hue angle of 174.25º 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 #2B746D is Cyan = 0.63, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 43 | 116 | 109 | - |
| CMYK | 0.63 | 0 | 0.06 | 0.55 |
| HSL | 174.25º | 0.46% | 0.31% | - |
| HSV(B) | 174.25º | 0.63% | 0.45% | - |
| XYZ | 10 | 14.11 | 16.66 | - |
| YUV | 93.38 | 136.82 | 92.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 116 | 109 | 0.63 | 0 | 0.06 | 0.55 | 174.25 | 0.46 | 0.31 |
| Hex | 2B | 74 | 6D | 3F | 0 | 6 | 37 | AE | 2E | 1F |
| Octal | 53 | 164 | 155 | 77 | 0 | 6 | 67 | 256 | 56 | 37 |
| Binary | 101011 | 1110100 | 1101101 | 111111 | 0 | 110 | 110111 | 10101110 | 101110 | 11111 |
Color Harmonies of #2B746D
Complementary color
Monochromatic Colors of #2B746D
Black with #2B746D
Text Example
Text Example
White with #2B746D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B746D; }
p { color: rgb(43,116,109); }
H1.HeaderClassName
{
color: #2B746D;
}
.AnyTagClassName
{
color: #2B746D;
}
</style>
background-color css
<style>
a { background-color: #2B746D; }
a { background-color: rgb(43,116,109); }
div.DivClassName
{
background-color: #2B746D;
}
.BgClassName
{
background-color: #2B746D;
}
</style>
border-color css
<style>
span { border-color: #2B746D; }
span { border-color: rgb(43,116,109); }
td.TdClassName
{
border-color: #2B746D;
}
.TagClassName
{
border-color: #2B746D;
}
</style>