Shades of Genoa #2B7168
Tints of Genoa #2B7168
RGB
CMYK
RGB Variations
Color information
#2B7168 (or 0x2B7168) is known color: Genoa. HEX triplet: 2B, 71 and 68. RGB value is (43,113,104). Sum of RGB (Red+Green+Blue) = 43+113+104=260 (34% of max value = 765). Red value is 43 (17.19% from 255 or 16.54% from 260); Green value is 113 (44.53% from 255 or 43.46% from 260); Blue value is 104 (41.02% from 255 or 40% from 260); Max value from RGB is 113 - color contains mainly: green. Hex color #2B7168 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2B7168 is #D48E97. Grayscale: #5B5B5B. Windows color (decimal): -13930136 or 6844715. OLE color: 6844715.
HSL color Cylindrical-coordinate representation of color #2B7168: hue angle of 172.29º degrees, saturation: 0.45, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #2B7168 is Cyan = 0.62, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 43 | 113 | 104 | - |
| CMYK | 0.62 | 0 | 0.08 | 0.56 |
| HSL | 172.29º | 0.45% | 0.31% | - |
| HSV(B) | 172.29º | 0.62% | 0.44% | - |
| XYZ | 9.4 | 13.32 | 15.17 | - |
| YUV | 91.04 | 135.31 | 93.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 113 | 104 | 0.62 | 0 | 0.08 | 0.56 | 172.29 | 0.45 | 0.31 |
| Hex | 2B | 71 | 68 | 3E | 0 | 8 | 38 | AC | 2D | 1F |
| Octal | 53 | 161 | 150 | 76 | 0 | 10 | 70 | 254 | 55 | 37 |
| Binary | 101011 | 1110001 | 1101000 | 111110 | 0 | 1000 | 111000 | 10101100 | 101101 | 11111 |
Color Harmonies of #2B7168
Complementary color
Monochromatic Colors of #2B7168
Black with #2B7168
Text Example
Text Example
White with #2B7168
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B7168; }
p { color: rgb(43,113,104); }
H1.HeaderClassName
{
color: #2B7168;
}
.AnyTagClassName
{
color: #2B7168;
}
</style>
background-color css
<style>
a { background-color: #2B7168; }
a { background-color: rgb(43,113,104); }
div.DivClassName
{
background-color: #2B7168;
}
.BgClassName
{
background-color: #2B7168;
}
</style>
border-color css
<style>
span { border-color: #2B7168; }
span { border-color: rgb(43,113,104); }
td.TdClassName
{
border-color: #2B7168;
}
.TagClassName
{
border-color: #2B7168;
}
</style>