Shades of Genoa #2F7864
Tints of Genoa #2F7864
RGB
CMYK
RGB Variations
Color information
#2F7864 (or 0x2F7864) is known color: Genoa. HEX triplet: 2F, 78 and 64. RGB value is (47,120,100). Sum of RGB (Red+Green+Blue) = 47+120+100=267 (35% of max value = 765). Red value is 47 (18.75% from 255 or 17.60% from 267); Green value is 120 (47.27% from 255 or 44.94% from 267); Blue value is 100 (39.45% from 255 or 37.45% from 267); Max value from RGB is 120 - color contains mainly: green. Hex color #2F7864 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2F7864 is #D0879B. Grayscale: #5F5F5F. Windows color (decimal): -13666204 or 6584367. OLE color: 6584367.
HSL color Cylindrical-coordinate representation of color #2F7864: hue angle of 163.56º degrees, saturation: 0.44, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #2F7864 is Cyan = 0.61, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 47 | 120 | 100 | - |
| CMYK | 0.61 | 0 | 0.17 | 0.53 |
| HSL | 163.56º | 0.44% | 0.33% | - |
| HSV(B) | 163.56º | 0.61% | 0.47% | - |
| XYZ | 10.19 | 14.96 | 14.41 | - |
| YUV | 95.89 | 130.32 | 93.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 120 | 100 | 0.61 | 0 | 0.17 | 0.53 | 163.56 | 0.44 | 0.33 |
| Hex | 2F | 78 | 64 | 3D | 0 | 11 | 35 | A4 | 2C | 21 |
| Octal | 57 | 170 | 144 | 75 | 0 | 21 | 65 | 244 | 54 | 41 |
| Binary | 101111 | 1111000 | 1100100 | 111101 | 0 | 10001 | 110101 | 10100100 | 101100 | 100001 |
Color Harmonies of #2F7864
Complementary color
Monochromatic Colors of #2F7864
Black with #2F7864
Text Example
Text Example
White with #2F7864
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F7864; }
p { color: rgb(47,120,100); }
H1.HeaderClassName
{
color: #2F7864;
}
.AnyTagClassName
{
color: #2F7864;
}
</style>
background-color css
<style>
a { background-color: #2F7864; }
a { background-color: rgb(47,120,100); }
div.DivClassName
{
background-color: #2F7864;
}
.BgClassName
{
background-color: #2F7864;
}
</style>
border-color css
<style>
span { border-color: #2F7864; }
span { border-color: rgb(47,120,100); }
td.TdClassName
{
border-color: #2F7864;
}
.TagClassName
{
border-color: #2F7864;
}
</style>