Shades of Genoa #2E8976
Tints of Genoa #2E8976
RGB
CMYK
RGB Variations
Color information
#2E8976 (or 0x2E8976) is known color: Genoa. HEX triplet: 2E, 89 and 76. RGB value is (46,137,118). Sum of RGB (Red+Green+Blue) = 46+137+118=301 (39% of max value = 765). Red value is 46 (18.36% from 255 or 15.28% from 301); Green value is 137 (53.91% from 255 or 45.51% from 301); Blue value is 118 (46.48% from 255 or 39.20% from 301); Max value from RGB is 137 - color contains mainly: green. Hex color #2E8976 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2E8976 is #D17689. Grayscale: #6B6B6B. Windows color (decimal): -13727370 or 7768366. OLE color: 7768366.
HSL color Cylindrical-coordinate representation of color #2E8976: hue angle of 167.47º 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 #2E8976 is Cyan = 0.66, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 46 | 137 | 118 | - |
| CMYK | 0.66 | 0 | 0.14 | 0.46 |
| HSL | 167.47º | 0.5% | 0.36% | - |
| HSV(B) | 167.47º | 0.66% | 0.54% | - |
| XYZ | 13.34 | 19.78 | 20.25 | - |
| YUV | 107.63 | 133.85 | 84.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 137 | 118 | 0.66 | 0 | 0.14 | 0.46 | 167.47 | 0.5 | 0.36 |
| Hex | 2E | 89 | 76 | 42 | 0 | E | 2E | A7 | 32 | 24 |
| Octal | 56 | 211 | 166 | 102 | 0 | 16 | 56 | 247 | 62 | 44 |
| Binary | 101110 | 10001001 | 1110110 | 1000010 | 0 | 1110 | 101110 | 10100111 | 110010 | 100100 |
Color Harmonies of #2E8976
Complementary color
Monochromatic Colors of #2E8976
Black with #2E8976
Text Example
Text Example
White with #2E8976
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E8976; }
p { color: rgb(46,137,118); }
H1.HeaderClassName
{
color: #2E8976;
}
.AnyTagClassName
{
color: #2E8976;
}
</style>
background-color css
<style>
a { background-color: #2E8976; }
a { background-color: rgb(46,137,118); }
div.DivClassName
{
background-color: #2E8976;
}
.BgClassName
{
background-color: #2E8976;
}
</style>
border-color css
<style>
span { border-color: #2E8976; }
span { border-color: rgb(46,137,118); }
td.TdClassName
{
border-color: #2E8976;
}
.TagClassName
{
border-color: #2E8976;
}
</style>