Shades of Genoa #2E6E69
Tints of Genoa #2E6E69
RGB
CMYK
RGB Variations
Color information
#2E6E69 (or 0x2E6E69) is known color: Genoa. HEX triplet: 2E, 6E and 69. RGB value is (46,110,105). Sum of RGB (Red+Green+Blue) = 46+110+105=261 (34% of max value = 765). Red value is 46 (18.36% from 255 or 17.62% from 261); Green value is 110 (43.36% from 255 or 42.15% from 261); Blue value is 105 (41.41% from 255 or 40.23% from 261); Max value from RGB is 110 - color contains mainly: green. Hex color #2E6E69 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2E6E69 is #D19196. Grayscale: #5A5A5A. Windows color (decimal): -13734295 or 6909486. OLE color: 6909486.
HSL color Cylindrical-coordinate representation of color #2E6E69: hue angle of 175.31º degrees, saturation: 0.41, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #2E6E69 is Cyan = 0.58, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 46 | 110 | 105 | - |
| CMYK | 0.58 | 0 | 0.05 | 0.57 |
| HSL | 175.31º | 0.41% | 0.31% | - |
| HSV(B) | 175.31º | 0.58% | 0.43% | - |
| XYZ | 9.25 | 12.75 | 15.34 | - |
| YUV | 90.29 | 136.3 | 96.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 110 | 105 | 0.58 | 0 | 0.05 | 0.57 | 175.31 | 0.41 | 0.31 |
| Hex | 2E | 6E | 69 | 3A | 0 | 5 | 39 | AF | 29 | 1F |
| Octal | 56 | 156 | 151 | 72 | 0 | 5 | 71 | 257 | 51 | 37 |
| Binary | 101110 | 1101110 | 1101001 | 111010 | 0 | 101 | 111001 | 10101111 | 101001 | 11111 |
Color Harmonies of #2E6E69
Complementary color
Monochromatic Colors of #2E6E69
Black with #2E6E69
Text Example
Text Example
White with #2E6E69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E6E69; }
p { color: rgb(46,110,105); }
H1.HeaderClassName
{
color: #2E6E69;
}
.AnyTagClassName
{
color: #2E6E69;
}
</style>
background-color css
<style>
a { background-color: #2E6E69; }
a { background-color: rgb(46,110,105); }
div.DivClassName
{
background-color: #2E6E69;
}
.BgClassName
{
background-color: #2E6E69;
}
</style>
border-color css
<style>
span { border-color: #2E6E69; }
span { border-color: rgb(46,110,105); }
td.TdClassName
{
border-color: #2E6E69;
}
.TagClassName
{
border-color: #2E6E69;
}
</style>