Shades of Genoa #2E775E
Tints of Genoa #2E775E
RGB
CMYK
RGB Variations
Color information
#2E775E (or 0x2E775E) is known color: Genoa. HEX triplet: 2E, 77 and 5E. RGB value is (46,119,94). Sum of RGB (Red+Green+Blue) = 46+119+94=259 (34% of max value = 765). Red value is 46 (18.36% from 255 or 17.76% from 259); Green value is 119 (46.88% from 255 or 45.95% from 259); Blue value is 94 (37.11% from 255 or 36.29% from 259); Max value from RGB is 119 - color contains mainly: green. Hex color #2E775E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2E775E is #D188A1. Grayscale: #5E5E5E. Windows color (decimal): -13732002 or 6190894. OLE color: 6190894.
HSL color Cylindrical-coordinate representation of color #2E775E: hue angle of 159.45º degrees, saturation: 0.44, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #2E775E is Cyan = 0.61, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 46 | 119 | 94 | - |
| CMYK | 0.61 | 0 | 0.21 | 0.53 |
| HSL | 159.45º | 0.44% | 0.32% | - |
| HSV(B) | 159.45º | 0.61% | 0.47% | - |
| XYZ | 9.74 | 14.58 | 12.89 | - |
| YUV | 94.32 | 127.82 | 93.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 119 | 94 | 0.61 | 0 | 0.21 | 0.53 | 159.45 | 0.44 | 0.32 |
| Hex | 2E | 77 | 5E | 3D | 0 | 15 | 35 | 9F | 2C | 20 |
| Octal | 56 | 167 | 136 | 75 | 0 | 25 | 65 | 237 | 54 | 40 |
| Binary | 101110 | 1110111 | 1011110 | 111101 | 0 | 10101 | 110101 | 10011111 | 101100 | 100000 |
Color Harmonies of #2E775E
Complementary color
Monochromatic Colors of #2E775E
Black with #2E775E
Text Example
Text Example
White with #2E775E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E775E; }
p { color: rgb(46,119,94); }
H1.HeaderClassName
{
color: #2E775E;
}
.AnyTagClassName
{
color: #2E775E;
}
</style>
background-color css
<style>
a { background-color: #2E775E; }
a { background-color: rgb(46,119,94); }
div.DivClassName
{
background-color: #2E775E;
}
.BgClassName
{
background-color: #2E775E;
}
</style>
border-color css
<style>
span { border-color: #2E775E; }
span { border-color: rgb(46,119,94); }
td.TdClassName
{
border-color: #2E775E;
}
.TagClassName
{
border-color: #2E775E;
}
</style>