Shades of Genoa #2E716D
Tints of Genoa #2E716D
RGB
CMYK
RGB Variations
Color information
#2E716D (or 0x2E716D) is known color: Genoa. HEX triplet: 2E, 71 and 6D. RGB value is (46,113,109). Sum of RGB (Red+Green+Blue) = 46+113+109=268 (35% of max value = 765). Red value is 46 (18.36% from 255 or 17.16% from 268); Green value is 113 (44.53% from 255 or 42.16% from 268); Blue value is 109 (42.97% from 255 or 40.67% from 268); Max value from RGB is 113 - color contains mainly: green. Hex color #2E716D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2E716D is #D18E92. Grayscale: #5C5C5C. Windows color (decimal): -13733523 or 7172398. OLE color: 7172398.
HSL color Cylindrical-coordinate representation of color #2E716D: hue angle of 176.42º 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 #2E716D is Cyan = 0.59, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 46 | 113 | 109 | - |
| CMYK | 0.59 | 0 | 0.04 | 0.56 |
| HSL | 176.42º | 0.42% | 0.31% | - |
| HSV(B) | 176.42º | 0.59% | 0.44% | - |
| XYZ | 9.79 | 13.5 | 16.56 | - |
| YUV | 92.51 | 137.3 | 94.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 113 | 109 | 0.59 | 0 | 0.04 | 0.56 | 176.42 | 0.42 | 0.31 |
| Hex | 2E | 71 | 6D | 3B | 0 | 4 | 38 | B0 | 2A | 1F |
| Octal | 56 | 161 | 155 | 73 | 0 | 4 | 70 | 260 | 52 | 37 |
| Binary | 101110 | 1110001 | 1101101 | 111011 | 0 | 100 | 111000 | 10110000 | 101010 | 11111 |
Color Harmonies of #2E716D
Complementary color
Monochromatic Colors of #2E716D
Black with #2E716D
Text Example
Text Example
White with #2E716D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E716D; }
p { color: rgb(46,113,109); }
H1.HeaderClassName
{
color: #2E716D;
}
.AnyTagClassName
{
color: #2E716D;
}
</style>
background-color css
<style>
a { background-color: #2E716D; }
a { background-color: rgb(46,113,109); }
div.DivClassName
{
background-color: #2E716D;
}
.BgClassName
{
background-color: #2E716D;
}
</style>
border-color css
<style>
span { border-color: #2E716D; }
span { border-color: rgb(46,113,109); }
td.TdClassName
{
border-color: #2E716D;
}
.TagClassName
{
border-color: #2E716D;
}
</style>