Shades of Genoa #2F8169
Tints of Genoa #2F8169
RGB
CMYK
RGB Variations
Color information
#2F8169 (or 0x2F8169) is known color: Genoa. HEX triplet: 2F, 81 and 69. RGB value is (47,129,105). Sum of RGB (Red+Green+Blue) = 47+129+105=281 (37% of max value = 765). Red value is 47 (18.75% from 255 or 16.73% from 281); Green value is 129 (50.78% from 255 or 45.91% from 281); Blue value is 105 (41.41% from 255 or 37.37% from 281); Max value from RGB is 129 - color contains mainly: green. Hex color #2F8169 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2F8169 is #D07E96. Grayscale: #656565. Windows color (decimal): -13663895 or 6914351. OLE color: 6914351.
HSL color Cylindrical-coordinate representation of color #2F8169: hue angle of 162.44º degrees, saturation: 0.47, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #2F8169 is Cyan = 0.64, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 47 | 129 | 105 | - |
| CMYK | 0.64 | 0 | 0.19 | 0.49 |
| HSL | 162.44º | 0.47% | 0.35% | - |
| HSV(B) | 162.44º | 0.64% | 0.51% | - |
| XYZ | 11.57 | 17.32 | 16.1 | - |
| YUV | 101.75 | 129.83 | 88.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 129 | 105 | 0.64 | 0 | 0.19 | 0.49 | 162.44 | 0.47 | 0.35 |
| Hex | 2F | 81 | 69 | 40 | 0 | 13 | 31 | A2 | 2F | 23 |
| Octal | 57 | 201 | 151 | 100 | 0 | 23 | 61 | 242 | 57 | 43 |
| Binary | 101111 | 10000001 | 1101001 | 1000000 | 0 | 10011 | 110001 | 10100010 | 101111 | 100011 |
Color Harmonies of #2F8169
Complementary color
Monochromatic Colors of #2F8169
Black with #2F8169
Text Example
Text Example
White with #2F8169
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F8169; }
p { color: rgb(47,129,105); }
H1.HeaderClassName
{
color: #2F8169;
}
.AnyTagClassName
{
color: #2F8169;
}
</style>
background-color css
<style>
a { background-color: #2F8169; }
a { background-color: rgb(47,129,105); }
div.DivClassName
{
background-color: #2F8169;
}
.BgClassName
{
background-color: #2F8169;
}
</style>
border-color css
<style>
span { border-color: #2F8169; }
span { border-color: rgb(47,129,105); }
td.TdClassName
{
border-color: #2F8169;
}
.TagClassName
{
border-color: #2F8169;
}
</style>