Shades of Genoa #2E7663
Tints of Genoa #2E7663
RGB
CMYK
RGB Variations
Color information
#2E7663 (or 0x2E7663) is known color: Genoa. HEX triplet: 2E, 76 and 63. RGB value is (46,118,99). Sum of RGB (Red+Green+Blue) = 46+118+99=263 (34% of max value = 765). Red value is 46 (18.36% from 255 or 17.49% from 263); Green value is 118 (46.48% from 255 or 44.87% from 263); Blue value is 99 (39.06% from 255 or 37.64% from 263); Max value from RGB is 118 - color contains mainly: green. Hex color #2E7663 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2E7663 is #D1899C. Grayscale: #5E5E5E. Windows color (decimal): -13732253 or 6518318. OLE color: 6518318.
HSL color Cylindrical-coordinate representation of color #2E7663: hue angle of 164.17º degrees, saturation: 0.44, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #2E7663 is Cyan = 0.61, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 46 | 118 | 99 | - |
| CMYK | 0.61 | 0 | 0.16 | 0.54 |
| HSL | 164.17º | 0.44% | 0.32% | - |
| HSV(B) | 164.17º | 0.61% | 0.46% | - |
| XYZ | 9.86 | 14.44 | 14.07 | - |
| YUV | 94.31 | 130.65 | 93.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 118 | 99 | 0.61 | 0 | 0.16 | 0.54 | 164.17 | 0.44 | 0.32 |
| Hex | 2E | 76 | 63 | 3D | 0 | 10 | 36 | A4 | 2C | 20 |
| Octal | 56 | 166 | 143 | 75 | 0 | 20 | 66 | 244 | 54 | 40 |
| Binary | 101110 | 1110110 | 1100011 | 111101 | 0 | 10000 | 110110 | 10100100 | 101100 | 100000 |
Color Harmonies of #2E7663
Complementary color
Monochromatic Colors of #2E7663
Black with #2E7663
Text Example
Text Example
White with #2E7663
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E7663; }
p { color: rgb(46,118,99); }
H1.HeaderClassName
{
color: #2E7663;
}
.AnyTagClassName
{
color: #2E7663;
}
</style>
background-color css
<style>
a { background-color: #2E7663; }
a { background-color: rgb(46,118,99); }
div.DivClassName
{
background-color: #2E7663;
}
.BgClassName
{
background-color: #2E7663;
}
</style>
border-color css
<style>
span { border-color: #2E7663; }
span { border-color: rgb(46,118,99); }
td.TdClassName
{
border-color: #2E7663;
}
.TagClassName
{
border-color: #2E7663;
}
</style>