Shades of Genoa #2B6A65
Tints of Genoa #2B6A65
RGB
CMYK
RGB Variations
Color information
#2B6A65 (or 0x2B6A65) is known color: Genoa. HEX triplet: 2B, 6A and 65. RGB value is (43,106,101). Sum of RGB (Red+Green+Blue) = 43+106+101=250 (33% of max value = 765). Red value is 43 (17.19% from 255 or 17.2% from 250); Green value is 106 (41.80% from 255 or 42.4% from 250); Blue value is 101 (39.84% from 255 or 40.4% from 250); Max value from RGB is 106 - color contains mainly: green. Hex color #2B6A65 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2B6A65 is #D4959A. Grayscale: #565656. Windows color (decimal): -13931931 or 6646315. OLE color: 6646315.
HSL color Cylindrical-coordinate representation of color #2B6A65: hue angle of 175.24º degrees, saturation: 0.42, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #2B6A65 is Cyan = 0.59, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 43 | 106 | 101 | - |
| CMYK | 0.59 | 0 | 0.05 | 0.58 |
| HSL | 175.24º | 0.42% | 0.29% | - |
| HSV(B) | 175.24º | 0.59% | 0.42% | - |
| XYZ | 8.5 | 11.76 | 14.13 | - |
| YUV | 86.59 | 136.13 | 96.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 106 | 101 | 0.59 | 0 | 0.05 | 0.58 | 175.24 | 0.42 | 0.29 |
| Hex | 2B | 6A | 65 | 3B | 0 | 5 | 3A | AF | 2A | 1D |
| Octal | 53 | 152 | 145 | 73 | 0 | 5 | 72 | 257 | 52 | 35 |
| Binary | 101011 | 1101010 | 1100101 | 111011 | 0 | 101 | 111010 | 10101111 | 101010 | 11101 |
Color Harmonies of #2B6A65
Complementary color
Monochromatic Colors of #2B6A65
Black with #2B6A65
Text Example
Text Example
White with #2B6A65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B6A65; }
p { color: rgb(43,106,101); }
H1.HeaderClassName
{
color: #2B6A65;
}
.AnyTagClassName
{
color: #2B6A65;
}
</style>
background-color css
<style>
a { background-color: #2B6A65; }
a { background-color: rgb(43,106,101); }
div.DivClassName
{
background-color: #2B6A65;
}
.BgClassName
{
background-color: #2B6A65;
}
</style>
border-color css
<style>
span { border-color: #2B6A65; }
span { border-color: rgb(43,106,101); }
td.TdClassName
{
border-color: #2B6A65;
}
.TagClassName
{
border-color: #2B6A65;
}
</style>