Shades of Genoa #2F796B
Tints of Genoa #2F796B
RGB
CMYK
RGB Variations
Color information
#2F796B (or 0x2F796B) is known color: Genoa. HEX triplet: 2F, 79 and 6B. RGB value is (47,121,107). Sum of RGB (Red+Green+Blue) = 47+121+107=275 (36% of max value = 765). Red value is 47 (18.75% from 255 or 17.09% from 275); Green value is 121 (47.66% from 255 or 44% from 275); Blue value is 107 (42.19% from 255 or 38.91% from 275); Max value from RGB is 121 - color contains mainly: green. Hex color #2F796B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2F796B is #D08694. Grayscale: #616161. Windows color (decimal): -13665941 or 7043375. OLE color: 7043375.
HSL color Cylindrical-coordinate representation of color #2F796B: hue angle of 168.65º 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 #2F796B is Cyan = 0.61, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 47 | 121 | 107 | - |
| CMYK | 0.61 | 0 | 0.12 | 0.53 |
| HSL | 168.65º | 0.44% | 0.33% | - |
| HSV(B) | 168.65º | 0.61% | 0.47% | - |
| XYZ | 10.66 | 15.34 | 16.31 | - |
| YUV | 97.28 | 133.48 | 92.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 121 | 107 | 0.61 | 0 | 0.12 | 0.53 | 168.65 | 0.44 | 0.33 |
| Hex | 2F | 79 | 6B | 3D | 0 | C | 35 | A9 | 2C | 21 |
| Octal | 57 | 171 | 153 | 75 | 0 | 14 | 65 | 251 | 54 | 41 |
| Binary | 101111 | 1111001 | 1101011 | 111101 | 0 | 1100 | 110101 | 10101001 | 101100 | 100001 |
Color Harmonies of #2F796B
Complementary color
Monochromatic Colors of #2F796B
Black with #2F796B
Text Example
Text Example
White with #2F796B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F796B; }
p { color: rgb(47,121,107); }
H1.HeaderClassName
{
color: #2F796B;
}
.AnyTagClassName
{
color: #2F796B;
}
</style>
background-color css
<style>
a { background-color: #2F796B; }
a { background-color: rgb(47,121,107); }
div.DivClassName
{
background-color: #2F796B;
}
.BgClassName
{
background-color: #2F796B;
}
</style>
border-color css
<style>
span { border-color: #2F796B; }
span { border-color: rgb(47,121,107); }
td.TdClassName
{
border-color: #2F796B;
}
.TagClassName
{
border-color: #2F796B;
}
</style>