Shades of Genoa #2F7B71
Tints of Genoa #2F7B71
RGB
CMYK
RGB Variations
Color information
#2F7B71 (or 0x2F7B71) is known color: Genoa. HEX triplet: 2F, 7B and 71. RGB value is (47,123,113). Sum of RGB (Red+Green+Blue) = 47+123+113=283 (37% of max value = 765). Red value is 47 (18.75% from 255 or 16.61% from 283); Green value is 123 (48.44% from 255 or 43.46% from 283); Blue value is 113 (44.53% from 255 or 39.93% from 283); Max value from RGB is 123 - color contains mainly: green. Hex color #2F7B71 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2F7B71 is #D0848E. Grayscale: #636363. Windows color (decimal): -13665423 or 7437103. OLE color: 7437103.
HSL color Cylindrical-coordinate representation of color #2F7B71: hue angle of 172.11º 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 #2F7B71 is Cyan = 0.62, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 47 | 123 | 113 | - |
| CMYK | 0.62 | 0 | 0.08 | 0.52 |
| HSL | 172.11º | 0.45% | 0.33% | - |
| HSV(B) | 172.11º | 0.62% | 0.48% | - |
| XYZ | 11.24 | 15.96 | 18.11 | - |
| YUV | 99.14 | 135.82 | 90.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 123 | 113 | 0.62 | 0 | 0.08 | 0.52 | 172.11 | 0.45 | 0.33 |
| Hex | 2F | 7B | 71 | 3E | 0 | 8 | 34 | AC | 2D | 21 |
| Octal | 57 | 173 | 161 | 76 | 0 | 10 | 64 | 254 | 55 | 41 |
| Binary | 101111 | 1111011 | 1110001 | 111110 | 0 | 1000 | 110100 | 10101100 | 101101 | 100001 |
Color Harmonies of #2F7B71
Complementary color
Monochromatic Colors of #2F7B71
Black with #2F7B71
Text Example
Text Example
White with #2F7B71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F7B71; }
p { color: rgb(47,123,113); }
H1.HeaderClassName
{
color: #2F7B71;
}
.AnyTagClassName
{
color: #2F7B71;
}
</style>
background-color css
<style>
a { background-color: #2F7B71; }
a { background-color: rgb(47,123,113); }
div.DivClassName
{
background-color: #2F7B71;
}
.BgClassName
{
background-color: #2F7B71;
}
</style>
border-color css
<style>
span { border-color: #2F7B71; }
span { border-color: rgb(47,123,113); }
td.TdClassName
{
border-color: #2F7B71;
}
.TagClassName
{
border-color: #2F7B71;
}
</style>