Shades of Genoa #2F8970
Tints of Genoa #2F8970
RGB
CMYK
RGB Variations
Color information
#2F8970 (or 0x2F8970) is known color: Genoa. HEX triplet: 2F, 89 and 70. RGB value is (47,137,112). Sum of RGB (Red+Green+Blue) = 47+137+112=296 (39% of max value = 765). Red value is 47 (18.75% from 255 or 15.88% from 296); Green value is 137 (53.91% from 255 or 46.28% from 296); Blue value is 112 (44.14% from 255 or 37.84% from 296); Max value from RGB is 137 - color contains mainly: green. Hex color #2F8970 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2F8970 is #D0768F. Grayscale: #6B6B6B. Windows color (decimal): -13661840 or 7375151. OLE color: 7375151.
HSL color Cylindrical-coordinate representation of color #2F8970: hue angle of 163.33º degrees, saturation: 0.49, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #2F8970 is Cyan = 0.66, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 47 | 137 | 112 | - |
| CMYK | 0.66 | 0 | 0.18 | 0.46 |
| HSL | 163.33º | 0.49% | 0.36% | - |
| HSV(B) | 163.33º | 0.66% | 0.54% | - |
| XYZ | 13.04 | 19.67 | 18.44 | - |
| YUV | 107.24 | 130.68 | 85.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 137 | 112 | 0.66 | 0 | 0.18 | 0.46 | 163.33 | 0.49 | 0.36 |
| Hex | 2F | 89 | 70 | 42 | 0 | 12 | 2E | A3 | 31 | 24 |
| Octal | 57 | 211 | 160 | 102 | 0 | 22 | 56 | 243 | 61 | 44 |
| Binary | 101111 | 10001001 | 1110000 | 1000010 | 0 | 10010 | 101110 | 10100011 | 110001 | 100100 |
Color Harmonies of #2F8970
Complementary color
Monochromatic Colors of #2F8970
Black with #2F8970
Text Example
Text Example
White with #2F8970
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F8970; }
p { color: rgb(47,137,112); }
H1.HeaderClassName
{
color: #2F8970;
}
.AnyTagClassName
{
color: #2F8970;
}
</style>
background-color css
<style>
a { background-color: #2F8970; }
a { background-color: rgb(47,137,112); }
div.DivClassName
{
background-color: #2F8970;
}
.BgClassName
{
background-color: #2F8970;
}
</style>
border-color css
<style>
span { border-color: #2F8970; }
span { border-color: rgb(47,137,112); }
td.TdClassName
{
border-color: #2F8970;
}
.TagClassName
{
border-color: #2F8970;
}
</style>