Shades of Genoa #2B6E65
Tints of Genoa #2B6E65
RGB
CMYK
RGB Variations
Color information
#2B6E65 (or 0x2B6E65) is known color: Genoa. HEX triplet: 2B, 6E and 65. RGB value is (43,110,101). Sum of RGB (Red+Green+Blue) = 43+110+101=254 (33% of max value = 765). Red value is 43 (17.19% from 255 or 16.93% from 254); Green value is 110 (43.36% from 255 or 43.31% from 254); Blue value is 101 (39.84% from 255 or 39.76% from 254); Max value from RGB is 110 - color contains mainly: green. Hex color #2B6E65 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2B6E65 is #D4919A. Grayscale: #585858. Windows color (decimal): -13930907 or 6647339. OLE color: 6647339.
HSL color Cylindrical-coordinate representation of color #2B6E65: hue angle of 171.94º degrees, saturation: 0.44, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #2B6E65 is Cyan = 0.61, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 43 | 110 | 101 | - |
| CMYK | 0.61 | 0 | 0.08 | 0.57 |
| HSL | 171.94º | 0.44% | 0.3% | - |
| HSV(B) | 171.94º | 0.61% | 0.43% | - |
| XYZ | 8.92 | 12.61 | 14.27 | - |
| YUV | 88.94 | 134.8 | 95.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 110 | 101 | 0.61 | 0 | 0.08 | 0.57 | 171.94 | 0.44 | 0.3 |
| Hex | 2B | 6E | 65 | 3D | 0 | 8 | 39 | AC | 2C | 1E |
| Octal | 53 | 156 | 145 | 75 | 0 | 10 | 71 | 254 | 54 | 36 |
| Binary | 101011 | 1101110 | 1100101 | 111101 | 0 | 1000 | 111001 | 10101100 | 101100 | 11110 |
Color Harmonies of #2B6E65
Complementary color
Monochromatic Colors of #2B6E65
Black with #2B6E65
Text Example
Text Example
White with #2B6E65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B6E65; }
p { color: rgb(43,110,101); }
H1.HeaderClassName
{
color: #2B6E65;
}
.AnyTagClassName
{
color: #2B6E65;
}
</style>
background-color css
<style>
a { background-color: #2B6E65; }
a { background-color: rgb(43,110,101); }
div.DivClassName
{
background-color: #2B6E65;
}
.BgClassName
{
background-color: #2B6E65;
}
</style>
border-color css
<style>
span { border-color: #2B6E65; }
span { border-color: rgb(43,110,101); }
td.TdClassName
{
border-color: #2B6E65;
}
.TagClassName
{
border-color: #2B6E65;
}
</style>