Shades of Genoa #2E6B66
Tints of Genoa #2E6B66
RGB
CMYK
RGB Variations
Color information
#2E6B66 (or 0x2E6B66) is known color: Genoa. HEX triplet: 2E, 6B and 66. RGB value is (46,107,102). Sum of RGB (Red+Green+Blue) = 46+107+102=255 (33% of max value = 765). Red value is 46 (18.36% from 255 or 18.04% from 255); Green value is 107 (42.19% from 255 or 41.96% from 255); Blue value is 102 (40.23% from 255 or 40% from 255); Max value from RGB is 107 - color contains mainly: green. Hex color #2E6B66 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2E6B66 is #D19499. Grayscale: #585858. Windows color (decimal): -13735066 or 6712110. OLE color: 6712110.
HSL color Cylindrical-coordinate representation of color #2E6B66: hue angle of 175.08º degrees, saturation: 0.4, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #2E6B66 is Cyan = 0.57, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 46 | 107 | 102 | - |
| CMYK | 0.57 | 0 | 0.05 | 0.58 |
| HSL | 175.08º | 0.4% | 0.3% | - |
| HSV(B) | 175.08º | 0.57% | 0.42% | - |
| XYZ | 8.78 | 12.06 | 14.43 | - |
| YUV | 88.19 | 135.79 | 97.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 107 | 102 | 0.57 | 0 | 0.05 | 0.58 | 175.08 | 0.4 | 0.3 |
| Hex | 2E | 6B | 66 | 39 | 0 | 5 | 3A | AF | 28 | 1E |
| Octal | 56 | 153 | 146 | 71 | 0 | 5 | 72 | 257 | 50 | 36 |
| Binary | 101110 | 1101011 | 1100110 | 111001 | 0 | 101 | 111010 | 10101111 | 101000 | 11110 |
Color Harmonies of #2E6B66
Complementary color
Monochromatic Colors of #2E6B66
Black with #2E6B66
Text Example
Text Example
White with #2E6B66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E6B66; }
p { color: rgb(46,107,102); }
H1.HeaderClassName
{
color: #2E6B66;
}
.AnyTagClassName
{
color: #2E6B66;
}
</style>
background-color css
<style>
a { background-color: #2E6B66; }
a { background-color: rgb(46,107,102); }
div.DivClassName
{
background-color: #2E6B66;
}
.BgClassName
{
background-color: #2E6B66;
}
</style>
border-color css
<style>
span { border-color: #2E6B66; }
span { border-color: rgb(46,107,102); }
td.TdClassName
{
border-color: #2E6B66;
}
.TagClassName
{
border-color: #2E6B66;
}
</style>