Shades of Genoa #2B726C
Tints of Genoa #2B726C
RGB
CMYK
RGB Variations
Color information
#2B726C (or 0x2B726C) is known color: Genoa. HEX triplet: 2B, 72 and 6C. RGB value is (43,114,108). Sum of RGB (Red+Green+Blue) = 43+114+108=265 (35% of max value = 765). Red value is 43 (17.19% from 255 or 16.23% from 265); Green value is 114 (44.92% from 255 or 43.02% from 265); Blue value is 108 (42.58% from 255 or 40.75% from 265); Max value from RGB is 114 - color contains mainly: green. Hex color #2B726C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2B726C is #D48D93. Grayscale: #5C5C5C. Windows color (decimal): -13929876 or 7107115. OLE color: 7107115.
HSL color Cylindrical-coordinate representation of color #2B726C: hue angle of 174.93º degrees, saturation: 0.45, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #2B726C is Cyan = 0.62, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 43 | 114 | 108 | - |
| CMYK | 0.62 | 0 | 0.05 | 0.55 |
| HSL | 174.93º | 0.45% | 0.31% | - |
| HSV(B) | 174.93º | 0.62% | 0.45% | - |
| XYZ | 9.72 | 13.63 | 16.31 | - |
| YUV | 92.09 | 136.98 | 92.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 114 | 108 | 0.62 | 0 | 0.05 | 0.55 | 174.93 | 0.45 | 0.31 |
| Hex | 2B | 72 | 6C | 3E | 0 | 5 | 37 | AF | 2D | 1F |
| Octal | 53 | 162 | 154 | 76 | 0 | 5 | 67 | 257 | 55 | 37 |
| Binary | 101011 | 1110010 | 1101100 | 111110 | 0 | 101 | 110111 | 10101111 | 101101 | 11111 |
Color Harmonies of #2B726C
Complementary color
Monochromatic Colors of #2B726C
Black with #2B726C
Text Example
Text Example
White with #2B726C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B726C; }
p { color: rgb(43,114,108); }
H1.HeaderClassName
{
color: #2B726C;
}
.AnyTagClassName
{
color: #2B726C;
}
</style>
background-color css
<style>
a { background-color: #2B726C; }
a { background-color: rgb(43,114,108); }
div.DivClassName
{
background-color: #2B726C;
}
.BgClassName
{
background-color: #2B726C;
}
</style>
border-color css
<style>
span { border-color: #2B726C; }
span { border-color: rgb(43,114,108); }
td.TdClassName
{
border-color: #2B726C;
}
.TagClassName
{
border-color: #2B726C;
}
</style>