Shades of Genoa #2B6E6A
Tints of Genoa #2B6E6A
RGB
CMYK
RGB Variations
Color information
#2B6E6A (or 0x2B6E6A) is known color: Genoa. HEX triplet: 2B, 6E and 6A. RGB value is (43,110,106). Sum of RGB (Red+Green+Blue) = 43+110+106=259 (34% of max value = 765). Red value is 43 (17.19% from 255 or 16.60% from 259); Green value is 110 (43.36% from 255 or 42.47% from 259); Blue value is 106 (41.80% from 255 or 40.93% from 259); Max value from RGB is 110 - color contains mainly: green. Hex color #2B6E6A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2B6E6A is #D49195. Grayscale: #595959. Windows color (decimal): -13930902 or 6975019. OLE color: 6975019.
HSL color Cylindrical-coordinate representation of color #2B6E6A: hue angle of 176.42º 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 #2B6E6A is Cyan = 0.61, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 43 | 110 | 106 | - |
| CMYK | 0.61 | 0 | 0.04 | 0.57 |
| HSL | 176.42º | 0.44% | 0.3% | - |
| HSV(B) | 176.42º | 0.61% | 0.43% | - |
| XYZ | 9.17 | 12.71 | 15.6 | - |
| YUV | 89.51 | 137.3 | 94.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 110 | 106 | 0.61 | 0 | 0.04 | 0.57 | 176.42 | 0.44 | 0.3 |
| Hex | 2B | 6E | 6A | 3D | 0 | 4 | 39 | B0 | 2C | 1E |
| Octal | 53 | 156 | 152 | 75 | 0 | 4 | 71 | 260 | 54 | 36 |
| Binary | 101011 | 1101110 | 1101010 | 111101 | 0 | 100 | 111001 | 10110000 | 101100 | 11110 |
Color Harmonies of #2B6E6A
Complementary color
Monochromatic Colors of #2B6E6A
Black with #2B6E6A
Text Example
Text Example
White with #2B6E6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B6E6A; }
p { color: rgb(43,110,106); }
H1.HeaderClassName
{
color: #2B6E6A;
}
.AnyTagClassName
{
color: #2B6E6A;
}
</style>
background-color css
<style>
a { background-color: #2B6E6A; }
a { background-color: rgb(43,110,106); }
div.DivClassName
{
background-color: #2B6E6A;
}
.BgClassName
{
background-color: #2B6E6A;
}
</style>
border-color css
<style>
span { border-color: #2B6E6A; }
span { border-color: rgb(43,110,106); }
td.TdClassName
{
border-color: #2B6E6A;
}
.TagClassName
{
border-color: #2B6E6A;
}
</style>