Shades of Bilbao #2A7013
Tints of Bilbao #2A7013
RGB
CMYK
RGB Variations
Color information
#2A7013 (or 0x2A7013) is known color: Bilbao. HEX triplet: 2A, 70 and 13. RGB value is (42,112,19). Sum of RGB (Red+Green+Blue) = 42+112+19=173 (22% of max value = 765). Red value is 42 (16.80% from 255 or 24.28% from 173); Green value is 112 (44.14% from 255 or 64.74% from 173); Blue value is 19 (7.81% from 255 or 10.98% from 173); Max value from RGB is 112 - color contains mainly: green. Hex color #2A7013 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2A7013 is #D58FEC. Grayscale: #505050. Windows color (decimal): -13996013 or 1273898. OLE color: 1273898.
HSL color Cylindrical-coordinate representation of color #2A7013: hue angle of 105.16º degrees, saturation: 0.71, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2A7013 is Cyan = 0.62, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 42 | 112 | 19 | - |
| CMYK | 0.62 | 0 | 0.83 | 0.56 |
| HSL | 105.16º | 0.71% | 0.26% | - |
| HSV(B) | 105.16º | 0.83% | 0.44% | - |
| XYZ | 6.87 | 12.13 | 2.6 | - |
| YUV | 80.47 | 93.31 | 100.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 112 | 19 | 0.62 | 0 | 0.83 | 0.56 | 105.16 | 0.71 | 0.26 |
| Hex | 2A | 70 | 13 | 3E | 0 | 53 | 38 | 69 | 47 | 1A |
| Octal | 52 | 160 | 23 | 76 | 0 | 123 | 70 | 151 | 107 | 32 |
| Binary | 101010 | 1110000 | 10011 | 111110 | 0 | 1010011 | 111000 | 1101001 | 1000111 | 11010 |
Color Harmonies of #2A7013
Complementary color
Monochromatic Colors of #2A7013
Black with #2A7013
Text Example
Text Example
White with #2A7013
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A7013; }
p { color: rgb(42,112,19); }
H1.HeaderClassName
{
color: #2A7013;
}
.AnyTagClassName
{
color: #2A7013;
}
</style>
background-color css
<style>
a { background-color: #2A7013; }
a { background-color: rgb(42,112,19); }
div.DivClassName
{
background-color: #2A7013;
}
.BgClassName
{
background-color: #2A7013;
}
</style>
border-color css
<style>
span { border-color: #2A7013; }
span { border-color: rgb(42,112,19); }
td.TdClassName
{
border-color: #2A7013;
}
.TagClassName
{
border-color: #2A7013;
}
</style>