Shades of Genoa #2E6869
Tints of Genoa #2E6869
RGB
CMYK
RGB Variations
Color information
#2E6869 (or 0x2E6869) is known color: Genoa. HEX triplet: 2E, 68 and 69. RGB value is (46,104,105). Sum of RGB (Red+Green+Blue) = 46+104+105=255 (33% of max value = 765). Red value is 46 (18.36% from 255 or 18.04% from 255); Green value is 104 (41.02% from 255 or 40.78% from 255); Blue value is 105 (41.41% from 255 or 41.18% from 255); Max value from RGB is 105 - color contains mainly: blue. Hex color #2E6869 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2E6869 is #D19796. Grayscale: #565656. Windows color (decimal): -13735831 or 6907950. OLE color: 6907950.
HSL color Cylindrical-coordinate representation of color #2E6869: hue angle of 181.02º degrees, saturation: 0.39, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #2E6869 is Cyan = 0.56, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 46 | 104 | 105 | - |
| CMYK | 0.56 | 0.01 | 0 | 0.59 |
| HSL | 181.02º | 0.39% | 0.3% | - |
| HSV(B) | 181.02º | 0.56% | 0.41% | - |
| XYZ | 8.63 | 11.5 | 15.13 | - |
| YUV | 86.77 | 138.28 | 98.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 104 | 105 | 0.56 | 0.01 | 0 | 0.59 | 181.02 | 0.39 | 0.3 |
| Hex | 2E | 68 | 69 | 38 | 1 | 0 | 3B | B5 | 27 | 1E |
| Octal | 56 | 150 | 151 | 70 | 1 | 0 | 73 | 265 | 47 | 36 |
| Binary | 101110 | 1101000 | 1101001 | 111000 | 1 | 0 | 111011 | 10110101 | 100111 | 11110 |
Color Harmonies of #2E6869
Complementary color
Monochromatic Colors of #2E6869
Black with #2E6869
Text Example
Text Example
White with #2E6869
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E6869; }
p { color: rgb(46,104,105); }
H1.HeaderClassName
{
color: #2E6869;
}
.AnyTagClassName
{
color: #2E6869;
}
</style>
background-color css
<style>
a { background-color: #2E6869; }
a { background-color: rgb(46,104,105); }
div.DivClassName
{
background-color: #2E6869;
}
.BgClassName
{
background-color: #2E6869;
}
</style>
border-color css
<style>
span { border-color: #2E6869; }
span { border-color: rgb(46,104,105); }
td.TdClassName
{
border-color: #2E6869;
}
.TagClassName
{
border-color: #2E6869;
}
</style>