Shades of Genoa #2F726B
Tints of Genoa #2F726B
RGB
CMYK
RGB Variations
Color information
#2F726B (or 0x2F726B) is known color: Genoa. HEX triplet: 2F, 72 and 6B. RGB value is (47,114,107). Sum of RGB (Red+Green+Blue) = 47+114+107=268 (35% of max value = 765). Red value is 47 (18.75% from 255 or 17.54% from 268); Green value is 114 (44.92% from 255 or 42.54% from 268); Blue value is 107 (42.19% from 255 or 39.93% from 268); Max value from RGB is 114 - color contains mainly: green. Hex color #2F726B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2F726B is #D08D94. Grayscale: #5D5D5D. Windows color (decimal): -13667733 or 7041583. OLE color: 7041583.
HSL color Cylindrical-coordinate representation of color #2F726B: hue angle of 173.73º 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 #2F726B is Cyan = 0.59, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 47 | 114 | 107 | - |
| CMYK | 0.59 | 0 | 0.06 | 0.55 |
| HSL | 173.73º | 0.42% | 0.32% | - |
| HSV(B) | 173.73º | 0.59% | 0.45% | - |
| XYZ | 9.84 | 13.7 | 16.04 | - |
| YUV | 93.17 | 135.8 | 95.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 114 | 107 | 0.59 | 0 | 0.06 | 0.55 | 173.73 | 0.42 | 0.32 |
| Hex | 2F | 72 | 6B | 3B | 0 | 6 | 37 | AE | 2A | 20 |
| Octal | 57 | 162 | 153 | 73 | 0 | 6 | 67 | 256 | 52 | 40 |
| Binary | 101111 | 1110010 | 1101011 | 111011 | 0 | 110 | 110111 | 10101110 | 101010 | 100000 |
Color Harmonies of #2F726B
Complementary color
Monochromatic Colors of #2F726B
Black with #2F726B
Text Example
Text Example
White with #2F726B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F726B; }
p { color: rgb(47,114,107); }
H1.HeaderClassName
{
color: #2F726B;
}
.AnyTagClassName
{
color: #2F726B;
}
</style>
background-color css
<style>
a { background-color: #2F726B; }
a { background-color: rgb(47,114,107); }
div.DivClassName
{
background-color: #2F726B;
}
.BgClassName
{
background-color: #2F726B;
}
</style>
border-color css
<style>
span { border-color: #2F726B; }
span { border-color: rgb(47,114,107); }
td.TdClassName
{
border-color: #2F726B;
}
.TagClassName
{
border-color: #2F726B;
}
</style>