Shades of Bilbao #2A7011
Tints of Bilbao #2A7011
RGB
CMYK
RGB Variations
Color information
#2A7011 (or 0x2A7011) is known color: Bilbao. HEX triplet: 2A, 70 and 11. RGB value is (42,112,17). Sum of RGB (Red+Green+Blue) = 42+112+17=171 (22% of max value = 765). Red value is 42 (16.80% from 255 or 24.56% from 171); Green value is 112 (44.14% from 255 or 65.50% from 171); Blue value is 17 (7.03% from 255 or 9.94% from 171); Max value from RGB is 112 - color contains mainly: green. Hex color #2A7011 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2A7011 is #D58FEE. Grayscale: #505050. Windows color (decimal): -13996015 or 1142826. OLE color: 1142826.
HSL color Cylindrical-coordinate representation of color #2A7011: hue angle of 104.21º degrees, saturation: 0.74, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2A7011 is Cyan = 0.62, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 42 | 112 | 17 | - |
| CMYK | 0.62 | 0 | 0.85 | 0.56 |
| HSL | 104.21º | 0.74% | 0.25% | - |
| HSV(B) | 104.21º | 0.85% | 0.44% | - |
| XYZ | 6.85 | 12.12 | 2.51 | - |
| YUV | 80.24 | 92.31 | 100.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 112 | 17 | 0.62 | 0 | 0.85 | 0.56 | 104.21 | 0.74 | 0.25 |
| Hex | 2A | 70 | 11 | 3E | 0 | 55 | 38 | 68 | 4A | 19 |
| Octal | 52 | 160 | 21 | 76 | 0 | 125 | 70 | 150 | 112 | 31 |
| Binary | 101010 | 1110000 | 10001 | 111110 | 0 | 1010101 | 111000 | 1101000 | 1001010 | 11001 |
Color Harmonies of #2A7011
Complementary color
Monochromatic Colors of #2A7011
Black with #2A7011
Text Example
Text Example
White with #2A7011
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A7011; }
p { color: rgb(42,112,17); }
H1.HeaderClassName
{
color: #2A7011;
}
.AnyTagClassName
{
color: #2A7011;
}
</style>
background-color css
<style>
a { background-color: #2A7011; }
a { background-color: rgb(42,112,17); }
div.DivClassName
{
background-color: #2A7011;
}
.BgClassName
{
background-color: #2A7011;
}
</style>
border-color css
<style>
span { border-color: #2A7011; }
span { border-color: rgb(42,112,17); }
td.TdClassName
{
border-color: #2A7011;
}
.TagClassName
{
border-color: #2A7011;
}
</style>