Shades of Genoa #2E866B
Tints of Genoa #2E866B
RGB
CMYK
RGB Variations
Color information
#2E866B (or 0x2E866B) is known color: Genoa. HEX triplet: 2E, 86 and 6B. RGB value is (46,134,107). Sum of RGB (Red+Green+Blue) = 46+134+107=287 (38% of max value = 765). Red value is 46 (18.36% from 255 or 16.03% from 287); Green value is 134 (52.73% from 255 or 46.69% from 287); Blue value is 107 (42.19% from 255 or 37.28% from 287); Max value from RGB is 134 - color contains mainly: green. Hex color #2E866B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2E866B is #D17994. Grayscale: #686868. Windows color (decimal): -13728149 or 7046702. OLE color: 7046702.
HSL color Cylindrical-coordinate representation of color #2E866B: hue angle of 161.59º 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 #2E866B is Cyan = 0.66, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 46 | 134 | 107 | - |
| CMYK | 0.66 | 0 | 0.20 | 0.47 |
| HSL | 161.59º | 0.49% | 0.35% | - |
| HSV(B) | 161.59º | 0.66% | 0.53% | - |
| XYZ | 12.31 | 18.69 | 16.87 | - |
| YUV | 104.61 | 129.35 | 86.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 134 | 107 | 0.66 | 0 | 0.20 | 0.47 | 161.59 | 0.49 | 0.35 |
| Hex | 2E | 86 | 6B | 42 | 0 | 14 | 2F | A2 | 31 | 23 |
| Octal | 56 | 206 | 153 | 102 | 0 | 24 | 57 | 242 | 61 | 43 |
| Binary | 101110 | 10000110 | 1101011 | 1000010 | 0 | 10100 | 101111 | 10100010 | 110001 | 100011 |
Color Harmonies of #2E866B
Complementary color
Monochromatic Colors of #2E866B
Black with #2E866B
Text Example
Text Example
White with #2E866B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E866B; }
p { color: rgb(46,134,107); }
H1.HeaderClassName
{
color: #2E866B;
}
.AnyTagClassName
{
color: #2E866B;
}
</style>
background-color css
<style>
a { background-color: #2E866B; }
a { background-color: rgb(46,134,107); }
div.DivClassName
{
background-color: #2E866B;
}
.BgClassName
{
background-color: #2E866B;
}
</style>
border-color css
<style>
span { border-color: #2E866B; }
span { border-color: rgb(46,134,107); }
td.TdClassName
{
border-color: #2E866B;
}
.TagClassName
{
border-color: #2E866B;
}
</style>