Shades of Genoa #2E6E65
Tints of Genoa #2E6E65
RGB
CMYK
RGB Variations
Color information
#2E6E65 (or 0x2E6E65) is known color: Genoa. HEX triplet: 2E, 6E and 65. RGB value is (46,110,101). Sum of RGB (Red+Green+Blue) = 46+110+101=257 (34% of max value = 765). Red value is 46 (18.36% from 255 or 17.90% from 257); Green value is 110 (43.36% from 255 or 42.80% from 257); Blue value is 101 (39.84% from 255 or 39.30% from 257); Max value from RGB is 110 - color contains mainly: green. Hex color #2E6E65 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2E6E65 is #D1919A. Grayscale: #595959. Windows color (decimal): -13734299 or 6647342. OLE color: 6647342.
HSL color Cylindrical-coordinate representation of color #2E6E65: hue angle of 171.56º degrees, saturation: 0.41, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #2E6E65 is Cyan = 0.58, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 46 | 110 | 101 | - |
| CMYK | 0.58 | 0 | 0.08 | 0.57 |
| HSL | 171.56º | 0.41% | 0.31% | - |
| HSV(B) | 171.56º | 0.58% | 0.43% | - |
| XYZ | 9.05 | 12.67 | 14.28 | - |
| YUV | 89.84 | 134.3 | 96.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 110 | 101 | 0.58 | 0 | 0.08 | 0.57 | 171.56 | 0.41 | 0.31 |
| Hex | 2E | 6E | 65 | 3A | 0 | 8 | 39 | AC | 29 | 1F |
| Octal | 56 | 156 | 145 | 72 | 0 | 10 | 71 | 254 | 51 | 37 |
| Binary | 101110 | 1101110 | 1100101 | 111010 | 0 | 1000 | 111001 | 10101100 | 101001 | 11111 |
Color Harmonies of #2E6E65
Complementary color
Monochromatic Colors of #2E6E65
Black with #2E6E65
Text Example
Text Example
White with #2E6E65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E6E65; }
p { color: rgb(46,110,101); }
H1.HeaderClassName
{
color: #2E6E65;
}
.AnyTagClassName
{
color: #2E6E65;
}
</style>
background-color css
<style>
a { background-color: #2E6E65; }
a { background-color: rgb(46,110,101); }
div.DivClassName
{
background-color: #2E6E65;
}
.BgClassName
{
background-color: #2E6E65;
}
</style>
border-color css
<style>
span { border-color: #2E6E65; }
span { border-color: rgb(46,110,101); }
td.TdClassName
{
border-color: #2E6E65;
}
.TagClassName
{
border-color: #2E6E65;
}
</style>