Shades of Genoa #2B756D
Tints of Genoa #2B756D
RGB
CMYK
RGB Variations
Color information
#2B756D (or 0x2B756D) is known color: Genoa. HEX triplet: 2B, 75 and 6D. RGB value is (43,117,109). Sum of RGB (Red+Green+Blue) = 43+117+109=269 (35% of max value = 765). Red value is 43 (17.19% from 255 or 15.99% from 269); Green value is 117 (46.09% from 255 or 43.49% from 269); Blue value is 109 (42.97% from 255 or 40.52% from 269); Max value from RGB is 117 - color contains mainly: green. Hex color #2B756D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2B756D is #D48A92. Grayscale: #5D5D5D. Windows color (decimal): -13929107 or 7173419. OLE color: 7173419.
HSL color Cylindrical-coordinate representation of color #2B756D: hue angle of 173.51º degrees, saturation: 0.46, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #2B756D is Cyan = 0.63, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 43 | 117 | 109 | - |
| CMYK | 0.63 | 0 | 0.07 | 0.54 |
| HSL | 173.51º | 0.46% | 0.31% | - |
| HSV(B) | 173.51º | 0.63% | 0.46% | - |
| XYZ | 10.12 | 14.34 | 16.7 | - |
| YUV | 93.96 | 136.48 | 91.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 117 | 109 | 0.63 | 0 | 0.07 | 0.54 | 173.51 | 0.46 | 0.31 |
| Hex | 2B | 75 | 6D | 3F | 0 | 7 | 36 | AE | 2E | 1F |
| Octal | 53 | 165 | 155 | 77 | 0 | 7 | 66 | 256 | 56 | 37 |
| Binary | 101011 | 1110101 | 1101101 | 111111 | 0 | 111 | 110110 | 10101110 | 101110 | 11111 |
Color Harmonies of #2B756D
Complementary color
Monochromatic Colors of #2B756D
Black with #2B756D
Text Example
Text Example
White with #2B756D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B756D; }
p { color: rgb(43,117,109); }
H1.HeaderClassName
{
color: #2B756D;
}
.AnyTagClassName
{
color: #2B756D;
}
</style>
background-color css
<style>
a { background-color: #2B756D; }
a { background-color: rgb(43,117,109); }
div.DivClassName
{
background-color: #2B756D;
}
.BgClassName
{
background-color: #2B756D;
}
</style>
border-color css
<style>
span { border-color: #2B756D; }
span { border-color: rgb(43,117,109); }
td.TdClassName
{
border-color: #2B756D;
}
.TagClassName
{
border-color: #2B756D;
}
</style>