Shades of Bilbao #2F660B
Tints of Bilbao #2F660B
RGB
CMYK
RGB Variations
Color information
#2F660B (or 0x2F660B) is known color: Bilbao. HEX triplet: 2F, 66 and 0B. RGB value is (47,102,11). Sum of RGB (Red+Green+Blue) = 47+102+11=160 (21% of max value = 765). Red value is 47 (18.75% from 255 or 29.38% from 160); Green value is 102 (40.23% from 255 or 63.75% from 160); Blue value is 11 (4.69% from 255 or 6.88% from 160); Max value from RGB is 102 - color contains mainly: green. Hex color #2F660B is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2F660B is #D099F4. Grayscale: #4B4B4B. Windows color (decimal): -13670901 or 747055. OLE color: 747055.
HSL color Cylindrical-coordinate representation of color #2F660B: hue angle of 96.26º degrees, saturation: 0.81, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #2F660B is Cyan = 0.54, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 47 | 102 | 11 | - |
| CMYK | 0.54 | 0 | 0.89 | 0.6 |
| HSL | 96.26º | 0.81% | 0.22% | - |
| HSV(B) | 96.26º | 0.89% | 0.4% | - |
| XYZ | 5.98 | 10.13 | 1.96 | - |
| YUV | 75.18 | 91.78 | 107.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 102 | 11 | 0.54 | 0 | 0.89 | 0.6 | 96.26 | 0.81 | 0.22 |
| Hex | 2F | 66 | B | 36 | 0 | 59 | 3C | 60 | 51 | 16 |
| Octal | 57 | 146 | 13 | 66 | 0 | 131 | 74 | 140 | 121 | 26 |
| Binary | 101111 | 1100110 | 1011 | 110110 | 0 | 1011001 | 111100 | 1100000 | 1010001 | 10110 |
Color Harmonies of #2F660B
Complementary color
Monochromatic Colors of #2F660B
Black with #2F660B
Text Example
Text Example
White with #2F660B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F660B; }
p { color: rgb(47,102,11); }
H1.HeaderClassName
{
color: #2F660B;
}
.AnyTagClassName
{
color: #2F660B;
}
</style>
background-color css
<style>
a { background-color: #2F660B; }
a { background-color: rgb(47,102,11); }
div.DivClassName
{
background-color: #2F660B;
}
.BgClassName
{
background-color: #2F660B;
}
</style>
border-color css
<style>
span { border-color: #2F660B; }
span { border-color: rgb(47,102,11); }
td.TdClassName
{
border-color: #2F660B;
}
.TagClassName
{
border-color: #2F660B;
}
</style>