Shades of Genoa #2F8168
Tints of Genoa #2F8168
RGB
CMYK
RGB Variations
Color information
#2F8168 (or 0x2F8168) is known color: Genoa. HEX triplet: 2F, 81 and 68. RGB value is (47,129,104). Sum of RGB (Red+Green+Blue) = 47+129+104=280 (37% of max value = 765). Red value is 47 (18.75% from 255 or 16.79% from 280); Green value is 129 (50.78% from 255 or 46.07% from 280); Blue value is 104 (41.02% from 255 or 37.14% from 280); Max value from RGB is 129 - color contains mainly: green. Hex color #2F8168 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2F8168 is #D07E97. Grayscale: #656565. Windows color (decimal): -13663896 or 6848815. OLE color: 6848815.
HSL color Cylindrical-coordinate representation of color #2F8168: hue angle of 161.71º 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 #2F8168 is Cyan = 0.64, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 47 | 129 | 104 | - |
| CMYK | 0.64 | 0 | 0.19 | 0.49 |
| HSL | 161.71º | 0.47% | 0.35% | - |
| HSV(B) | 161.71º | 0.64% | 0.51% | - |
| XYZ | 11.52 | 17.3 | 15.83 | - |
| YUV | 101.63 | 129.33 | 89.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 129 | 104 | 0.64 | 0 | 0.19 | 0.49 | 161.71 | 0.47 | 0.35 |
| Hex | 2F | 81 | 68 | 40 | 0 | 13 | 31 | A2 | 2F | 23 |
| Octal | 57 | 201 | 150 | 100 | 0 | 23 | 61 | 242 | 57 | 43 |
| Binary | 101111 | 10000001 | 1101000 | 1000000 | 0 | 10011 | 110001 | 10100010 | 101111 | 100011 |
Color Harmonies of #2F8168
Complementary color
Monochromatic Colors of #2F8168
Black with #2F8168
Text Example
Text Example
White with #2F8168
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F8168; }
p { color: rgb(47,129,104); }
H1.HeaderClassName
{
color: #2F8168;
}
.AnyTagClassName
{
color: #2F8168;
}
</style>
background-color css
<style>
a { background-color: #2F8168; }
a { background-color: rgb(47,129,104); }
div.DivClassName
{
background-color: #2F8168;
}
.BgClassName
{
background-color: #2F8168;
}
</style>
border-color css
<style>
span { border-color: #2F8168; }
span { border-color: rgb(47,129,104); }
td.TdClassName
{
border-color: #2F8168;
}
.TagClassName
{
border-color: #2F8168;
}
</style>