Shades of Genoa #2E866C
Tints of Genoa #2E866C
RGB
CMYK
RGB Variations
Color information
#2E866C (or 0x2E866C) is known color: Genoa. HEX triplet: 2E, 86 and 6C. RGB value is (46,134,108). Sum of RGB (Red+Green+Blue) = 46+134+108=288 (38% of max value = 765). Red value is 46 (18.36% from 255 or 15.97% from 288); Green value is 134 (52.73% from 255 or 46.53% from 288); Blue value is 108 (42.58% from 255 or 37.5% from 288); Max value from RGB is 134 - color contains mainly: green. Hex color #2E866C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2E866C is #D17993. Grayscale: #686868. Windows color (decimal): -13728148 or 7112238. OLE color: 7112238.
HSL color Cylindrical-coordinate representation of color #2E866C: hue angle of 162.27º 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 #2E866C is Cyan = 0.66, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 46 | 134 | 108 | - |
| CMYK | 0.66 | 0 | 0.19 | 0.47 |
| HSL | 162.27º | 0.49% | 0.35% | - |
| HSV(B) | 162.27º | 0.66% | 0.53% | - |
| XYZ | 12.36 | 18.71 | 17.15 | - |
| YUV | 104.72 | 129.85 | 86.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 134 | 108 | 0.66 | 0 | 0.19 | 0.47 | 162.27 | 0.49 | 0.35 |
| Hex | 2E | 86 | 6C | 42 | 0 | 13 | 2F | A2 | 31 | 23 |
| Octal | 56 | 206 | 154 | 102 | 0 | 23 | 57 | 242 | 61 | 43 |
| Binary | 101110 | 10000110 | 1101100 | 1000010 | 0 | 10011 | 101111 | 10100010 | 110001 | 100011 |
Color Harmonies of #2E866C
Complementary color
Monochromatic Colors of #2E866C
Black with #2E866C
Text Example
Text Example
White with #2E866C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E866C; }
p { color: rgb(46,134,108); }
H1.HeaderClassName
{
color: #2E866C;
}
.AnyTagClassName
{
color: #2E866C;
}
</style>
background-color css
<style>
a { background-color: #2E866C; }
a { background-color: rgb(46,134,108); }
div.DivClassName
{
background-color: #2E866C;
}
.BgClassName
{
background-color: #2E866C;
}
</style>
border-color css
<style>
span { border-color: #2E866C; }
span { border-color: rgb(46,134,108); }
td.TdClassName
{
border-color: #2E866C;
}
.TagClassName
{
border-color: #2E866C;
}
</style>