Shades of Genoa #2E7169
Tints of Genoa #2E7169
RGB
CMYK
RGB Variations
Color information
#2E7169 (or 0x2E7169) is known color: Genoa. HEX triplet: 2E, 71 and 69. RGB value is (46,113,105). Sum of RGB (Red+Green+Blue) = 46+113+105=264 (34% of max value = 765). Red value is 46 (18.36% from 255 or 17.42% from 264); Green value is 113 (44.53% from 255 or 42.80% from 264); Blue value is 105 (41.41% from 255 or 39.77% from 264); Max value from RGB is 113 - color contains mainly: green. Hex color #2E7169 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2E7169 is #D18E96. Grayscale: #5C5C5C. Windows color (decimal): -13733527 or 6910254. OLE color: 6910254.
HSL color Cylindrical-coordinate representation of color #2E7169: hue angle of 172.84º degrees, saturation: 0.42, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #2E7169 is Cyan = 0.59, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 46 | 113 | 105 | - |
| CMYK | 0.59 | 0 | 0.07 | 0.56 |
| HSL | 172.84º | 0.42% | 0.31% | - |
| HSV(B) | 172.84º | 0.59% | 0.44% | - |
| XYZ | 9.58 | 13.41 | 15.45 | - |
| YUV | 92.06 | 135.3 | 95.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 113 | 105 | 0.59 | 0 | 0.07 | 0.56 | 172.84 | 0.42 | 0.31 |
| Hex | 2E | 71 | 69 | 3B | 0 | 7 | 38 | AD | 2A | 1F |
| Octal | 56 | 161 | 151 | 73 | 0 | 7 | 70 | 255 | 52 | 37 |
| Binary | 101110 | 1110001 | 1101001 | 111011 | 0 | 111 | 111000 | 10101101 | 101010 | 11111 |
Color Harmonies of #2E7169
Complementary color
Monochromatic Colors of #2E7169
Black with #2E7169
Text Example
Text Example
White with #2E7169
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E7169; }
p { color: rgb(46,113,105); }
H1.HeaderClassName
{
color: #2E7169;
}
.AnyTagClassName
{
color: #2E7169;
}
</style>
background-color css
<style>
a { background-color: #2E7169; }
a { background-color: rgb(46,113,105); }
div.DivClassName
{
background-color: #2E7169;
}
.BgClassName
{
background-color: #2E7169;
}
</style>
border-color css
<style>
span { border-color: #2E7169; }
span { border-color: rgb(46,113,105); }
td.TdClassName
{
border-color: #2E7169;
}
.TagClassName
{
border-color: #2E7169;
}
</style>