Shades of Genoa #2F736C
Tints of Genoa #2F736C
RGB
CMYK
RGB Variations
Color information
#2F736C (or 0x2F736C) is known color: Genoa. HEX triplet: 2F, 73 and 6C. RGB value is (47,115,108). Sum of RGB (Red+Green+Blue) = 47+115+108=270 (35% of max value = 765). Red value is 47 (18.75% from 255 or 17.41% from 270); Green value is 115 (45.31% from 255 or 42.59% from 270); Blue value is 108 (42.58% from 255 or 40% from 270); Max value from RGB is 115 - color contains mainly: green. Hex color #2F736C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2F736C is #D08C93. Grayscale: #5D5D5D. Windows color (decimal): -13667476 or 7107375. OLE color: 7107375.
HSL color Cylindrical-coordinate representation of color #2F736C: hue angle of 173.82º degrees, saturation: 0.42, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #2F736C is Cyan = 0.59, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 47 | 115 | 108 | - |
| CMYK | 0.59 | 0 | 0.06 | 0.55 |
| HSL | 173.82º | 0.42% | 0.32% | - |
| HSV(B) | 173.82º | 0.59% | 0.45% | - |
| XYZ | 10.01 | 13.95 | 16.35 | - |
| YUV | 93.87 | 135.97 | 94.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 115 | 108 | 0.59 | 0 | 0.06 | 0.55 | 173.82 | 0.42 | 0.32 |
| Hex | 2F | 73 | 6C | 3B | 0 | 6 | 37 | AE | 2A | 20 |
| Octal | 57 | 163 | 154 | 73 | 0 | 6 | 67 | 256 | 52 | 40 |
| Binary | 101111 | 1110011 | 1101100 | 111011 | 0 | 110 | 110111 | 10101110 | 101010 | 100000 |
Color Harmonies of #2F736C
Complementary color
Monochromatic Colors of #2F736C
Black with #2F736C
Text Example
Text Example
White with #2F736C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F736C; }
p { color: rgb(47,115,108); }
H1.HeaderClassName
{
color: #2F736C;
}
.AnyTagClassName
{
color: #2F736C;
}
</style>
background-color css
<style>
a { background-color: #2F736C; }
a { background-color: rgb(47,115,108); }
div.DivClassName
{
background-color: #2F736C;
}
.BgClassName
{
background-color: #2F736C;
}
</style>
border-color css
<style>
span { border-color: #2F736C; }
span { border-color: rgb(47,115,108); }
td.TdClassName
{
border-color: #2F736C;
}
.TagClassName
{
border-color: #2F736C;
}
</style>