Shades of Genoa #2E7768
Tints of Genoa #2E7768
RGB
CMYK
RGB Variations
Color information
#2E7768 (or 0x2E7768) is known color: Genoa. HEX triplet: 2E, 77 and 68. RGB value is (46,119,104). Sum of RGB (Red+Green+Blue) = 46+119+104=269 (35% of max value = 765). Red value is 46 (18.36% from 255 or 17.10% from 269); Green value is 119 (46.88% from 255 or 44.24% from 269); Blue value is 104 (41.02% from 255 or 38.66% from 269); Max value from RGB is 119 - color contains mainly: green. Hex color #2E7768 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2E7768 is #D18897. Grayscale: #5F5F5F. Windows color (decimal): -13731992 or 6846254. OLE color: 6846254.
HSL color Cylindrical-coordinate representation of color #2E7768: hue angle of 167.67º 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 #2E7768 is Cyan = 0.61, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 46 | 119 | 104 | - |
| CMYK | 0.61 | 0 | 0.13 | 0.53 |
| HSL | 167.67º | 0.44% | 0.32% | - |
| HSV(B) | 167.67º | 0.61% | 0.47% | - |
| XYZ | 10.22 | 14.77 | 15.41 | - |
| YUV | 95.46 | 132.82 | 92.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 119 | 104 | 0.61 | 0 | 0.13 | 0.53 | 167.67 | 0.44 | 0.32 |
| Hex | 2E | 77 | 68 | 3D | 0 | D | 35 | A8 | 2C | 20 |
| Octal | 56 | 167 | 150 | 75 | 0 | 15 | 65 | 250 | 54 | 40 |
| Binary | 101110 | 1110111 | 1101000 | 111101 | 0 | 1101 | 110101 | 10101000 | 101100 | 100000 |
Color Harmonies of #2E7768
Complementary color
Monochromatic Colors of #2E7768
Black with #2E7768
Text Example
Text Example
White with #2E7768
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E7768; }
p { color: rgb(46,119,104); }
H1.HeaderClassName
{
color: #2E7768;
}
.AnyTagClassName
{
color: #2E7768;
}
</style>
background-color css
<style>
a { background-color: #2E7768; }
a { background-color: rgb(46,119,104); }
div.DivClassName
{
background-color: #2E7768;
}
.BgClassName
{
background-color: #2E7768;
}
</style>
border-color css
<style>
span { border-color: #2E7768; }
span { border-color: rgb(46,119,104); }
td.TdClassName
{
border-color: #2E7768;
}
.TagClassName
{
border-color: #2E7768;
}
</style>