Shades of Bilbao #2F690B
Tints of Bilbao #2F690B
RGB
CMYK
RGB Variations
Color information
#2F690B (or 0x2F690B) is known color: Bilbao. HEX triplet: 2F, 69 and 0B. RGB value is (47,105,11). Sum of RGB (Red+Green+Blue) = 47+105+11=163 (21% of max value = 765). Red value is 47 (18.75% from 255 or 28.83% from 163); Green value is 105 (41.41% from 255 or 64.42% from 163); Blue value is 11 (4.69% from 255 or 6.75% from 163); Max value from RGB is 105 - color contains mainly: green. Hex color #2F690B is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2F690B is #D096F4. Grayscale: #4D4D4D. Windows color (decimal): -13670133 or 747823. OLE color: 747823.
HSL color Cylindrical-coordinate representation of color #2F690B: hue angle of 97.02º degrees, saturation: 0.81, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #2F690B is Cyan = 0.55, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 47 | 105 | 11 | - |
| CMYK | 0.55 | 0 | 0.90 | 0.59 |
| HSL | 97.02º | 0.81% | 0.23% | - |
| HSV(B) | 97.02º | 0.9% | 0.41% | - |
| XYZ | 6.28 | 10.73 | 2.06 | - |
| YUV | 76.94 | 90.78 | 106.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 105 | 11 | 0.55 | 0 | 0.90 | 0.59 | 97.02 | 0.81 | 0.23 |
| Hex | 2F | 69 | B | 37 | 0 | 5A | 3B | 61 | 51 | 17 |
| Octal | 57 | 151 | 13 | 67 | 0 | 132 | 73 | 141 | 121 | 27 |
| Binary | 101111 | 1101001 | 1011 | 110111 | 0 | 1011010 | 111011 | 1100001 | 1010001 | 10111 |
Color Harmonies of #2F690B
Complementary color
Monochromatic Colors of #2F690B
Black with #2F690B
Text Example
Text Example
White with #2F690B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F690B; }
p { color: rgb(47,105,11); }
H1.HeaderClassName
{
color: #2F690B;
}
.AnyTagClassName
{
color: #2F690B;
}
</style>
background-color css
<style>
a { background-color: #2F690B; }
a { background-color: rgb(47,105,11); }
div.DivClassName
{
background-color: #2F690B;
}
.BgClassName
{
background-color: #2F690B;
}
</style>
border-color css
<style>
span { border-color: #2F690B; }
span { border-color: rgb(47,105,11); }
td.TdClassName
{
border-color: #2F690B;
}
.TagClassName
{
border-color: #2F690B;
}
</style>