Shades of Genoa #2B6B68
Tints of Genoa #2B6B68
RGB
CMYK
RGB Variations
Color information
#2B6B68 (or 0x2B6B68) is known color: Genoa. HEX triplet: 2B, 6B and 68. RGB value is (43,107,104). Sum of RGB (Red+Green+Blue) = 43+107+104=254 (33% of max value = 765). Red value is 43 (17.19% from 255 or 16.93% from 254); Green value is 107 (42.19% from 255 or 42.13% from 254); Blue value is 104 (41.02% from 255 or 40.94% from 254); Max value from RGB is 107 - color contains mainly: green. Hex color #2B6B68 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2B6B68 is #D49497. Grayscale: #575757. Windows color (decimal): -13931672 or 6843179. OLE color: 6843179.
HSL color Cylindrical-coordinate representation of color #2B6B68: hue angle of 177.19º degrees, saturation: 0.43, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #2B6B68 is Cyan = 0.60, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 43 | 107 | 104 | - |
| CMYK | 0.60 | 0 | 0.03 | 0.58 |
| HSL | 177.19º | 0.43% | 0.29% | - |
| HSV(B) | 177.19º | 0.6% | 0.42% | - |
| XYZ | 8.75 | 12.03 | 14.96 | - |
| YUV | 87.52 | 137.3 | 96.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 107 | 104 | 0.60 | 0 | 0.03 | 0.58 | 177.19 | 0.43 | 0.29 |
| Hex | 2B | 6B | 68 | 3C | 0 | 3 | 3A | B1 | 2B | 1D |
| Octal | 53 | 153 | 150 | 74 | 0 | 3 | 72 | 261 | 53 | 35 |
| Binary | 101011 | 1101011 | 1101000 | 111100 | 0 | 11 | 111010 | 10110001 | 101011 | 11101 |
Color Harmonies of #2B6B68
Complementary color
Monochromatic Colors of #2B6B68
Black with #2B6B68
Text Example
Text Example
White with #2B6B68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B6B68; }
p { color: rgb(43,107,104); }
H1.HeaderClassName
{
color: #2B6B68;
}
.AnyTagClassName
{
color: #2B6B68;
}
</style>
background-color css
<style>
a { background-color: #2B6B68; }
a { background-color: rgb(43,107,104); }
div.DivClassName
{
background-color: #2B6B68;
}
.BgClassName
{
background-color: #2B6B68;
}
</style>
border-color css
<style>
span { border-color: #2B6B68; }
span { border-color: rgb(43,107,104); }
td.TdClassName
{
border-color: #2B6B68;
}
.TagClassName
{
border-color: #2B6B68;
}
</style>