Shades of Genoa #2F8770
Tints of Genoa #2F8770
RGB
CMYK
RGB Variations
Color information
#2F8770 (or 0x2F8770) is known color: Genoa. HEX triplet: 2F, 87 and 70. RGB value is (47,135,112). Sum of RGB (Red+Green+Blue) = 47+135+112=294 (38% of max value = 765). Red value is 47 (18.75% from 255 or 15.99% from 294); Green value is 135 (53.12% from 255 or 45.92% from 294); Blue value is 112 (44.14% from 255 or 38.10% from 294); Max value from RGB is 135 - color contains mainly: green. Hex color #2F8770 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2F8770 is #D0788F. Grayscale: #6A6A6A. Windows color (decimal): -13662352 or 7374639. OLE color: 7374639.
HSL color Cylindrical-coordinate representation of color #2F8770: hue angle of 164.32º degrees, saturation: 0.48, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #2F8770 is Cyan = 0.65, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 47 | 135 | 112 | - |
| CMYK | 0.65 | 0 | 0.17 | 0.47 |
| HSL | 164.32º | 0.48% | 0.36% | - |
| HSV(B) | 164.32º | 0.65% | 0.53% | - |
| XYZ | 12.76 | 19.1 | 18.34 | - |
| YUV | 106.07 | 131.35 | 85.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 135 | 112 | 0.65 | 0 | 0.17 | 0.47 | 164.32 | 0.48 | 0.36 |
| Hex | 2F | 87 | 70 | 41 | 0 | 11 | 2F | A4 | 30 | 24 |
| Octal | 57 | 207 | 160 | 101 | 0 | 21 | 57 | 244 | 60 | 44 |
| Binary | 101111 | 10000111 | 1110000 | 1000001 | 0 | 10001 | 101111 | 10100100 | 110000 | 100100 |
Color Harmonies of #2F8770
Complementary color
Monochromatic Colors of #2F8770
Black with #2F8770
Text Example
Text Example
White with #2F8770
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F8770; }
p { color: rgb(47,135,112); }
H1.HeaderClassName
{
color: #2F8770;
}
.AnyTagClassName
{
color: #2F8770;
}
</style>
background-color css
<style>
a { background-color: #2F8770; }
a { background-color: rgb(47,135,112); }
div.DivClassName
{
background-color: #2F8770;
}
.BgClassName
{
background-color: #2F8770;
}
</style>
border-color css
<style>
span { border-color: #2F8770; }
span { border-color: rgb(47,135,112); }
td.TdClassName
{
border-color: #2F8770;
}
.TagClassName
{
border-color: #2F8770;
}
</style>