Shades of Genoa #2E705F
Tints of Genoa #2E705F
RGB
CMYK
RGB Variations
Color information
#2E705F (or 0x2E705F) is known color: Genoa. HEX triplet: 2E, 70 and 5F. RGB value is (46,112,95). Sum of RGB (Red+Green+Blue) = 46+112+95=253 (33% of max value = 765). Red value is 46 (18.36% from 255 or 18.18% from 253); Green value is 112 (44.14% from 255 or 44.27% from 253); Blue value is 95 (37.5% from 255 or 37.55% from 253); Max value from RGB is 112 - color contains mainly: green. Hex color #2E705F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2E705F is #D18FA0. Grayscale: #5A5A5A. Windows color (decimal): -13733793 or 6254638. OLE color: 6254638.
HSL color Cylindrical-coordinate representation of color #2E705F: hue angle of 164.55º degrees, saturation: 0.42, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #2E705F is Cyan = 0.59, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 46 | 112 | 95 | - |
| CMYK | 0.59 | 0 | 0.15 | 0.56 |
| HSL | 164.55º | 0.42% | 0.31% | - |
| HSV(B) | 164.55º | 0.59% | 0.44% | - |
| XYZ | 8.99 | 13 | 12.86 | - |
| YUV | 90.33 | 130.63 | 96.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 112 | 95 | 0.59 | 0 | 0.15 | 0.56 | 164.55 | 0.42 | 0.31 |
| Hex | 2E | 70 | 5F | 3B | 0 | F | 38 | A5 | 2A | 1F |
| Octal | 56 | 160 | 137 | 73 | 0 | 17 | 70 | 245 | 52 | 37 |
| Binary | 101110 | 1110000 | 1011111 | 111011 | 0 | 1111 | 111000 | 10100101 | 101010 | 11111 |
Color Harmonies of #2E705F
Complementary color
Monochromatic Colors of #2E705F
Black with #2E705F
Text Example
Text Example
White with #2E705F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E705F; }
p { color: rgb(46,112,95); }
H1.HeaderClassName
{
color: #2E705F;
}
.AnyTagClassName
{
color: #2E705F;
}
</style>
background-color css
<style>
a { background-color: #2E705F; }
a { background-color: rgb(46,112,95); }
div.DivClassName
{
background-color: #2E705F;
}
.BgClassName
{
background-color: #2E705F;
}
</style>
border-color css
<style>
span { border-color: #2E705F; }
span { border-color: rgb(46,112,95); }
td.TdClassName
{
border-color: #2E705F;
}
.TagClassName
{
border-color: #2E705F;
}
</style>