Shades of Genoa #2E726E
Tints of Genoa #2E726E
RGB
CMYK
RGB Variations
Color information
#2E726E (or 0x2E726E) is known color: Genoa. HEX triplet: 2E, 72 and 6E. RGB value is (46,114,110). Sum of RGB (Red+Green+Blue) = 46+114+110=270 (35% of max value = 765). Red value is 46 (18.36% from 255 or 17.04% from 270); Green value is 114 (44.92% from 255 or 42.22% from 270); Blue value is 110 (43.36% from 255 or 40.74% from 270); Max value from RGB is 114 - color contains mainly: green. Hex color #2E726E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2E726E is #D18D91. Grayscale: #5D5D5D. Windows color (decimal): -13733266 or 7238190. OLE color: 7238190.
HSL color Cylindrical-coordinate representation of color #2E726E: hue angle of 176.47º degrees, saturation: 0.43, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #2E726E is Cyan = 0.60, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 46 | 114 | 110 | - |
| CMYK | 0.60 | 0 | 0.04 | 0.55 |
| HSL | 176.47º | 0.43% | 0.31% | - |
| HSV(B) | 176.47º | 0.6% | 0.45% | - |
| XYZ | 9.96 | 13.74 | 16.88 | - |
| YUV | 93.21 | 137.47 | 94.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 114 | 110 | 0.60 | 0 | 0.04 | 0.55 | 176.47 | 0.43 | 0.31 |
| Hex | 2E | 72 | 6E | 3C | 0 | 4 | 37 | B0 | 2A | 1F |
| Octal | 56 | 162 | 156 | 74 | 0 | 4 | 67 | 260 | 52 | 37 |
| Binary | 101110 | 1110010 | 1101110 | 111100 | 0 | 100 | 110111 | 10110000 | 101010 | 11111 |
Color Harmonies of #2E726E
Complementary color
Monochromatic Colors of #2E726E
Black with #2E726E
Text Example
Text Example
White with #2E726E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E726E; }
p { color: rgb(46,114,110); }
H1.HeaderClassName
{
color: #2E726E;
}
.AnyTagClassName
{
color: #2E726E;
}
</style>
background-color css
<style>
a { background-color: #2E726E; }
a { background-color: rgb(46,114,110); }
div.DivClassName
{
background-color: #2E726E;
}
.BgClassName
{
background-color: #2E726E;
}
</style>
border-color css
<style>
span { border-color: #2E726E; }
span { border-color: rgb(46,114,110); }
td.TdClassName
{
border-color: #2E726E;
}
.TagClassName
{
border-color: #2E726E;
}
</style>