Shades of Genoa #2E7F72
Tints of Genoa #2E7F72
RGB
CMYK
RGB Variations
Color information
#2E7F72 (or 0x2E7F72) is known color: Genoa. HEX triplet: 2E, 7F and 72. RGB value is (46,127,114). Sum of RGB (Red+Green+Blue) = 46+127+114=287 (38% of max value = 765). Red value is 46 (18.36% from 255 or 16.03% from 287); Green value is 127 (50% from 255 or 44.25% from 287); Blue value is 114 (44.92% from 255 or 39.72% from 287); Max value from RGB is 127 - color contains mainly: green. Hex color #2E7F72 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2E7F72 is #D1808D. Grayscale: #656565. Windows color (decimal): -13729934 or 7503662. OLE color: 7503662.
HSL color Cylindrical-coordinate representation of color #2E7F72: hue angle of 170.37º degrees, saturation: 0.47, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #2E7F72 is Cyan = 0.64, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 46 | 127 | 114 | - |
| CMYK | 0.64 | 0 | 0.10 | 0.50 |
| HSL | 170.37º | 0.47% | 0.34% | - |
| HSV(B) | 170.37º | 0.64% | 0.5% | - |
| XYZ | 11.75 | 16.97 | 18.58 | - |
| YUV | 101.3 | 135.16 | 88.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 127 | 114 | 0.64 | 0 | 0.10 | 0.50 | 170.37 | 0.47 | 0.34 |
| Hex | 2E | 7F | 72 | 40 | 0 | A | 32 | AA | 2F | 22 |
| Octal | 56 | 177 | 162 | 100 | 0 | 12 | 62 | 252 | 57 | 42 |
| Binary | 101110 | 1111111 | 1110010 | 1000000 | 0 | 1010 | 110010 | 10101010 | 101111 | 100010 |
Color Harmonies of #2E7F72
Complementary color
Monochromatic Colors of #2E7F72
Black with #2E7F72
Text Example
Text Example
White with #2E7F72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E7F72; }
p { color: rgb(46,127,114); }
H1.HeaderClassName
{
color: #2E7F72;
}
.AnyTagClassName
{
color: #2E7F72;
}
</style>
background-color css
<style>
a { background-color: #2E7F72; }
a { background-color: rgb(46,127,114); }
div.DivClassName
{
background-color: #2E7F72;
}
.BgClassName
{
background-color: #2E7F72;
}
</style>
border-color css
<style>
span { border-color: #2E7F72; }
span { border-color: rgb(46,127,114); }
td.TdClassName
{
border-color: #2E7F72;
}
.TagClassName
{
border-color: #2E7F72;
}
</style>