Shades of Bilbao #2F670D
Tints of Bilbao #2F670D
RGB
CMYK
RGB Variations
Color information
#2F670D (or 0x2F670D) is known color: Bilbao. HEX triplet: 2F, 67 and 0D. RGB value is (47,103,13). Sum of RGB (Red+Green+Blue) = 47+103+13=163 (21% of max value = 765). Red value is 47 (18.75% from 255 or 28.83% from 163); Green value is 103 (40.62% from 255 or 63.19% from 163); Blue value is 13 (5.47% from 255 or 7.98% from 163); Max value from RGB is 103 - color contains mainly: green. Hex color #2F670D is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2F670D is #D098F2. Grayscale: #4C4C4C. Windows color (decimal): -13670643 or 878383. OLE color: 878383.
HSL color Cylindrical-coordinate representation of color #2F670D: hue angle of 97.33º degrees, saturation: 0.78, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #2F670D is Cyan = 0.54, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 47 | 103 | 13 | - |
| CMYK | 0.54 | 0 | 0.87 | 0.60 |
| HSL | 97.33º | 0.78% | 0.23% | - |
| HSV(B) | 97.33º | 0.87% | 0.4% | - |
| XYZ | 6.1 | 10.33 | 2.05 | - |
| YUV | 76 | 92.45 | 107.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 103 | 13 | 0.54 | 0 | 0.87 | 0.60 | 97.33 | 0.78 | 0.23 |
| Hex | 2F | 67 | D | 36 | 0 | 57 | 3C | 61 | 4E | 17 |
| Octal | 57 | 147 | 15 | 66 | 0 | 127 | 74 | 141 | 116 | 27 |
| Binary | 101111 | 1100111 | 1101 | 110110 | 0 | 1010111 | 111100 | 1100001 | 1001110 | 10111 |
Color Harmonies of #2F670D
Complementary color
Monochromatic Colors of #2F670D
Black with #2F670D
Text Example
Text Example
White with #2F670D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F670D; }
p { color: rgb(47,103,13); }
H1.HeaderClassName
{
color: #2F670D;
}
.AnyTagClassName
{
color: #2F670D;
}
</style>
background-color css
<style>
a { background-color: #2F670D; }
a { background-color: rgb(47,103,13); }
div.DivClassName
{
background-color: #2F670D;
}
.BgClassName
{
background-color: #2F670D;
}
</style>
border-color css
<style>
span { border-color: #2F670D; }
span { border-color: rgb(47,103,13); }
td.TdClassName
{
border-color: #2F670D;
}
.TagClassName
{
border-color: #2F670D;
}
</style>