Shades of Genoa #2E6665
Tints of Genoa #2E6665
RGB
CMYK
RGB Variations
Color information
#2E6665 (or 0x2E6665) is known color: Genoa. HEX triplet: 2E, 66 and 65. RGB value is (46,102,101). Sum of RGB (Red+Green+Blue) = 46+102+101=249 (32% of max value = 765). Red value is 46 (18.36% from 255 or 18.47% from 249); Green value is 102 (40.23% from 255 or 40.96% from 249); Blue value is 101 (39.84% from 255 or 40.56% from 249); Max value from RGB is 102 - color contains mainly: green. Hex color #2E6665 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2E6665 is #D1999A. Grayscale: #555555. Windows color (decimal): -13736347 or 6645294. OLE color: 6645294.
HSL color Cylindrical-coordinate representation of color #2E6665: hue angle of 178.93º degrees, saturation: 0.38, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #2E6665 is Cyan = 0.55, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 46 | 102 | 101 | - |
| CMYK | 0.55 | 0 | 0.01 | 0.6 |
| HSL | 178.93º | 0.38% | 0.29% | - |
| HSV(B) | 178.93º | 0.55% | 0.4% | - |
| XYZ | 8.23 | 11.02 | 14.01 | - |
| YUV | 85.14 | 136.95 | 100.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 102 | 101 | 0.55 | 0 | 0.01 | 0.6 | 178.93 | 0.38 | 0.29 |
| Hex | 2E | 66 | 65 | 37 | 0 | 1 | 3C | B3 | 26 | 1D |
| Octal | 56 | 146 | 145 | 67 | 0 | 1 | 74 | 263 | 46 | 35 |
| Binary | 101110 | 1100110 | 1100101 | 110111 | 0 | 1 | 111100 | 10110011 | 100110 | 11101 |
Color Harmonies of #2E6665
Complementary color
Monochromatic Colors of #2E6665
Black with #2E6665
Text Example
Text Example
White with #2E6665
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E6665; }
p { color: rgb(46,102,101); }
H1.HeaderClassName
{
color: #2E6665;
}
.AnyTagClassName
{
color: #2E6665;
}
</style>
background-color css
<style>
a { background-color: #2E6665; }
a { background-color: rgb(46,102,101); }
div.DivClassName
{
background-color: #2E6665;
}
.BgClassName
{
background-color: #2E6665;
}
</style>
border-color css
<style>
span { border-color: #2E6665; }
span { border-color: rgb(46,102,101); }
td.TdClassName
{
border-color: #2E6665;
}
.TagClassName
{
border-color: #2E6665;
}
</style>