Shades of Bilbao #2F670A
Tints of Bilbao #2F670A
RGB
CMYK
RGB Variations
Color information
#2F670A (or 0x2F670A) is known color: Bilbao. HEX triplet: 2F, 67 and 0A. RGB value is (47,103,10). Sum of RGB (Red+Green+Blue) = 47+103+10=160 (21% of max value = 765). Red value is 47 (18.75% from 255 or 29.38% from 160); Green value is 103 (40.62% from 255 or 64.38% from 160); Blue value is 10 (4.30% from 255 or 6.25% from 160); Max value from RGB is 103 - color contains mainly: green. Hex color #2F670A is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2F670A is #D098F5. Grayscale: #4B4B4B. Windows color (decimal): -13670646 or 681775. OLE color: 681775.
HSL color Cylindrical-coordinate representation of color #2F670A: hue angle of 96.13º degrees, saturation: 0.82, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #2F670A is Cyan = 0.54, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 47 | 103 | 10 | - |
| CMYK | 0.54 | 0 | 0.90 | 0.60 |
| HSL | 96.13º | 0.82% | 0.22% | - |
| HSV(B) | 96.13º | 0.9% | 0.4% | - |
| XYZ | 6.08 | 10.33 | 1.96 | - |
| YUV | 75.65 | 90.95 | 107.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 103 | 10 | 0.54 | 0 | 0.90 | 0.60 | 96.13 | 0.82 | 0.22 |
| Hex | 2F | 67 | A | 36 | 0 | 5A | 3C | 60 | 52 | 16 |
| Octal | 57 | 147 | 12 | 66 | 0 | 132 | 74 | 140 | 122 | 26 |
| Binary | 101111 | 1100111 | 1010 | 110110 | 0 | 1011010 | 111100 | 1100000 | 1010010 | 10110 |
Color Harmonies of #2F670A
Complementary color
Monochromatic Colors of #2F670A
Black with #2F670A
Text Example
Text Example
White with #2F670A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F670A; }
p { color: rgb(47,103,10); }
H1.HeaderClassName
{
color: #2F670A;
}
.AnyTagClassName
{
color: #2F670A;
}
</style>
background-color css
<style>
a { background-color: #2F670A; }
a { background-color: rgb(47,103,10); }
div.DivClassName
{
background-color: #2F670A;
}
.BgClassName
{
background-color: #2F670A;
}
</style>
border-color css
<style>
span { border-color: #2F670A; }
span { border-color: rgb(47,103,10); }
td.TdClassName
{
border-color: #2F670A;
}
.TagClassName
{
border-color: #2F670A;
}
</style>