Shades of Genoa #2B756C
Tints of Genoa #2B756C
RGB
CMYK
RGB Variations
Color information
#2B756C (or 0x2B756C) is known color: Genoa. HEX triplet: 2B, 75 and 6C. RGB value is (43,117,108). Sum of RGB (Red+Green+Blue) = 43+117+108=268 (35% of max value = 765). Red value is 43 (17.19% from 255 or 16.04% from 268); Green value is 117 (46.09% from 255 or 43.66% from 268); Blue value is 108 (42.58% from 255 or 40.30% from 268); Max value from RGB is 117 - color contains mainly: green. Hex color #2B756C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2B756C is #D48A93. Grayscale: #5D5D5D. Windows color (decimal): -13929108 or 7107883. OLE color: 7107883.
HSL color Cylindrical-coordinate representation of color #2B756C: hue angle of 172.7º 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 #2B756C is Cyan = 0.63, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 43 | 117 | 108 | - |
| CMYK | 0.63 | 0 | 0.08 | 0.54 |
| HSL | 172.7º | 0.46% | 0.31% | - |
| HSV(B) | 172.7º | 0.63% | 0.46% | - |
| XYZ | 10.06 | 14.32 | 16.42 | - |
| YUV | 93.85 | 135.98 | 91.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 117 | 108 | 0.63 | 0 | 0.08 | 0.54 | 172.7 | 0.46 | 0.31 |
| Hex | 2B | 75 | 6C | 3F | 0 | 8 | 36 | AD | 2E | 1F |
| Octal | 53 | 165 | 154 | 77 | 0 | 10 | 66 | 255 | 56 | 37 |
| Binary | 101011 | 1110101 | 1101100 | 111111 | 0 | 1000 | 110110 | 10101101 | 101110 | 11111 |
Color Harmonies of #2B756C
Complementary color
Monochromatic Colors of #2B756C
Black with #2B756C
Text Example
Text Example
White with #2B756C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B756C; }
p { color: rgb(43,117,108); }
H1.HeaderClassName
{
color: #2B756C;
}
.AnyTagClassName
{
color: #2B756C;
}
</style>
background-color css
<style>
a { background-color: #2B756C; }
a { background-color: rgb(43,117,108); }
div.DivClassName
{
background-color: #2B756C;
}
.BgClassName
{
background-color: #2B756C;
}
</style>
border-color css
<style>
span { border-color: #2B756C; }
span { border-color: rgb(43,117,108); }
td.TdClassName
{
border-color: #2B756C;
}
.TagClassName
{
border-color: #2B756C;
}
</style>