Shades of Bilbao #2A6811
Tints of Bilbao #2A6811
RGB
CMYK
RGB Variations
Color information
#2A6811 (or 0x2A6811) is known color: Bilbao. HEX triplet: 2A, 68 and 11. RGB value is (42,104,17). Sum of RGB (Red+Green+Blue) = 42+104+17=163 (21% of max value = 765). Red value is 42 (16.80% from 255 or 25.77% from 163); Green value is 104 (41.02% from 255 or 63.80% from 163); Blue value is 17 (7.03% from 255 or 10.43% from 163); Max value from RGB is 104 - color contains mainly: green. Hex color #2A6811 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2A6811 is #D597EE. Grayscale: #4B4B4B. Windows color (decimal): -13998063 or 1140778. OLE color: 1140778.
HSL color Cylindrical-coordinate representation of color #2A6811: hue angle of 102.76º degrees, saturation: 0.72, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2A6811 is Cyan = 0.60, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 42 | 104 | 17 | - |
| CMYK | 0.60 | 0 | 0.84 | 0.59 |
| HSL | 102.76º | 0.72% | 0.24% | - |
| HSV(B) | 102.76º | 0.84% | 0.41% | - |
| XYZ | 6.01 | 10.43 | 2.23 | - |
| YUV | 75.54 | 94.96 | 104.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 104 | 17 | 0.60 | 0 | 0.84 | 0.59 | 102.76 | 0.72 | 0.24 |
| Hex | 2A | 68 | 11 | 3C | 0 | 54 | 3B | 67 | 48 | 18 |
| Octal | 52 | 150 | 21 | 74 | 0 | 124 | 73 | 147 | 110 | 30 |
| Binary | 101010 | 1101000 | 10001 | 111100 | 0 | 1010100 | 111011 | 1100111 | 1001000 | 11000 |
Color Harmonies of #2A6811
Complementary color
Monochromatic Colors of #2A6811
Black with #2A6811
Text Example
Text Example
White with #2A6811
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A6811; }
p { color: rgb(42,104,17); }
H1.HeaderClassName
{
color: #2A6811;
}
.AnyTagClassName
{
color: #2A6811;
}
</style>
background-color css
<style>
a { background-color: #2A6811; }
a { background-color: rgb(42,104,17); }
div.DivClassName
{
background-color: #2A6811;
}
.BgClassName
{
background-color: #2A6811;
}
</style>
border-color css
<style>
span { border-color: #2A6811; }
span { border-color: rgb(42,104,17); }
td.TdClassName
{
border-color: #2A6811;
}
.TagClassName
{
border-color: #2A6811;
}
</style>