Shades of Bilbao #2F6B0B
Tints of Bilbao #2F6B0B
RGB
CMYK
RGB Variations
Color information
#2F6B0B (or 0x2F6B0B) is known color: Bilbao. HEX triplet: 2F, 6B and 0B. RGB value is (47,107,11). Sum of RGB (Red+Green+Blue) = 47+107+11=165 (21% of max value = 765). Red value is 47 (18.75% from 255 or 28.48% from 165); Green value is 107 (42.19% from 255 or 64.85% from 165); Blue value is 11 (4.69% from 255 or 6.67% from 165); Max value from RGB is 107 - color contains mainly: green. Hex color #2F6B0B is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2F6B0B is #D094F4. Grayscale: #4E4E4E. Windows color (decimal): -13669621 or 748335. OLE color: 748335.
HSL color Cylindrical-coordinate representation of color #2F6B0B: hue angle of 97.5º degrees, saturation: 0.81, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #2F6B0B is Cyan = 0.56, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 47 | 107 | 11 | - |
| CMYK | 0.56 | 0 | 0.90 | 0.58 |
| HSL | 97.5º | 0.81% | 0.23% | - |
| HSV(B) | 97.5º | 0.9% | 0.42% | - |
| XYZ | 6.49 | 11.14 | 2.13 | - |
| YUV | 78.12 | 90.12 | 105.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 107 | 11 | 0.56 | 0 | 0.90 | 0.58 | 97.5 | 0.81 | 0.23 |
| Hex | 2F | 6B | B | 38 | 0 | 5A | 3A | 62 | 51 | 17 |
| Octal | 57 | 153 | 13 | 70 | 0 | 132 | 72 | 142 | 121 | 27 |
| Binary | 101111 | 1101011 | 1011 | 111000 | 0 | 1011010 | 111010 | 1100010 | 1010001 | 10111 |
Color Harmonies of #2F6B0B
Complementary color
Monochromatic Colors of #2F6B0B
Black with #2F6B0B
Text Example
Text Example
White with #2F6B0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F6B0B; }
p { color: rgb(47,107,11); }
H1.HeaderClassName
{
color: #2F6B0B;
}
.AnyTagClassName
{
color: #2F6B0B;
}
</style>
background-color css
<style>
a { background-color: #2F6B0B; }
a { background-color: rgb(47,107,11); }
div.DivClassName
{
background-color: #2F6B0B;
}
.BgClassName
{
background-color: #2F6B0B;
}
</style>
border-color css
<style>
span { border-color: #2F6B0B; }
span { border-color: rgb(47,107,11); }
td.TdClassName
{
border-color: #2F6B0B;
}
.TagClassName
{
border-color: #2F6B0B;
}
</style>