Shades of Genoa #2E6867
Tints of Genoa #2E6867
RGB
CMYK
RGB Variations
Color information
#2E6867 (or 0x2E6867) is known color: Genoa. HEX triplet: 2E, 68 and 67. RGB value is (46,104,103). Sum of RGB (Red+Green+Blue) = 46+104+103=253 (33% of max value = 765). Red value is 46 (18.36% from 255 or 18.18% from 253); Green value is 104 (41.02% from 255 or 41.11% from 253); Blue value is 103 (40.62% from 255 or 40.71% from 253); Max value from RGB is 104 - color contains mainly: green. Hex color #2E6867 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2E6867 is #D19798. Grayscale: #565656. Windows color (decimal): -13735833 or 6776878. OLE color: 6776878.
HSL color Cylindrical-coordinate representation of color #2E6867: hue angle of 178.97º degrees, saturation: 0.39, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #2E6867 is Cyan = 0.56, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 46 | 104 | 103 | - |
| CMYK | 0.56 | 0 | 0.01 | 0.59 |
| HSL | 178.97º | 0.39% | 0.29% | - |
| HSV(B) | 178.97º | 0.56% | 0.41% | - |
| XYZ | 8.53 | 11.46 | 14.59 | - |
| YUV | 86.54 | 137.28 | 99.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 104 | 103 | 0.56 | 0 | 0.01 | 0.59 | 178.97 | 0.39 | 0.29 |
| Hex | 2E | 68 | 67 | 38 | 0 | 1 | 3B | B3 | 27 | 1D |
| Octal | 56 | 150 | 147 | 70 | 0 | 1 | 73 | 263 | 47 | 35 |
| Binary | 101110 | 1101000 | 1100111 | 111000 | 0 | 1 | 111011 | 10110011 | 100111 | 11101 |
Color Harmonies of #2E6867
Complementary color
Monochromatic Colors of #2E6867
Black with #2E6867
Text Example
Text Example
White with #2E6867
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E6867; }
p { color: rgb(46,104,103); }
H1.HeaderClassName
{
color: #2E6867;
}
.AnyTagClassName
{
color: #2E6867;
}
</style>
background-color css
<style>
a { background-color: #2E6867; }
a { background-color: rgb(46,104,103); }
div.DivClassName
{
background-color: #2E6867;
}
.BgClassName
{
background-color: #2E6867;
}
</style>
border-color css
<style>
span { border-color: #2E6867; }
span { border-color: rgb(46,104,103); }
td.TdClassName
{
border-color: #2E6867;
}
.TagClassName
{
border-color: #2E6867;
}
</style>