Shades of Genoa #2E6963
Tints of Genoa #2E6963
RGB
CMYK
RGB Variations
Color information
#2E6963 (or 0x2E6963) is known color: Genoa. HEX triplet: 2E, 69 and 63. RGB value is (46,105,99). Sum of RGB (Red+Green+Blue) = 46+105+99=250 (33% of max value = 765). Red value is 46 (18.36% from 255 or 18.4% from 250); Green value is 105 (41.41% from 255 or 42% from 250); Blue value is 99 (39.06% from 255 or 39.6% from 250); Max value from RGB is 105 - color contains mainly: green. Hex color #2E6963 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2E6963 is #D1969C. Grayscale: #565656. Windows color (decimal): -13735581 or 6514990. OLE color: 6514990.
HSL color Cylindrical-coordinate representation of color #2E6963: hue angle of 173.9º 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 #2E6963 is Cyan = 0.56, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 46 | 105 | 99 | - |
| CMYK | 0.56 | 0 | 0.06 | 0.59 |
| HSL | 173.9º | 0.39% | 0.3% | - |
| HSV(B) | 173.9º | 0.56% | 0.41% | - |
| XYZ | 8.43 | 11.58 | 13.6 | - |
| YUV | 86.68 | 134.95 | 98.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 105 | 99 | 0.56 | 0 | 0.06 | 0.59 | 173.9 | 0.39 | 0.3 |
| Hex | 2E | 69 | 63 | 38 | 0 | 6 | 3B | AE | 27 | 1E |
| Octal | 56 | 151 | 143 | 70 | 0 | 6 | 73 | 256 | 47 | 36 |
| Binary | 101110 | 1101001 | 1100011 | 111000 | 0 | 110 | 111011 | 10101110 | 100111 | 11110 |
Color Harmonies of #2E6963
Complementary color
Monochromatic Colors of #2E6963
Black with #2E6963
Text Example
Text Example
White with #2E6963
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E6963; }
p { color: rgb(46,105,99); }
H1.HeaderClassName
{
color: #2E6963;
}
.AnyTagClassName
{
color: #2E6963;
}
</style>
background-color css
<style>
a { background-color: #2E6963; }
a { background-color: rgb(46,105,99); }
div.DivClassName
{
background-color: #2E6963;
}
.BgClassName
{
background-color: #2E6963;
}
</style>
border-color css
<style>
span { border-color: #2E6963; }
span { border-color: rgb(46,105,99); }
td.TdClassName
{
border-color: #2E6963;
}
.TagClassName
{
border-color: #2E6963;
}
</style>