Shades of Genoa #2E716E
Tints of Genoa #2E716E
RGB
CMYK
RGB Variations
Color information
#2E716E (or 0x2E716E) is known color: Genoa. HEX triplet: 2E, 71 and 6E. RGB value is (46,113,110). Sum of RGB (Red+Green+Blue) = 46+113+110=269 (35% of max value = 765). Red value is 46 (18.36% from 255 or 17.10% from 269); Green value is 113 (44.53% from 255 or 42.01% from 269); Blue value is 110 (43.36% from 255 or 40.89% from 269); Max value from RGB is 113 - color contains mainly: green. Hex color #2E716E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2E716E is #D18E91. Grayscale: #5C5C5C. Windows color (decimal): -13733522 or 7237934. OLE color: 7237934.
HSL color Cylindrical-coordinate representation of color #2E716E: hue angle of 177.31º degrees, saturation: 0.42, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #2E716E is Cyan = 0.59, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 46 | 113 | 110 | - |
| CMYK | 0.59 | 0 | 0.03 | 0.56 |
| HSL | 177.31º | 0.42% | 0.31% | - |
| HSV(B) | 177.31º | 0.59% | 0.44% | - |
| XYZ | 9.85 | 13.52 | 16.84 | - |
| YUV | 92.63 | 137.8 | 94.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 113 | 110 | 0.59 | 0 | 0.03 | 0.56 | 177.31 | 0.42 | 0.31 |
| Hex | 2E | 71 | 6E | 3B | 0 | 3 | 38 | B1 | 2A | 1F |
| Octal | 56 | 161 | 156 | 73 | 0 | 3 | 70 | 261 | 52 | 37 |
| Binary | 101110 | 1110001 | 1101110 | 111011 | 0 | 11 | 111000 | 10110001 | 101010 | 11111 |
Color Harmonies of #2E716E
Complementary color
Monochromatic Colors of #2E716E
Black with #2E716E
Text Example
Text Example
White with #2E716E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E716E; }
p { color: rgb(46,113,110); }
H1.HeaderClassName
{
color: #2E716E;
}
.AnyTagClassName
{
color: #2E716E;
}
</style>
background-color css
<style>
a { background-color: #2E716E; }
a { background-color: rgb(46,113,110); }
div.DivClassName
{
background-color: #2E716E;
}
.BgClassName
{
background-color: #2E716E;
}
</style>
border-color css
<style>
span { border-color: #2E716E; }
span { border-color: rgb(46,113,110); }
td.TdClassName
{
border-color: #2E716E;
}
.TagClassName
{
border-color: #2E716E;
}
</style>