Shades of Genoa #2E8970
Tints of Genoa #2E8970
RGB
CMYK
RGB Variations
Color information
#2E8970 (or 0x2E8970) is known color: Genoa. HEX triplet: 2E, 89 and 70. RGB value is (46,137,112). Sum of RGB (Red+Green+Blue) = 46+137+112=295 (39% of max value = 765). Red value is 46 (18.36% from 255 or 15.59% from 295); Green value is 137 (53.91% from 255 or 46.44% from 295); Blue value is 112 (44.14% from 255 or 37.97% from 295); Max value from RGB is 137 - color contains mainly: green. Hex color #2E8970 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2E8970 is #D1768F. Grayscale: #6A6A6A. Windows color (decimal): -13727376 or 7375150. OLE color: 7375150.
HSL color Cylindrical-coordinate representation of color #2E8970: hue angle of 163.52º 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 #2E8970 is Cyan = 0.66, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 46 | 137 | 112 | - |
| CMYK | 0.66 | 0 | 0.18 | 0.46 |
| HSL | 163.52º | 0.5% | 0.36% | - |
| HSV(B) | 163.52º | 0.66% | 0.54% | - |
| XYZ | 13 | 19.64 | 18.44 | - |
| YUV | 106.94 | 130.85 | 84.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 137 | 112 | 0.66 | 0 | 0.18 | 0.46 | 163.52 | 0.5 | 0.36 |
| Hex | 2E | 89 | 70 | 42 | 0 | 12 | 2E | A4 | 32 | 24 |
| Octal | 56 | 211 | 160 | 102 | 0 | 22 | 56 | 244 | 62 | 44 |
| Binary | 101110 | 10001001 | 1110000 | 1000010 | 0 | 10010 | 101110 | 10100100 | 110010 | 100100 |
Color Harmonies of #2E8970
Complementary color
Monochromatic Colors of #2E8970
Black with #2E8970
Text Example
Text Example
White with #2E8970
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E8970; }
p { color: rgb(46,137,112); }
H1.HeaderClassName
{
color: #2E8970;
}
.AnyTagClassName
{
color: #2E8970;
}
</style>
background-color css
<style>
a { background-color: #2E8970; }
a { background-color: rgb(46,137,112); }
div.DivClassName
{
background-color: #2E8970;
}
.BgClassName
{
background-color: #2E8970;
}
</style>
border-color css
<style>
span { border-color: #2E8970; }
span { border-color: rgb(46,137,112); }
td.TdClassName
{
border-color: #2E8970;
}
.TagClassName
{
border-color: #2E8970;
}
</style>