Shades of Bilbao #2A7316
Tints of Bilbao #2A7316
RGB
CMYK
RGB Variations
Color information
#2A7316 (or 0x2A7316) is known color: Bilbao. HEX triplet: 2A, 73 and 16. RGB value is (42,115,22). Sum of RGB (Red+Green+Blue) = 42+115+22=179 (23% of max value = 765). Red value is 42 (16.80% from 255 or 23.46% from 179); Green value is 115 (45.31% from 255 or 64.25% from 179); Blue value is 22 (8.98% from 255 or 12.29% from 179); Max value from RGB is 115 - color contains mainly: green. Hex color #2A7316 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2A7316 is #D58CE9. Grayscale: #525252. Windows color (decimal): -13995242 or 1471274. OLE color: 1471274.
HSL color Cylindrical-coordinate representation of color #2A7316: hue angle of 107.1º degrees, saturation: 0.68, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2A7316 is Cyan = 0.63, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 42 | 115 | 22 | - |
| CMYK | 0.63 | 0 | 0.81 | 0.55 |
| HSL | 107.1º | 0.68% | 0.27% | - |
| HSV(B) | 107.1º | 0.81% | 0.45% | - |
| XYZ | 7.23 | 12.81 | 2.85 | - |
| YUV | 82.57 | 93.82 | 99.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 115 | 22 | 0.63 | 0 | 0.81 | 0.55 | 107.1 | 0.68 | 0.27 |
| Hex | 2A | 73 | 16 | 3F | 0 | 51 | 37 | 6B | 44 | 1B |
| Octal | 52 | 163 | 26 | 77 | 0 | 121 | 67 | 153 | 104 | 33 |
| Binary | 101010 | 1110011 | 10110 | 111111 | 0 | 1010001 | 110111 | 1101011 | 1000100 | 11011 |
Color Harmonies of #2A7316
Complementary color
Monochromatic Colors of #2A7316
Black with #2A7316
Text Example
Text Example
White with #2A7316
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A7316; }
p { color: rgb(42,115,22); }
H1.HeaderClassName
{
color: #2A7316;
}
.AnyTagClassName
{
color: #2A7316;
}
</style>
background-color css
<style>
a { background-color: #2A7316; }
a { background-color: rgb(42,115,22); }
div.DivClassName
{
background-color: #2A7316;
}
.BgClassName
{
background-color: #2A7316;
}
</style>
border-color css
<style>
span { border-color: #2A7316; }
span { border-color: rgb(42,115,22); }
td.TdClassName
{
border-color: #2A7316;
}
.TagClassName
{
border-color: #2A7316;
}
</style>