Shades of Genoa #2E726D
Tints of Genoa #2E726D
RGB
CMYK
RGB Variations
Color information
#2E726D (or 0x2E726D) is known color: Genoa. HEX triplet: 2E, 72 and 6D. RGB value is (46,114,109). Sum of RGB (Red+Green+Blue) = 46+114+109=269 (35% of max value = 765). Red value is 46 (18.36% from 255 or 17.10% from 269); Green value is 114 (44.92% from 255 or 42.38% from 269); Blue value is 109 (42.97% from 255 or 40.52% from 269); Max value from RGB is 114 - color contains mainly: green. Hex color #2E726D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2E726D is #D18D92. Grayscale: #5D5D5D. Windows color (decimal): -13733267 or 7172654. OLE color: 7172654.
HSL color Cylindrical-coordinate representation of color #2E726D: hue angle of 175.59º 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 #2E726D is Cyan = 0.60, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 46 | 114 | 109 | - |
| CMYK | 0.60 | 0 | 0.04 | 0.55 |
| HSL | 175.59º | 0.43% | 0.31% | - |
| HSV(B) | 175.59º | 0.6% | 0.45% | - |
| XYZ | 9.9 | 13.72 | 16.59 | - |
| YUV | 93.1 | 136.97 | 94.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 114 | 109 | 0.60 | 0 | 0.04 | 0.55 | 175.59 | 0.43 | 0.31 |
| Hex | 2E | 72 | 6D | 3C | 0 | 4 | 37 | B0 | 2A | 1F |
| Octal | 56 | 162 | 155 | 74 | 0 | 4 | 67 | 260 | 52 | 37 |
| Binary | 101110 | 1110010 | 1101101 | 111100 | 0 | 100 | 110111 | 10110000 | 101010 | 11111 |
Color Harmonies of #2E726D
Complementary color
Monochromatic Colors of #2E726D
Black with #2E726D
Text Example
Text Example
White with #2E726D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E726D; }
p { color: rgb(46,114,109); }
H1.HeaderClassName
{
color: #2E726D;
}
.AnyTagClassName
{
color: #2E726D;
}
</style>
background-color css
<style>
a { background-color: #2E726D; }
a { background-color: rgb(46,114,109); }
div.DivClassName
{
background-color: #2E726D;
}
.BgClassName
{
background-color: #2E726D;
}
</style>
border-color css
<style>
span { border-color: #2E726D; }
span { border-color: rgb(46,114,109); }
td.TdClassName
{
border-color: #2E726D;
}
.TagClassName
{
border-color: #2E726D;
}
</style>