Shades of Genoa #2E8974
Tints of Genoa #2E8974
RGB
CMYK
RGB Variations
Color information
#2E8974 (or 0x2E8974) is known color: Genoa. HEX triplet: 2E, 89 and 74. RGB value is (46,137,116). Sum of RGB (Red+Green+Blue) = 46+137+116=299 (39% of max value = 765). Red value is 46 (18.36% from 255 or 15.38% from 299); Green value is 137 (53.91% from 255 or 45.82% from 299); Blue value is 116 (45.70% from 255 or 38.80% from 299); Max value from RGB is 137 - color contains mainly: green. Hex color #2E8974 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2E8974 is #D1768B. Grayscale: #6B6B6B. Windows color (decimal): -13727372 or 7637294. OLE color: 7637294.
HSL color Cylindrical-coordinate representation of color #2E8974: hue angle of 166.15º 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 #2E8974 is Cyan = 0.66, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 46 | 137 | 116 | - |
| CMYK | 0.66 | 0 | 0.15 | 0.46 |
| HSL | 166.15º | 0.5% | 0.36% | - |
| HSV(B) | 166.15º | 0.66% | 0.54% | - |
| XYZ | 13.22 | 19.73 | 19.63 | - |
| YUV | 107.4 | 132.85 | 84.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 137 | 116 | 0.66 | 0 | 0.15 | 0.46 | 166.15 | 0.5 | 0.36 |
| Hex | 2E | 89 | 74 | 42 | 0 | F | 2E | A6 | 32 | 24 |
| Octal | 56 | 211 | 164 | 102 | 0 | 17 | 56 | 246 | 62 | 44 |
| Binary | 101110 | 10001001 | 1110100 | 1000010 | 0 | 1111 | 101110 | 10100110 | 110010 | 100100 |
Color Harmonies of #2E8974
Complementary color
Monochromatic Colors of #2E8974
Black with #2E8974
Text Example
Text Example
White with #2E8974
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E8974; }
p { color: rgb(46,137,116); }
H1.HeaderClassName
{
color: #2E8974;
}
.AnyTagClassName
{
color: #2E8974;
}
</style>
background-color css
<style>
a { background-color: #2E8974; }
a { background-color: rgb(46,137,116); }
div.DivClassName
{
background-color: #2E8974;
}
.BgClassName
{
background-color: #2E8974;
}
</style>
border-color css
<style>
span { border-color: #2E8974; }
span { border-color: rgb(46,137,116); }
td.TdClassName
{
border-color: #2E8974;
}
.TagClassName
{
border-color: #2E8974;
}
</style>