Shades of Genoa #2E7F68
Tints of Genoa #2E7F68
RGB
CMYK
RGB Variations
Color information
#2E7F68 (or 0x2E7F68) is known color: Genoa. HEX triplet: 2E, 7F and 68. RGB value is (46,127,104). Sum of RGB (Red+Green+Blue) = 46+127+104=277 (36% of max value = 765). Red value is 46 (18.36% from 255 or 16.61% from 277); Green value is 127 (50% from 255 or 45.85% from 277); Blue value is 104 (41.02% from 255 or 37.55% from 277); Max value from RGB is 127 - color contains mainly: green. Hex color #2E7F68 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2E7F68 is #D18097. Grayscale: #646464. Windows color (decimal): -13729944 or 6848302. OLE color: 6848302.
HSL color Cylindrical-coordinate representation of color #2E7F68: hue angle of 162.96º degrees, saturation: 0.47, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #2E7F68 is Cyan = 0.64, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 46 | 127 | 104 | - |
| CMYK | 0.64 | 0 | 0.18 | 0.50 |
| HSL | 162.96º | 0.47% | 0.34% | - |
| HSV(B) | 162.96º | 0.64% | 0.5% | - |
| XYZ | 11.21 | 16.76 | 15.74 | - |
| YUV | 100.16 | 130.16 | 89.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 127 | 104 | 0.64 | 0 | 0.18 | 0.50 | 162.96 | 0.47 | 0.34 |
| Hex | 2E | 7F | 68 | 40 | 0 | 12 | 32 | A3 | 2F | 22 |
| Octal | 56 | 177 | 150 | 100 | 0 | 22 | 62 | 243 | 57 | 42 |
| Binary | 101110 | 1111111 | 1101000 | 1000000 | 0 | 10010 | 110010 | 10100011 | 101111 | 100010 |
Color Harmonies of #2E7F68
Complementary color
Monochromatic Colors of #2E7F68
Black with #2E7F68
Text Example
Text Example
White with #2E7F68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E7F68; }
p { color: rgb(46,127,104); }
H1.HeaderClassName
{
color: #2E7F68;
}
.AnyTagClassName
{
color: #2E7F68;
}
</style>
background-color css
<style>
a { background-color: #2E7F68; }
a { background-color: rgb(46,127,104); }
div.DivClassName
{
background-color: #2E7F68;
}
.BgClassName
{
background-color: #2E7F68;
}
</style>
border-color css
<style>
span { border-color: #2E7F68; }
span { border-color: rgb(46,127,104); }
td.TdClassName
{
border-color: #2E7F68;
}
.TagClassName
{
border-color: #2E7F68;
}
</style>