Shades of Genoa #2F7B72
Tints of Genoa #2F7B72
RGB
CMYK
RGB Variations
Color information
#2F7B72 (or 0x2F7B72) is known color: Genoa. HEX triplet: 2F, 7B and 72. RGB value is (47,123,114). Sum of RGB (Red+Green+Blue) = 47+123+114=284 (37% of max value = 765). Red value is 47 (18.75% from 255 or 16.55% from 284); Green value is 123 (48.44% from 255 or 43.31% from 284); Blue value is 114 (44.92% from 255 or 40.14% from 284); Max value from RGB is 123 - color contains mainly: green. Hex color #2F7B72 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2F7B72 is #D0848D. Grayscale: #636363. Windows color (decimal): -13665422 or 7502639. OLE color: 7502639.
HSL color Cylindrical-coordinate representation of color #2F7B72: hue angle of 172.89º degrees, saturation: 0.45, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #2F7B72 is Cyan = 0.62, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 47 | 123 | 114 | - |
| CMYK | 0.62 | 0 | 0.07 | 0.52 |
| HSL | 172.89º | 0.45% | 0.33% | - |
| HSV(B) | 172.89º | 0.62% | 0.48% | - |
| XYZ | 11.29 | 15.99 | 18.41 | - |
| YUV | 99.25 | 136.32 | 90.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 123 | 114 | 0.62 | 0 | 0.07 | 0.52 | 172.89 | 0.45 | 0.33 |
| Hex | 2F | 7B | 72 | 3E | 0 | 7 | 34 | AD | 2D | 21 |
| Octal | 57 | 173 | 162 | 76 | 0 | 7 | 64 | 255 | 55 | 41 |
| Binary | 101111 | 1111011 | 1110010 | 111110 | 0 | 111 | 110100 | 10101101 | 101101 | 100001 |
Color Harmonies of #2F7B72
Complementary color
Monochromatic Colors of #2F7B72
Black with #2F7B72
Text Example
Text Example
White with #2F7B72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F7B72; }
p { color: rgb(47,123,114); }
H1.HeaderClassName
{
color: #2F7B72;
}
.AnyTagClassName
{
color: #2F7B72;
}
</style>
background-color css
<style>
a { background-color: #2F7B72; }
a { background-color: rgb(47,123,114); }
div.DivClassName
{
background-color: #2F7B72;
}
.BgClassName
{
background-color: #2F7B72;
}
</style>
border-color css
<style>
span { border-color: #2F7B72; }
span { border-color: rgb(47,123,114); }
td.TdClassName
{
border-color: #2F7B72;
}
.TagClassName
{
border-color: #2F7B72;
}
</style>