Shades of Genoa #2F796D
Tints of Genoa #2F796D
RGB
CMYK
RGB Variations
Color information
#2F796D (or 0x2F796D) is known color: Genoa. HEX triplet: 2F, 79 and 6D. RGB value is (47,121,109). Sum of RGB (Red+Green+Blue) = 47+121+109=277 (36% of max value = 765). Red value is 47 (18.75% from 255 or 16.97% from 277); Green value is 121 (47.66% from 255 or 43.68% from 277); Blue value is 109 (42.97% from 255 or 39.35% from 277); Max value from RGB is 121 - color contains mainly: green. Hex color #2F796D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2F796D is #D08692. Grayscale: #616161. Windows color (decimal): -13665939 or 7174447. OLE color: 7174447.
HSL color Cylindrical-coordinate representation of color #2F796D: hue angle of 170.27º 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 #2F796D is Cyan = 0.61, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 47 | 121 | 109 | - |
| CMYK | 0.61 | 0 | 0.10 | 0.53 |
| HSL | 170.27º | 0.44% | 0.33% | - |
| HSV(B) | 170.27º | 0.61% | 0.47% | - |
| XYZ | 10.77 | 15.38 | 16.87 | - |
| YUV | 97.51 | 134.48 | 91.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 121 | 109 | 0.61 | 0 | 0.10 | 0.53 | 170.27 | 0.44 | 0.33 |
| Hex | 2F | 79 | 6D | 3D | 0 | A | 35 | AA | 2C | 21 |
| Octal | 57 | 171 | 155 | 75 | 0 | 12 | 65 | 252 | 54 | 41 |
| Binary | 101111 | 1111001 | 1101101 | 111101 | 0 | 1010 | 110101 | 10101010 | 101100 | 100001 |
Color Harmonies of #2F796D
Complementary color
Monochromatic Colors of #2F796D
Black with #2F796D
Text Example
Text Example
White with #2F796D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F796D; }
p { color: rgb(47,121,109); }
H1.HeaderClassName
{
color: #2F796D;
}
.AnyTagClassName
{
color: #2F796D;
}
</style>
background-color css
<style>
a { background-color: #2F796D; }
a { background-color: rgb(47,121,109); }
div.DivClassName
{
background-color: #2F796D;
}
.BgClassName
{
background-color: #2F796D;
}
</style>
border-color css
<style>
span { border-color: #2F796D; }
span { border-color: rgb(47,121,109); }
td.TdClassName
{
border-color: #2F796D;
}
.TagClassName
{
border-color: #2F796D;
}
</style>