Shades of Genoa #2E736C
Tints of Genoa #2E736C
RGB
CMYK
RGB Variations
Color information
#2E736C (or 0x2E736C) is known color: Genoa. HEX triplet: 2E, 73 and 6C. RGB value is (46,115,108). Sum of RGB (Red+Green+Blue) = 46+115+108=269 (35% of max value = 765). Red value is 46 (18.36% from 255 or 17.10% from 269); Green value is 115 (45.31% from 255 or 42.75% from 269); Blue value is 108 (42.58% from 255 or 40.15% from 269); Max value from RGB is 115 - color contains mainly: green. Hex color #2E736C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2E736C is #D18C93. Grayscale: #5D5D5D. Windows color (decimal): -13733012 or 7107374. OLE color: 7107374.
HSL color Cylindrical-coordinate representation of color #2E736C: hue angle of 173.91º 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 #2E736C is Cyan = 0.6, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 46 | 115 | 108 | - |
| CMYK | 0.6 | 0 | 0.06 | 0.55 |
| HSL | 173.91º | 0.43% | 0.32% | - |
| HSV(B) | 173.91º | 0.6% | 0.45% | - |
| XYZ | 9.96 | 13.93 | 16.35 | - |
| YUV | 93.57 | 136.14 | 94.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 115 | 108 | 0.6 | 0 | 0.06 | 0.55 | 173.91 | 0.43 | 0.32 |
| Hex | 2E | 73 | 6C | 3C | 0 | 6 | 37 | AE | 2B | 20 |
| Octal | 56 | 163 | 154 | 74 | 0 | 6 | 67 | 256 | 53 | 40 |
| Binary | 101110 | 1110011 | 1101100 | 111100 | 0 | 110 | 110111 | 10101110 | 101011 | 100000 |
Color Harmonies of #2E736C
Complementary color
Monochromatic Colors of #2E736C
Black with #2E736C
Text Example
Text Example
White with #2E736C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E736C; }
p { color: rgb(46,115,108); }
H1.HeaderClassName
{
color: #2E736C;
}
.AnyTagClassName
{
color: #2E736C;
}
</style>
background-color css
<style>
a { background-color: #2E736C; }
a { background-color: rgb(46,115,108); }
div.DivClassName
{
background-color: #2E736C;
}
.BgClassName
{
background-color: #2E736C;
}
</style>
border-color css
<style>
span { border-color: #2E736C; }
span { border-color: rgb(46,115,108); }
td.TdClassName
{
border-color: #2E736C;
}
.TagClassName
{
border-color: #2E736C;
}
</style>