Shades of Genoa #2E896F
Tints of Genoa #2E896F
RGB
CMYK
RGB Variations
Color information
#2E896F (or 0x2E896F) is known color: Genoa. HEX triplet: 2E, 89 and 6F. RGB value is (46,137,111). Sum of RGB (Red+Green+Blue) = 46+137+111=294 (38% of max value = 765). Red value is 46 (18.36% from 255 or 15.65% from 294); Green value is 137 (53.91% from 255 or 46.60% from 294); Blue value is 111 (43.75% from 255 or 37.76% from 294); Max value from RGB is 137 - color contains mainly: green. Hex color #2E896F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2E896F is #D17690. Grayscale: #6A6A6A. Windows color (decimal): -13727377 or 7309614. OLE color: 7309614.
HSL color Cylindrical-coordinate representation of color #2E896F: hue angle of 162.86º degrees, saturation: 0.5, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #2E896F is Cyan = 0.66, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 46 | 137 | 111 | - |
| CMYK | 0.66 | 0 | 0.19 | 0.46 |
| HSL | 162.86º | 0.5% | 0.36% | - |
| HSV(B) | 162.86º | 0.66% | 0.54% | - |
| XYZ | 12.94 | 19.62 | 18.14 | - |
| YUV | 106.83 | 130.35 | 84.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 137 | 111 | 0.66 | 0 | 0.19 | 0.46 | 162.86 | 0.5 | 0.36 |
| Hex | 2E | 89 | 6F | 42 | 0 | 13 | 2E | A3 | 32 | 24 |
| Octal | 56 | 211 | 157 | 102 | 0 | 23 | 56 | 243 | 62 | 44 |
| Binary | 101110 | 10001001 | 1101111 | 1000010 | 0 | 10011 | 101110 | 10100011 | 110010 | 100100 |
Color Harmonies of #2E896F
Complementary color
Monochromatic Colors of #2E896F
Black with #2E896F
Text Example
Text Example
White with #2E896F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E896F; }
p { color: rgb(46,137,111); }
H1.HeaderClassName
{
color: #2E896F;
}
.AnyTagClassName
{
color: #2E896F;
}
</style>
background-color css
<style>
a { background-color: #2E896F; }
a { background-color: rgb(46,137,111); }
div.DivClassName
{
background-color: #2E896F;
}
.BgClassName
{
background-color: #2E896F;
}
</style>
border-color css
<style>
span { border-color: #2E896F; }
span { border-color: rgb(46,137,111); }
td.TdClassName
{
border-color: #2E896F;
}
.TagClassName
{
border-color: #2E896F;
}
</style>