Shades of Genoa #2F6764
Tints of Genoa #2F6764
RGB
CMYK
RGB Variations
Color information
#2F6764 (or 0x2F6764) is known color: Genoa. HEX triplet: 2F, 67 and 64. RGB value is (47,103,100). Sum of RGB (Red+Green+Blue) = 47+103+100=250 (33% of max value = 765). Red value is 47 (18.75% from 255 or 18.8% from 250); Green value is 103 (40.62% from 255 or 41.2% from 250); Blue value is 100 (39.45% from 255 or 40% from 250); Max value from RGB is 103 - color contains mainly: green. Hex color #2F6764 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2F6764 is #D0989B. Grayscale: #555555. Windows color (decimal): -13670556 or 6580015. OLE color: 6580015.
HSL color Cylindrical-coordinate representation of color #2F6764: hue angle of 176.79º degrees, saturation: 0.37, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #2F6764 is Cyan = 0.54, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 47 | 103 | 100 | - |
| CMYK | 0.54 | 0 | 0.03 | 0.60 |
| HSL | 176.79º | 0.37% | 0.29% | - |
| HSV(B) | 176.79º | 0.54% | 0.4% | - |
| XYZ | 8.32 | 11.22 | 13.78 | - |
| YUV | 85.91 | 135.95 | 100.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 103 | 100 | 0.54 | 0 | 0.03 | 0.60 | 176.79 | 0.37 | 0.29 |
| Hex | 2F | 67 | 64 | 36 | 0 | 3 | 3C | B1 | 25 | 1D |
| Octal | 57 | 147 | 144 | 66 | 0 | 3 | 74 | 261 | 45 | 35 |
| Binary | 101111 | 1100111 | 1100100 | 110110 | 0 | 11 | 111100 | 10110001 | 100101 | 11101 |
Color Harmonies of #2F6764
Complementary color
Monochromatic Colors of #2F6764
Black with #2F6764
Text Example
Text Example
White with #2F6764
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F6764; }
p { color: rgb(47,103,100); }
H1.HeaderClassName
{
color: #2F6764;
}
.AnyTagClassName
{
color: #2F6764;
}
</style>
background-color css
<style>
a { background-color: #2F6764; }
a { background-color: rgb(47,103,100); }
div.DivClassName
{
background-color: #2F6764;
}
.BgClassName
{
background-color: #2F6764;
}
</style>
border-color css
<style>
span { border-color: #2F6764; }
span { border-color: rgb(47,103,100); }
td.TdClassName
{
border-color: #2F6764;
}
.TagClassName
{
border-color: #2F6764;
}
</style>