Shades of Genoa #2F706D
Tints of Genoa #2F706D
RGB
CMYK
RGB Variations
Color information
#2F706D (or 0x2F706D) is known color: Genoa. HEX triplet: 2F, 70 and 6D. RGB value is (47,112,109). Sum of RGB (Red+Green+Blue) = 47+112+109=268 (35% of max value = 765). Red value is 47 (18.75% from 255 or 17.54% from 268); Green value is 112 (44.14% from 255 or 41.79% from 268); Blue value is 109 (42.97% from 255 or 40.67% from 268); Max value from RGB is 112 - color contains mainly: green. Hex color #2F706D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2F706D is #D08F92. Grayscale: #5C5C5C. Windows color (decimal): -13668243 or 7172143. OLE color: 7172143.
HSL color Cylindrical-coordinate representation of color #2F706D: hue angle of 177.23º 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 #2F706D is Cyan = 0.58, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 47 | 112 | 109 | - |
| CMYK | 0.58 | 0 | 0.03 | 0.56 |
| HSL | 177.23º | 0.41% | 0.31% | - |
| HSV(B) | 177.23º | 0.58% | 0.44% | - |
| XYZ | 9.73 | 13.3 | 16.52 | - |
| YUV | 92.22 | 137.47 | 95.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 112 | 109 | 0.58 | 0 | 0.03 | 0.56 | 177.23 | 0.41 | 0.31 |
| Hex | 2F | 70 | 6D | 3A | 0 | 3 | 38 | B1 | 29 | 1F |
| Octal | 57 | 160 | 155 | 72 | 0 | 3 | 70 | 261 | 51 | 37 |
| Binary | 101111 | 1110000 | 1101101 | 111010 | 0 | 11 | 111000 | 10110001 | 101001 | 11111 |
Color Harmonies of #2F706D
Complementary color
Monochromatic Colors of #2F706D
Black with #2F706D
Text Example
Text Example
White with #2F706D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F706D; }
p { color: rgb(47,112,109); }
H1.HeaderClassName
{
color: #2F706D;
}
.AnyTagClassName
{
color: #2F706D;
}
</style>
background-color css
<style>
a { background-color: #2F706D; }
a { background-color: rgb(47,112,109); }
div.DivClassName
{
background-color: #2F706D;
}
.BgClassName
{
background-color: #2F706D;
}
</style>
border-color css
<style>
span { border-color: #2F706D; }
span { border-color: rgb(47,112,109); }
td.TdClassName
{
border-color: #2F706D;
}
.TagClassName
{
border-color: #2F706D;
}
</style>