Shades of Genoa #2E8773
Tints of Genoa #2E8773
RGB
CMYK
RGB Variations
Color information
#2E8773 (or 0x2E8773) is known color: Genoa. HEX triplet: 2E, 87 and 73. RGB value is (46,135,115). Sum of RGB (Red+Green+Blue) = 46+135+115=296 (39% of max value = 765). Red value is 46 (18.36% from 255 or 15.54% from 296); Green value is 135 (53.12% from 255 or 45.61% from 296); Blue value is 115 (45.31% from 255 or 38.85% from 296); Max value from RGB is 135 - color contains mainly: green. Hex color #2E8773 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2E8773 is #D1788C. Grayscale: #6A6A6A. Windows color (decimal): -13727885 or 7571246. OLE color: 7571246.
HSL color Cylindrical-coordinate representation of color #2E8773: hue angle of 166.52º degrees, saturation: 0.49, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #2E8773 is Cyan = 0.66, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 46 | 135 | 115 | - |
| CMYK | 0.66 | 0 | 0.15 | 0.47 |
| HSL | 166.52º | 0.49% | 0.35% | - |
| HSV(B) | 166.52º | 0.66% | 0.53% | - |
| XYZ | 12.89 | 19.15 | 19.24 | - |
| YUV | 106.11 | 133.01 | 85.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 135 | 115 | 0.66 | 0 | 0.15 | 0.47 | 166.52 | 0.49 | 0.35 |
| Hex | 2E | 87 | 73 | 42 | 0 | F | 2F | A7 | 31 | 23 |
| Octal | 56 | 207 | 163 | 102 | 0 | 17 | 57 | 247 | 61 | 43 |
| Binary | 101110 | 10000111 | 1110011 | 1000010 | 0 | 1111 | 101111 | 10100111 | 110001 | 100011 |
Color Harmonies of #2E8773
Complementary color
Monochromatic Colors of #2E8773
Black with #2E8773
Text Example
Text Example
White with #2E8773
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E8773; }
p { color: rgb(46,135,115); }
H1.HeaderClassName
{
color: #2E8773;
}
.AnyTagClassName
{
color: #2E8773;
}
</style>
background-color css
<style>
a { background-color: #2E8773; }
a { background-color: rgb(46,135,115); }
div.DivClassName
{
background-color: #2E8773;
}
.BgClassName
{
background-color: #2E8773;
}
</style>
border-color css
<style>
span { border-color: #2E8773; }
span { border-color: rgb(46,135,115); }
td.TdClassName
{
border-color: #2E8773;
}
.TagClassName
{
border-color: #2E8773;
}
</style>