Shades of Genoa #2C6F6B
Tints of Genoa #2C6F6B
RGB
CMYK
RGB Variations
Color information
#2C6F6B (or 0x2C6F6B) is known color: Genoa. HEX triplet: 2C, 6F and 6B. RGB value is (44,111,107). Sum of RGB (Red+Green+Blue) = 44+111+107=262 (34% of max value = 765). Red value is 44 (17.58% from 255 or 16.79% from 262); Green value is 111 (43.75% from 255 or 42.37% from 262); Blue value is 107 (42.19% from 255 or 40.84% from 262); Max value from RGB is 111 - color contains mainly: green. Hex color #2C6F6B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2C6F6B is #D39094. Grayscale: #5A5A5A. Windows color (decimal): -13865109 or 7040812. OLE color: 7040812.
HSL color Cylindrical-coordinate representation of color #2C6F6B: hue angle of 176.42º degrees, saturation: 0.43, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #2C6F6B is Cyan = 0.60, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 44 | 111 | 107 | - |
| CMYK | 0.60 | 0 | 0.04 | 0.56 |
| HSL | 176.42º | 0.43% | 0.3% | - |
| HSV(B) | 176.42º | 0.6% | 0.44% | - |
| XYZ | 9.38 | 12.97 | 15.92 | - |
| YUV | 90.51 | 137.3 | 94.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 111 | 107 | 0.60 | 0 | 0.04 | 0.56 | 176.42 | 0.43 | 0.3 |
| Hex | 2C | 6F | 6B | 3C | 0 | 4 | 38 | B0 | 2B | 1E |
| Octal | 54 | 157 | 153 | 74 | 0 | 4 | 70 | 260 | 53 | 36 |
| Binary | 101100 | 1101111 | 1101011 | 111100 | 0 | 100 | 111000 | 10110000 | 101011 | 11110 |
Color Harmonies of #2C6F6B
Complementary color
Monochromatic Colors of #2C6F6B
Black with #2C6F6B
Text Example
Text Example
White with #2C6F6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C6F6B; }
p { color: rgb(44,111,107); }
H1.HeaderClassName
{
color: #2C6F6B;
}
.AnyTagClassName
{
color: #2C6F6B;
}
</style>
background-color css
<style>
a { background-color: #2C6F6B; }
a { background-color: rgb(44,111,107); }
div.DivClassName
{
background-color: #2C6F6B;
}
.BgClassName
{
background-color: #2C6F6B;
}
</style>
border-color css
<style>
span { border-color: #2C6F6B; }
span { border-color: rgb(44,111,107); }
td.TdClassName
{
border-color: #2C6F6B;
}
.TagClassName
{
border-color: #2C6F6B;
}
</style>