Shades of Genoa #2B756B
Tints of Genoa #2B756B
RGB
CMYK
RGB Variations
Color information
#2B756B (or 0x2B756B) is known color: Genoa. HEX triplet: 2B, 75 and 6B. RGB value is (43,117,107). Sum of RGB (Red+Green+Blue) = 43+117+107=267 (35% of max value = 765). Red value is 43 (17.19% from 255 or 16.10% from 267); Green value is 117 (46.09% from 255 or 43.82% from 267); Blue value is 107 (42.19% from 255 or 40.07% from 267); Max value from RGB is 117 - color contains mainly: green. Hex color #2B756B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2B756B is #D48A94. Grayscale: #5D5D5D. Windows color (decimal): -13929109 or 7042347. OLE color: 7042347.
HSL color Cylindrical-coordinate representation of color #2B756B: hue angle of 171.89º 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 #2B756B is Cyan = 0.63, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 43 | 117 | 107 | - |
| CMYK | 0.63 | 0 | 0.09 | 0.54 |
| HSL | 171.89º | 0.46% | 0.31% | - |
| HSV(B) | 171.89º | 0.63% | 0.46% | - |
| XYZ | 10.01 | 14.3 | 16.14 | - |
| YUV | 93.73 | 135.48 | 91.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 117 | 107 | 0.63 | 0 | 0.09 | 0.54 | 171.89 | 0.46 | 0.31 |
| Hex | 2B | 75 | 6B | 3F | 0 | 9 | 36 | AC | 2E | 1F |
| Octal | 53 | 165 | 153 | 77 | 0 | 11 | 66 | 254 | 56 | 37 |
| Binary | 101011 | 1110101 | 1101011 | 111111 | 0 | 1001 | 110110 | 10101100 | 101110 | 11111 |
Color Harmonies of #2B756B
Complementary color
Monochromatic Colors of #2B756B
Black with #2B756B
Text Example
Text Example
White with #2B756B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B756B; }
p { color: rgb(43,117,107); }
H1.HeaderClassName
{
color: #2B756B;
}
.AnyTagClassName
{
color: #2B756B;
}
</style>
background-color css
<style>
a { background-color: #2B756B; }
a { background-color: rgb(43,117,107); }
div.DivClassName
{
background-color: #2B756B;
}
.BgClassName
{
background-color: #2B756B;
}
</style>
border-color css
<style>
span { border-color: #2B756B; }
span { border-color: rgb(43,117,107); }
td.TdClassName
{
border-color: #2B756B;
}
.TagClassName
{
border-color: #2B756B;
}
</style>