Shades of Bilbao #2A660E
Tints of Bilbao #2A660E
RGB
CMYK
RGB Variations
Color information
#2A660E (or 0x2A660E) is known color: Bilbao. HEX triplet: 2A, 66 and 0E. RGB value is (42,102,14). Sum of RGB (Red+Green+Blue) = 42+102+14=158 (20% of max value = 765). Red value is 42 (16.80% from 255 or 26.58% from 158); Green value is 102 (40.23% from 255 or 64.56% from 158); Blue value is 14 (5.86% from 255 or 8.86% from 158); Max value from RGB is 102 - color contains mainly: green. Hex color #2A660E is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2A660E is #D599F1. Grayscale: #4A4A4A. Windows color (decimal): -13998578 or 943658. OLE color: 943658.
HSL color Cylindrical-coordinate representation of color #2A660E: hue angle of 100.91º 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 #2A660E is Cyan = 0.59, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 42 | 102 | 14 | - |
| CMYK | 0.59 | 0 | 0.86 | 0.6 |
| HSL | 100.91º | 0.76% | 0.23% | - |
| HSV(B) | 100.91º | 0.86% | 0.4% | - |
| XYZ | 5.79 | 10.03 | 2.05 | - |
| YUV | 74.03 | 94.12 | 105.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 102 | 14 | 0.59 | 0 | 0.86 | 0.6 | 100.91 | 0.76 | 0.23 |
| Hex | 2A | 66 | E | 3B | 0 | 56 | 3C | 65 | 4C | 17 |
| Octal | 52 | 146 | 16 | 73 | 0 | 126 | 74 | 145 | 114 | 27 |
| Binary | 101010 | 1100110 | 1110 | 111011 | 0 | 1010110 | 111100 | 1100101 | 1001100 | 10111 |
Color Harmonies of #2A660E
Complementary color
Monochromatic Colors of #2A660E
Black with #2A660E
Text Example
Text Example
White with #2A660E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A660E; }
p { color: rgb(42,102,14); }
H1.HeaderClassName
{
color: #2A660E;
}
.AnyTagClassName
{
color: #2A660E;
}
</style>
background-color css
<style>
a { background-color: #2A660E; }
a { background-color: rgb(42,102,14); }
div.DivClassName
{
background-color: #2A660E;
}
.BgClassName
{
background-color: #2A660E;
}
</style>
border-color css
<style>
span { border-color: #2A660E; }
span { border-color: rgb(42,102,14); }
td.TdClassName
{
border-color: #2A660E;
}
.TagClassName
{
border-color: #2A660E;
}
</style>