Shades of Bilbao #2A7314
Tints of Bilbao #2A7314
RGB
CMYK
RGB Variations
Color information
#2A7314 (or 0x2A7314) is known color: Bilbao. HEX triplet: 2A, 73 and 14. RGB value is (42,115,20). Sum of RGB (Red+Green+Blue) = 42+115+20=177 (23% of max value = 765). Red value is 42 (16.80% from 255 or 23.73% from 177); Green value is 115 (45.31% from 255 or 64.97% from 177); Blue value is 20 (8.20% from 255 or 11.30% from 177); Max value from RGB is 115 - color contains mainly: green. Hex color #2A7314 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2A7314 is #D58CEB. Grayscale: #525252. Windows color (decimal): -13995244 or 1340202. OLE color: 1340202.
HSL color Cylindrical-coordinate representation of color #2A7314: hue angle of 106.11º degrees, saturation: 0.7, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2A7314 is Cyan = 0.63, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 42 | 115 | 20 | - |
| CMYK | 0.63 | 0 | 0.83 | 0.55 |
| HSL | 106.11º | 0.7% | 0.26% | - |
| HSV(B) | 106.11º | 0.83% | 0.45% | - |
| XYZ | 7.21 | 12.8 | 2.75 | - |
| YUV | 82.34 | 92.82 | 99.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 115 | 20 | 0.63 | 0 | 0.83 | 0.55 | 106.11 | 0.7 | 0.26 |
| Hex | 2A | 73 | 14 | 3F | 0 | 53 | 37 | 6A | 46 | 1A |
| Octal | 52 | 163 | 24 | 77 | 0 | 123 | 67 | 152 | 106 | 32 |
| Binary | 101010 | 1110011 | 10100 | 111111 | 0 | 1010011 | 110111 | 1101010 | 1000110 | 11010 |
Color Harmonies of #2A7314
Complementary color
Monochromatic Colors of #2A7314
Black with #2A7314
Text Example
Text Example
White with #2A7314
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A7314; }
p { color: rgb(42,115,20); }
H1.HeaderClassName
{
color: #2A7314;
}
.AnyTagClassName
{
color: #2A7314;
}
</style>
background-color css
<style>
a { background-color: #2A7314; }
a { background-color: rgb(42,115,20); }
div.DivClassName
{
background-color: #2A7314;
}
.BgClassName
{
background-color: #2A7314;
}
</style>
border-color css
<style>
span { border-color: #2A7314; }
span { border-color: rgb(42,115,20); }
td.TdClassName
{
border-color: #2A7314;
}
.TagClassName
{
border-color: #2A7314;
}
</style>