Shades of Bilbao #2F670E
Tints of Bilbao #2F670E
RGB
CMYK
RGB Variations
Color information
#2F670E (or 0x2F670E) is known color: Bilbao. HEX triplet: 2F, 67 and 0E. RGB value is (47,103,14). Sum of RGB (Red+Green+Blue) = 47+103+14=164 (21% of max value = 765). Red value is 47 (18.75% from 255 or 28.66% from 164); Green value is 103 (40.62% from 255 or 62.80% from 164); Blue value is 14 (5.86% from 255 or 8.54% from 164); Max value from RGB is 103 - color contains mainly: green. Hex color #2F670E is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2F670E is #D098F1. Grayscale: #4C4C4C. Windows color (decimal): -13670642 or 943919. OLE color: 943919.
HSL color Cylindrical-coordinate representation of color #2F670E: hue angle of 97.75º degrees, saturation: 0.76, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #2F670E is Cyan = 0.54, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 47 | 103 | 14 | - |
| CMYK | 0.54 | 0 | 0.86 | 0.60 |
| HSL | 97.75º | 0.76% | 0.23% | - |
| HSV(B) | 97.75º | 0.86% | 0.4% | - |
| XYZ | 6.1 | 10.34 | 2.09 | - |
| YUV | 76.11 | 92.95 | 107.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 103 | 14 | 0.54 | 0 | 0.86 | 0.60 | 97.75 | 0.76 | 0.23 |
| Hex | 2F | 67 | E | 36 | 0 | 56 | 3C | 62 | 4C | 17 |
| Octal | 57 | 147 | 16 | 66 | 0 | 126 | 74 | 142 | 114 | 27 |
| Binary | 101111 | 1100111 | 1110 | 110110 | 0 | 1010110 | 111100 | 1100010 | 1001100 | 10111 |
Color Harmonies of #2F670E
Complementary color
Monochromatic Colors of #2F670E
Black with #2F670E
Text Example
Text Example
White with #2F670E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F670E; }
p { color: rgb(47,103,14); }
H1.HeaderClassName
{
color: #2F670E;
}
.AnyTagClassName
{
color: #2F670E;
}
</style>
background-color css
<style>
a { background-color: #2F670E; }
a { background-color: rgb(47,103,14); }
div.DivClassName
{
background-color: #2F670E;
}
.BgClassName
{
background-color: #2F670E;
}
</style>
border-color css
<style>
span { border-color: #2F670E; }
span { border-color: rgb(47,103,14); }
td.TdClassName
{
border-color: #2F670E;
}
.TagClassName
{
border-color: #2F670E;
}
</style>