Shades of Genoa #2E716B
Tints of Genoa #2E716B
RGB
CMYK
RGB Variations
Color information
#2E716B (or 0x2E716B) is known color: Genoa. HEX triplet: 2E, 71 and 6B. RGB value is (46,113,107). Sum of RGB (Red+Green+Blue) = 46+113+107=266 (35% of max value = 765). Red value is 46 (18.36% from 255 or 17.29% from 266); Green value is 113 (44.53% from 255 or 42.48% from 266); Blue value is 107 (42.19% from 255 or 40.23% from 266); Max value from RGB is 113 - color contains mainly: green. Hex color #2E716B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2E716B is #D18E94. Grayscale: #5C5C5C. Windows color (decimal): -13733525 or 7041326. OLE color: 7041326.
HSL color Cylindrical-coordinate representation of color #2E716B: hue angle of 174.63º 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 #2E716B is Cyan = 0.59, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 46 | 113 | 107 | - |
| CMYK | 0.59 | 0 | 0.05 | 0.56 |
| HSL | 174.63º | 0.42% | 0.31% | - |
| HSV(B) | 174.63º | 0.59% | 0.44% | - |
| XYZ | 9.69 | 13.45 | 16 | - |
| YUV | 92.28 | 136.3 | 94.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 113 | 107 | 0.59 | 0 | 0.05 | 0.56 | 174.63 | 0.42 | 0.31 |
| Hex | 2E | 71 | 6B | 3B | 0 | 5 | 38 | AF | 2A | 1F |
| Octal | 56 | 161 | 153 | 73 | 0 | 5 | 70 | 257 | 52 | 37 |
| Binary | 101110 | 1110001 | 1101011 | 111011 | 0 | 101 | 111000 | 10101111 | 101010 | 11111 |
Color Harmonies of #2E716B
Complementary color
Monochromatic Colors of #2E716B
Black with #2E716B
Text Example
Text Example
White with #2E716B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E716B; }
p { color: rgb(46,113,107); }
H1.HeaderClassName
{
color: #2E716B;
}
.AnyTagClassName
{
color: #2E716B;
}
</style>
background-color css
<style>
a { background-color: #2E716B; }
a { background-color: rgb(46,113,107); }
div.DivClassName
{
background-color: #2E716B;
}
.BgClassName
{
background-color: #2E716B;
}
</style>
border-color css
<style>
span { border-color: #2E716B; }
span { border-color: rgb(46,113,107); }
td.TdClassName
{
border-color: #2E716B;
}
.TagClassName
{
border-color: #2E716B;
}
</style>