Shades of Genoa #2F7069
Tints of Genoa #2F7069
RGB
CMYK
RGB Variations
Color information
#2F7069 (or 0x2F7069) is known color: Genoa. HEX triplet: 2F, 70 and 69. RGB value is (47,112,105). Sum of RGB (Red+Green+Blue) = 47+112+105=264 (34% of max value = 765). Red value is 47 (18.75% from 255 or 17.80% from 264); Green value is 112 (44.14% from 255 or 42.42% from 264); Blue value is 105 (41.41% from 255 or 39.77% from 264); Max value from RGB is 112 - color contains mainly: green. Hex color #2F7069 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2F7069 is #D08F96. Grayscale: #5B5B5B. Windows color (decimal): -13668247 or 6909999. OLE color: 6909999.
HSL color Cylindrical-coordinate representation of color #2F7069: hue angle of 173.54º degrees, saturation: 0.41, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #2F7069 is Cyan = 0.58, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 47 | 112 | 105 | - |
| CMYK | 0.58 | 0 | 0.06 | 0.56 |
| HSL | 173.54º | 0.41% | 0.31% | - |
| HSV(B) | 173.54º | 0.58% | 0.44% | - |
| XYZ | 9.52 | 13.21 | 15.41 | - |
| YUV | 91.77 | 135.47 | 96.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 112 | 105 | 0.58 | 0 | 0.06 | 0.56 | 173.54 | 0.41 | 0.31 |
| Hex | 2F | 70 | 69 | 3A | 0 | 6 | 38 | AE | 29 | 1F |
| Octal | 57 | 160 | 151 | 72 | 0 | 6 | 70 | 256 | 51 | 37 |
| Binary | 101111 | 1110000 | 1101001 | 111010 | 0 | 110 | 111000 | 10101110 | 101001 | 11111 |
Color Harmonies of #2F7069
Complementary color
Monochromatic Colors of #2F7069
Black with #2F7069
Text Example
Text Example
White with #2F7069
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F7069; }
p { color: rgb(47,112,105); }
H1.HeaderClassName
{
color: #2F7069;
}
.AnyTagClassName
{
color: #2F7069;
}
</style>
background-color css
<style>
a { background-color: #2F7069; }
a { background-color: rgb(47,112,105); }
div.DivClassName
{
background-color: #2F7069;
}
.BgClassName
{
background-color: #2F7069;
}
</style>
border-color css
<style>
span { border-color: #2F7069; }
span { border-color: rgb(47,112,105); }
td.TdClassName
{
border-color: #2F7069;
}
.TagClassName
{
border-color: #2F7069;
}
</style>