Shades of Bilbao #2A670B
Tints of Bilbao #2A670B
RGB
CMYK
RGB Variations
Color information
#2A670B (or 0x2A670B) is known color: Bilbao. HEX triplet: 2A, 67 and 0B. RGB value is (42,103,11). Sum of RGB (Red+Green+Blue) = 42+103+11=156 (20% of max value = 765). Red value is 42 (16.80% from 255 or 26.92% from 156); Green value is 103 (40.62% from 255 or 66.03% from 156); Blue value is 11 (4.69% from 255 or 7.05% from 156); Max value from RGB is 103 - color contains mainly: green. Hex color #2A670B is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2A670B is #D598F4. Grayscale: #4A4A4A. Windows color (decimal): -13998325 or 747306. OLE color: 747306.
HSL color Cylindrical-coordinate representation of color #2A670B: hue angle of 99.78º 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 #2A670B is Cyan = 0.59, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 42 | 103 | 11 | - |
| CMYK | 0.59 | 0 | 0.89 | 0.60 |
| HSL | 99.78º | 0.81% | 0.22% | - |
| HSV(B) | 99.78º | 0.89% | 0.4% | - |
| XYZ | 5.87 | 10.22 | 1.98 | - |
| YUV | 74.27 | 92.29 | 104.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 103 | 11 | 0.59 | 0 | 0.89 | 0.60 | 99.78 | 0.81 | 0.22 |
| Hex | 2A | 67 | B | 3B | 0 | 59 | 3C | 64 | 51 | 16 |
| Octal | 52 | 147 | 13 | 73 | 0 | 131 | 74 | 144 | 121 | 26 |
| Binary | 101010 | 1100111 | 1011 | 111011 | 0 | 1011001 | 111100 | 1100100 | 1010001 | 10110 |
Color Harmonies of #2A670B
Complementary color
Monochromatic Colors of #2A670B
Black with #2A670B
Text Example
Text Example
White with #2A670B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A670B; }
p { color: rgb(42,103,11); }
H1.HeaderClassName
{
color: #2A670B;
}
.AnyTagClassName
{
color: #2A670B;
}
</style>
background-color css
<style>
a { background-color: #2A670B; }
a { background-color: rgb(42,103,11); }
div.DivClassName
{
background-color: #2A670B;
}
.BgClassName
{
background-color: #2A670B;
}
</style>
border-color css
<style>
span { border-color: #2A670B; }
span { border-color: rgb(42,103,11); }
td.TdClassName
{
border-color: #2A670B;
}
.TagClassName
{
border-color: #2A670B;
}
</style>