Shades of Genoa #2B706A
Tints of Genoa #2B706A
RGB
CMYK
RGB Variations
Color information
#2B706A (or 0x2B706A) is known color: Genoa. HEX triplet: 2B, 70 and 6A. RGB value is (43,112,106). Sum of RGB (Red+Green+Blue) = 43+112+106=261 (34% of max value = 765). Red value is 43 (17.19% from 255 or 16.48% from 261); Green value is 112 (44.14% from 255 or 42.91% from 261); Blue value is 106 (41.80% from 255 or 40.61% from 261); Max value from RGB is 112 - color contains mainly: green. Hex color #2B706A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2B706A is #D48F95. Grayscale: #5A5A5A. Windows color (decimal): -13930390 or 6975531. OLE color: 6975531.
HSL color Cylindrical-coordinate representation of color #2B706A: hue angle of 174.78º degrees, saturation: 0.45, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #2B706A is Cyan = 0.62, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 43 | 112 | 106 | - |
| CMYK | 0.62 | 0 | 0.05 | 0.56 |
| HSL | 174.78º | 0.45% | 0.3% | - |
| HSV(B) | 174.78º | 0.62% | 0.44% | - |
| XYZ | 9.39 | 13.14 | 15.68 | - |
| YUV | 90.69 | 136.64 | 93.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 112 | 106 | 0.62 | 0 | 0.05 | 0.56 | 174.78 | 0.45 | 0.3 |
| Hex | 2B | 70 | 6A | 3E | 0 | 5 | 38 | AF | 2D | 1E |
| Octal | 53 | 160 | 152 | 76 | 0 | 5 | 70 | 257 | 55 | 36 |
| Binary | 101011 | 1110000 | 1101010 | 111110 | 0 | 101 | 111000 | 10101111 | 101101 | 11110 |
Color Harmonies of #2B706A
Complementary color
Monochromatic Colors of #2B706A
Black with #2B706A
Text Example
Text Example
White with #2B706A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B706A; }
p { color: rgb(43,112,106); }
H1.HeaderClassName
{
color: #2B706A;
}
.AnyTagClassName
{
color: #2B706A;
}
</style>
background-color css
<style>
a { background-color: #2B706A; }
a { background-color: rgb(43,112,106); }
div.DivClassName
{
background-color: #2B706A;
}
.BgClassName
{
background-color: #2B706A;
}
</style>
border-color css
<style>
span { border-color: #2B706A; }
span { border-color: rgb(43,112,106); }
td.TdClassName
{
border-color: #2B706A;
}
.TagClassName
{
border-color: #2B706A;
}
</style>