Shades of Genoa #2B7465
Tints of Genoa #2B7465
RGB
CMYK
RGB Variations
Color information
#2B7465 (or 0x2B7465) is known color: Genoa. HEX triplet: 2B, 74 and 65. RGB value is (43,116,101). Sum of RGB (Red+Green+Blue) = 43+116+101=260 (34% of max value = 765). Red value is 43 (17.19% from 255 or 16.54% from 260); Green value is 116 (45.70% from 255 or 44.62% from 260); Blue value is 101 (39.84% from 255 or 38.85% from 260); Max value from RGB is 116 - color contains mainly: green. Hex color #2B7465 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2B7465 is #D48B9A. Grayscale: #5C5C5C. Windows color (decimal): -13929371 or 6648875. OLE color: 6648875.
HSL color Cylindrical-coordinate representation of color #2B7465: hue angle of 167.67º degrees, saturation: 0.46, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #2B7465 is Cyan = 0.63, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 43 | 116 | 101 | - |
| CMYK | 0.63 | 0 | 0.13 | 0.55 |
| HSL | 167.67º | 0.46% | 0.31% | - |
| HSV(B) | 167.67º | 0.63% | 0.45% | - |
| XYZ | 9.59 | 13.94 | 14.5 | - |
| YUV | 92.46 | 132.82 | 92.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 116 | 101 | 0.63 | 0 | 0.13 | 0.55 | 167.67 | 0.46 | 0.31 |
| Hex | 2B | 74 | 65 | 3F | 0 | D | 37 | A8 | 2E | 1F |
| Octal | 53 | 164 | 145 | 77 | 0 | 15 | 67 | 250 | 56 | 37 |
| Binary | 101011 | 1110100 | 1100101 | 111111 | 0 | 1101 | 110111 | 10101000 | 101110 | 11111 |
Color Harmonies of #2B7465
Complementary color
Monochromatic Colors of #2B7465
Black with #2B7465
Text Example
Text Example
White with #2B7465
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B7465; }
p { color: rgb(43,116,101); }
H1.HeaderClassName
{
color: #2B7465;
}
.AnyTagClassName
{
color: #2B7465;
}
</style>
background-color css
<style>
a { background-color: #2B7465; }
a { background-color: rgb(43,116,101); }
div.DivClassName
{
background-color: #2B7465;
}
.BgClassName
{
background-color: #2B7465;
}
</style>
border-color css
<style>
span { border-color: #2B7465; }
span { border-color: rgb(43,116,101); }
td.TdClassName
{
border-color: #2B7465;
}
.TagClassName
{
border-color: #2B7465;
}
</style>