Shades of Genoa #2E735D
Tints of Genoa #2E735D
RGB
CMYK
RGB Variations
Color information
#2E735D (or 0x2E735D) is known color: Genoa. HEX triplet: 2E, 73 and 5D. RGB value is (46,115,93). Sum of RGB (Red+Green+Blue) = 46+115+93=254 (33% of max value = 765). Red value is 46 (18.36% from 255 or 18.11% from 254); Green value is 115 (45.31% from 255 or 45.28% from 254); Blue value is 93 (36.72% from 255 or 36.61% from 254); Max value from RGB is 115 - color contains mainly: green. Hex color #2E735D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2E735D is #D18CA2. Grayscale: #5B5B5B. Windows color (decimal): -13733027 or 6124334. OLE color: 6124334.
HSL color Cylindrical-coordinate representation of color #2E735D: hue angle of 160.87º degrees, saturation: 0.43, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #2E735D is Cyan = 0.6, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 46 | 115 | 93 | - |
| CMYK | 0.6 | 0 | 0.19 | 0.55 |
| HSL | 160.87º | 0.43% | 0.32% | - |
| HSV(B) | 160.87º | 0.6% | 0.45% | - |
| XYZ | 9.23 | 13.63 | 12.5 | - |
| YUV | 91.86 | 128.64 | 95.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 115 | 93 | 0.6 | 0 | 0.19 | 0.55 | 160.87 | 0.43 | 0.32 |
| Hex | 2E | 73 | 5D | 3C | 0 | 13 | 37 | A1 | 2B | 20 |
| Octal | 56 | 163 | 135 | 74 | 0 | 23 | 67 | 241 | 53 | 40 |
| Binary | 101110 | 1110011 | 1011101 | 111100 | 0 | 10011 | 110111 | 10100001 | 101011 | 100000 |
Color Harmonies of #2E735D
Complementary color
Monochromatic Colors of #2E735D
Black with #2E735D
Text Example
Text Example
White with #2E735D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E735D; }
p { color: rgb(46,115,93); }
H1.HeaderClassName
{
color: #2E735D;
}
.AnyTagClassName
{
color: #2E735D;
}
</style>
background-color css
<style>
a { background-color: #2E735D; }
a { background-color: rgb(46,115,93); }
div.DivClassName
{
background-color: #2E735D;
}
.BgClassName
{
background-color: #2E735D;
}
</style>
border-color css
<style>
span { border-color: #2E735D; }
span { border-color: rgb(46,115,93); }
td.TdClassName
{
border-color: #2E735D;
}
.TagClassName
{
border-color: #2E735D;
}
</style>