Shades of Genoa #2F716C
Tints of Genoa #2F716C
RGB
CMYK
RGB Variations
Color information
#2F716C (or 0x2F716C) is known color: Genoa. HEX triplet: 2F, 71 and 6C. RGB value is (47,113,108). Sum of RGB (Red+Green+Blue) = 47+113+108=268 (35% of max value = 765). Red value is 47 (18.75% from 255 or 17.54% from 268); Green value is 113 (44.53% from 255 or 42.16% from 268); Blue value is 108 (42.58% from 255 or 40.30% from 268); Max value from RGB is 113 - color contains mainly: green. Hex color #2F716C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2F716C is #D08E93. Grayscale: #5C5C5C. Windows color (decimal): -13667988 or 7106863. OLE color: 7106863.
HSL color Cylindrical-coordinate representation of color #2F716C: hue angle of 175.45º degrees, saturation: 0.41, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #2F716C is Cyan = 0.58, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 47 | 113 | 108 | - |
| CMYK | 0.58 | 0 | 0.04 | 0.56 |
| HSL | 175.45º | 0.41% | 0.31% | - |
| HSV(B) | 175.45º | 0.58% | 0.44% | - |
| XYZ | 9.78 | 13.5 | 16.28 | - |
| YUV | 92.7 | 136.63 | 95.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 113 | 108 | 0.58 | 0 | 0.04 | 0.56 | 175.45 | 0.41 | 0.31 |
| Hex | 2F | 71 | 6C | 3A | 0 | 4 | 38 | AF | 29 | 1F |
| Octal | 57 | 161 | 154 | 72 | 0 | 4 | 70 | 257 | 51 | 37 |
| Binary | 101111 | 1110001 | 1101100 | 111010 | 0 | 100 | 111000 | 10101111 | 101001 | 11111 |
Color Harmonies of #2F716C
Complementary color
Monochromatic Colors of #2F716C
Black with #2F716C
Text Example
Text Example
White with #2F716C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F716C; }
p { color: rgb(47,113,108); }
H1.HeaderClassName
{
color: #2F716C;
}
.AnyTagClassName
{
color: #2F716C;
}
</style>
background-color css
<style>
a { background-color: #2F716C; }
a { background-color: rgb(47,113,108); }
div.DivClassName
{
background-color: #2F716C;
}
.BgClassName
{
background-color: #2F716C;
}
</style>
border-color css
<style>
span { border-color: #2F716C; }
span { border-color: rgb(47,113,108); }
td.TdClassName
{
border-color: #2F716C;
}
.TagClassName
{
border-color: #2F716C;
}
</style>