Shades of Genoa #2E7F63
Tints of Genoa #2E7F63
RGB
CMYK
RGB Variations
Color information
#2E7F63 (or 0x2E7F63) is known color: Genoa. HEX triplet: 2E, 7F and 63. RGB value is (46,127,99). Sum of RGB (Red+Green+Blue) = 46+127+99=272 (36% of max value = 765). Red value is 46 (18.36% from 255 or 16.91% from 272); Green value is 127 (50% from 255 or 46.69% from 272); Blue value is 99 (39.06% from 255 or 36.40% from 272); Max value from RGB is 127 - color contains mainly: green. Hex color #2E7F63 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2E7F63 is #D1809C. Grayscale: #636363. Windows color (decimal): -13729949 or 6520622. OLE color: 6520622.
HSL color Cylindrical-coordinate representation of color #2E7F63: hue angle of 159.26º 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 #2E7F63 is Cyan = 0.64, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 46 | 127 | 99 | - |
| CMYK | 0.64 | 0 | 0.22 | 0.50 |
| HSL | 159.26º | 0.47% | 0.34% | - |
| HSV(B) | 159.26º | 0.64% | 0.5% | - |
| XYZ | 10.97 | 16.66 | 14.44 | - |
| YUV | 99.59 | 127.66 | 89.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 127 | 99 | 0.64 | 0 | 0.22 | 0.50 | 159.26 | 0.47 | 0.34 |
| Hex | 2E | 7F | 63 | 40 | 0 | 16 | 32 | 9F | 2F | 22 |
| Octal | 56 | 177 | 143 | 100 | 0 | 26 | 62 | 237 | 57 | 42 |
| Binary | 101110 | 1111111 | 1100011 | 1000000 | 0 | 10110 | 110010 | 10011111 | 101111 | 100010 |
Color Harmonies of #2E7F63
Complementary color
Monochromatic Colors of #2E7F63
Black with #2E7F63
Text Example
Text Example
White with #2E7F63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E7F63; }
p { color: rgb(46,127,99); }
H1.HeaderClassName
{
color: #2E7F63;
}
.AnyTagClassName
{
color: #2E7F63;
}
</style>
background-color css
<style>
a { background-color: #2E7F63; }
a { background-color: rgb(46,127,99); }
div.DivClassName
{
background-color: #2E7F63;
}
.BgClassName
{
background-color: #2E7F63;
}
</style>
border-color css
<style>
span { border-color: #2E7F63; }
span { border-color: rgb(46,127,99); }
td.TdClassName
{
border-color: #2E7F63;
}
.TagClassName
{
border-color: #2E7F63;
}
</style>