Shades of Genoa #2E7F62
Tints of Genoa #2E7F62
RGB
CMYK
RGB Variations
Color information
#2E7F62 (or 0x2E7F62) is known color: Genoa. HEX triplet: 2E, 7F and 62. RGB value is (46,127,98). Sum of RGB (Red+Green+Blue) = 46+127+98=271 (35% of max value = 765). Red value is 46 (18.36% from 255 or 16.97% from 271); Green value is 127 (50% from 255 or 46.86% from 271); Blue value is 98 (38.67% from 255 or 36.16% from 271); Max value from RGB is 127 - color contains mainly: green. Hex color #2E7F62 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2E7F62 is #D1809D. Grayscale: #636363. Windows color (decimal): -13729950 or 6455086. OLE color: 6455086.
HSL color Cylindrical-coordinate representation of color #2E7F62: hue angle of 158.52º 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 #2E7F62 is Cyan = 0.64, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 46 | 127 | 98 | - |
| CMYK | 0.64 | 0 | 0.23 | 0.50 |
| HSL | 158.52º | 0.47% | 0.34% | - |
| HSV(B) | 158.52º | 0.64% | 0.5% | - |
| XYZ | 10.92 | 16.64 | 14.19 | - |
| YUV | 99.48 | 127.16 | 89.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 127 | 98 | 0.64 | 0 | 0.23 | 0.50 | 158.52 | 0.47 | 0.34 |
| Hex | 2E | 7F | 62 | 40 | 0 | 17 | 32 | 9F | 2F | 22 |
| Octal | 56 | 177 | 142 | 100 | 0 | 27 | 62 | 237 | 57 | 42 |
| Binary | 101110 | 1111111 | 1100010 | 1000000 | 0 | 10111 | 110010 | 10011111 | 101111 | 100010 |
Color Harmonies of #2E7F62
Complementary color
Monochromatic Colors of #2E7F62
Black with #2E7F62
Text Example
Text Example
White with #2E7F62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E7F62; }
p { color: rgb(46,127,98); }
H1.HeaderClassName
{
color: #2E7F62;
}
.AnyTagClassName
{
color: #2E7F62;
}
</style>
background-color css
<style>
a { background-color: #2E7F62; }
a { background-color: rgb(46,127,98); }
div.DivClassName
{
background-color: #2E7F62;
}
.BgClassName
{
background-color: #2E7F62;
}
</style>
border-color css
<style>
span { border-color: #2E7F62; }
span { border-color: rgb(46,127,98); }
td.TdClassName
{
border-color: #2E7F62;
}
.TagClassName
{
border-color: #2E7F62;
}
</style>