Shades of Genoa #2F7A72
Tints of Genoa #2F7A72
RGB
CMYK
RGB Variations
Color information
#2F7A72 (or 0x2F7A72) is known color: Genoa. HEX triplet: 2F, 7A and 72. RGB value is (47,122,114). Sum of RGB (Red+Green+Blue) = 47+122+114=283 (37% of max value = 765). Red value is 47 (18.75% from 255 or 16.61% from 283); Green value is 122 (48.05% from 255 or 43.11% from 283); Blue value is 114 (44.92% from 255 or 40.28% from 283); Max value from RGB is 122 - color contains mainly: green. Hex color #2F7A72 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2F7A72 is #D0858D. Grayscale: #626262. Windows color (decimal): -13665678 or 7502383. OLE color: 7502383.
HSL color Cylindrical-coordinate representation of color #2F7A72: hue angle of 173.6º degrees, saturation: 0.44, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #2F7A72 is Cyan = 0.61, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 47 | 122 | 114 | - |
| CMYK | 0.61 | 0 | 0.07 | 0.52 |
| HSL | 173.6º | 0.44% | 0.33% | - |
| HSV(B) | 173.6º | 0.61% | 0.48% | - |
| XYZ | 11.17 | 15.74 | 18.37 | - |
| YUV | 98.66 | 136.65 | 91.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 122 | 114 | 0.61 | 0 | 0.07 | 0.52 | 173.6 | 0.44 | 0.33 |
| Hex | 2F | 7A | 72 | 3D | 0 | 7 | 34 | AE | 2C | 21 |
| Octal | 57 | 172 | 162 | 75 | 0 | 7 | 64 | 256 | 54 | 41 |
| Binary | 101111 | 1111010 | 1110010 | 111101 | 0 | 111 | 110100 | 10101110 | 101100 | 100001 |
Color Harmonies of #2F7A72
Complementary color
Monochromatic Colors of #2F7A72
Black with #2F7A72
Text Example
Text Example
White with #2F7A72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F7A72; }
p { color: rgb(47,122,114); }
H1.HeaderClassName
{
color: #2F7A72;
}
.AnyTagClassName
{
color: #2F7A72;
}
</style>
background-color css
<style>
a { background-color: #2F7A72; }
a { background-color: rgb(47,122,114); }
div.DivClassName
{
background-color: #2F7A72;
}
.BgClassName
{
background-color: #2F7A72;
}
</style>
border-color css
<style>
span { border-color: #2F7A72; }
span { border-color: rgb(47,122,114); }
td.TdClassName
{
border-color: #2F7A72;
}
.TagClassName
{
border-color: #2F7A72;
}
</style>