Shades of Genoa #2E7F69
Tints of Genoa #2E7F69
RGB
CMYK
RGB Variations
Color information
#2E7F69 (or 0x2E7F69) is known color: Genoa. HEX triplet: 2E, 7F and 69. RGB value is (46,127,105). Sum of RGB (Red+Green+Blue) = 46+127+105=278 (36% of max value = 765). Red value is 46 (18.36% from 255 or 16.55% from 278); Green value is 127 (50% from 255 or 45.68% from 278); Blue value is 105 (41.41% from 255 or 37.77% from 278); Max value from RGB is 127 - color contains mainly: green. Hex color #2E7F69 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2E7F69 is #D18096. Grayscale: #646464. Windows color (decimal): -13729943 or 6913838. OLE color: 6913838.
HSL color Cylindrical-coordinate representation of color #2E7F69: hue angle of 163.7º degrees, saturation: 0.47, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #2E7F69 is Cyan = 0.64, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 46 | 127 | 105 | - |
| CMYK | 0.64 | 0 | 0.17 | 0.50 |
| HSL | 163.7º | 0.47% | 0.34% | - |
| HSV(B) | 163.7º | 0.64% | 0.5% | - |
| XYZ | 11.27 | 16.78 | 16.01 | - |
| YUV | 100.27 | 130.66 | 89.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 127 | 105 | 0.64 | 0 | 0.17 | 0.50 | 163.7 | 0.47 | 0.34 |
| Hex | 2E | 7F | 69 | 40 | 0 | 11 | 32 | A4 | 2F | 22 |
| Octal | 56 | 177 | 151 | 100 | 0 | 21 | 62 | 244 | 57 | 42 |
| Binary | 101110 | 1111111 | 1101001 | 1000000 | 0 | 10001 | 110010 | 10100100 | 101111 | 100010 |
Color Harmonies of #2E7F69
Complementary color
Monochromatic Colors of #2E7F69
Black with #2E7F69
Text Example
Text Example
White with #2E7F69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E7F69; }
p { color: rgb(46,127,105); }
H1.HeaderClassName
{
color: #2E7F69;
}
.AnyTagClassName
{
color: #2E7F69;
}
</style>
background-color css
<style>
a { background-color: #2E7F69; }
a { background-color: rgb(46,127,105); }
div.DivClassName
{
background-color: #2E7F69;
}
.BgClassName
{
background-color: #2E7F69;
}
</style>
border-color css
<style>
span { border-color: #2E7F69; }
span { border-color: rgb(46,127,105); }
td.TdClassName
{
border-color: #2E7F69;
}
.TagClassName
{
border-color: #2E7F69;
}
</style>