Shades of Genoa #2E755C
Tints of Genoa #2E755C
RGB
CMYK
RGB Variations
Color information
#2E755C (or 0x2E755C) is known color: Genoa. HEX triplet: 2E, 75 and 5C. RGB value is (46,117,92). Sum of RGB (Red+Green+Blue) = 46+117+92=255 (33% of max value = 765). Red value is 46 (18.36% from 255 or 18.04% from 255); Green value is 117 (46.09% from 255 or 45.88% from 255); Blue value is 92 (36.33% from 255 or 36.08% from 255); Max value from RGB is 117 - color contains mainly: green. Hex color #2E755C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2E755C is #D18AA3. Grayscale: #5C5C5C. Windows color (decimal): -13732516 or 6059310. OLE color: 6059310.
HSL color Cylindrical-coordinate representation of color #2E755C: hue angle of 158.87º degrees, saturation: 0.44, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #2E755C is Cyan = 0.61, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 46 | 117 | 92 | - |
| CMYK | 0.61 | 0 | 0.21 | 0.54 |
| HSL | 158.87º | 0.44% | 0.32% | - |
| HSV(B) | 158.87º | 0.61% | 0.46% | - |
| XYZ | 9.42 | 14.08 | 12.35 | - |
| YUV | 92.92 | 127.48 | 94.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 117 | 92 | 0.61 | 0 | 0.21 | 0.54 | 158.87 | 0.44 | 0.32 |
| Hex | 2E | 75 | 5C | 3D | 0 | 15 | 36 | 9F | 2C | 20 |
| Octal | 56 | 165 | 134 | 75 | 0 | 25 | 66 | 237 | 54 | 40 |
| Binary | 101110 | 1110101 | 1011100 | 111101 | 0 | 10101 | 110110 | 10011111 | 101100 | 100000 |
Color Harmonies of #2E755C
Complementary color
Monochromatic Colors of #2E755C
Black with #2E755C
Text Example
Text Example
White with #2E755C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E755C; }
p { color: rgb(46,117,92); }
H1.HeaderClassName
{
color: #2E755C;
}
.AnyTagClassName
{
color: #2E755C;
}
</style>
background-color css
<style>
a { background-color: #2E755C; }
a { background-color: rgb(46,117,92); }
div.DivClassName
{
background-color: #2E755C;
}
.BgClassName
{
background-color: #2E755C;
}
</style>
border-color css
<style>
span { border-color: #2E755C; }
span { border-color: rgb(46,117,92); }
td.TdClassName
{
border-color: #2E755C;
}
.TagClassName
{
border-color: #2E755C;
}
</style>