Shades of Genoa #2E8870
Tints of Genoa #2E8870
RGB
CMYK
RGB Variations
Color information
#2E8870 (or 0x2E8870) is known color: Genoa. HEX triplet: 2E, 88 and 70. RGB value is (46,136,112). Sum of RGB (Red+Green+Blue) = 46+136+112=294 (38% of max value = 765). Red value is 46 (18.36% from 255 or 15.65% from 294); Green value is 136 (53.52% from 255 or 46.26% from 294); Blue value is 112 (44.14% from 255 or 38.10% from 294); Max value from RGB is 136 - color contains mainly: green. Hex color #2E8870 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2E8870 is #D1778F. Grayscale: #6A6A6A. Windows color (decimal): -13727632 or 7374894. OLE color: 7374894.
HSL color Cylindrical-coordinate representation of color #2E8870: hue angle of 164º degrees, saturation: 0.49, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #2E8870 is Cyan = 0.66, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 46 | 136 | 112 | - |
| CMYK | 0.66 | 0 | 0.18 | 0.47 |
| HSL | 164º | 0.49% | 0.36% | - |
| HSV(B) | 164º | 0.66% | 0.53% | - |
| XYZ | 12.86 | 19.36 | 18.39 | - |
| YUV | 106.35 | 131.18 | 84.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 136 | 112 | 0.66 | 0 | 0.18 | 0.47 | 164 | 0.49 | 0.36 |
| Hex | 2E | 88 | 70 | 42 | 0 | 12 | 2F | A4 | 31 | 24 |
| Octal | 56 | 210 | 160 | 102 | 0 | 22 | 57 | 244 | 61 | 44 |
| Binary | 101110 | 10001000 | 1110000 | 1000010 | 0 | 10010 | 101111 | 10100100 | 110001 | 100100 |
Color Harmonies of #2E8870
Complementary color
Monochromatic Colors of #2E8870
Black with #2E8870
Text Example
Text Example
White with #2E8870
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E8870; }
p { color: rgb(46,136,112); }
H1.HeaderClassName
{
color: #2E8870;
}
.AnyTagClassName
{
color: #2E8870;
}
</style>
background-color css
<style>
a { background-color: #2E8870; }
a { background-color: rgb(46,136,112); }
div.DivClassName
{
background-color: #2E8870;
}
.BgClassName
{
background-color: #2E8870;
}
</style>
border-color css
<style>
span { border-color: #2E8870; }
span { border-color: rgb(46,136,112); }
td.TdClassName
{
border-color: #2E8870;
}
.TagClassName
{
border-color: #2E8870;
}
</style>