Shades of Genoa #2E736B
Tints of Genoa #2E736B
RGB
CMYK
RGB Variations
Color information
#2E736B (or 0x2E736B) is known color: Genoa. HEX triplet: 2E, 73 and 6B. RGB value is (46,115,107). Sum of RGB (Red+Green+Blue) = 46+115+107=268 (35% of max value = 765). Red value is 46 (18.36% from 255 or 17.16% from 268); Green value is 115 (45.31% from 255 or 42.91% from 268); Blue value is 107 (42.19% from 255 or 39.93% from 268); Max value from RGB is 115 - color contains mainly: green. Hex color #2E736B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2E736B is #D18C94. Grayscale: #5D5D5D. Windows color (decimal): -13733013 or 7041838. OLE color: 7041838.
HSL color Cylindrical-coordinate representation of color #2E736B: hue angle of 173.04º 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 #2E736B is Cyan = 0.6, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 46 | 115 | 107 | - |
| CMYK | 0.6 | 0 | 0.07 | 0.55 |
| HSL | 173.04º | 0.43% | 0.32% | - |
| HSV(B) | 173.04º | 0.6% | 0.45% | - |
| XYZ | 9.91 | 13.9 | 16.07 | - |
| YUV | 93.46 | 135.64 | 94.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 115 | 107 | 0.6 | 0 | 0.07 | 0.55 | 173.04 | 0.43 | 0.32 |
| Hex | 2E | 73 | 6B | 3C | 0 | 7 | 37 | AD | 2B | 20 |
| Octal | 56 | 163 | 153 | 74 | 0 | 7 | 67 | 255 | 53 | 40 |
| Binary | 101110 | 1110011 | 1101011 | 111100 | 0 | 111 | 110111 | 10101101 | 101011 | 100000 |
Color Harmonies of #2E736B
Complementary color
Monochromatic Colors of #2E736B
Black with #2E736B
Text Example
Text Example
White with #2E736B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E736B; }
p { color: rgb(46,115,107); }
H1.HeaderClassName
{
color: #2E736B;
}
.AnyTagClassName
{
color: #2E736B;
}
</style>
background-color css
<style>
a { background-color: #2E736B; }
a { background-color: rgb(46,115,107); }
div.DivClassName
{
background-color: #2E736B;
}
.BgClassName
{
background-color: #2E736B;
}
</style>
border-color css
<style>
span { border-color: #2E736B; }
span { border-color: rgb(46,115,107); }
td.TdClassName
{
border-color: #2E736B;
}
.TagClassName
{
border-color: #2E736B;
}
</style>