Shades of Bilbao #2A7205
Tints of Bilbao #2A7205
RGB
CMYK
RGB Variations
Color information
#2A7205 (or 0x2A7205) is known color: Bilbao. HEX triplet: 2A, 72 and 05. RGB value is (42,114,5). Sum of RGB (Red+Green+Blue) = 42+114+5=161 (21% of max value = 765). Red value is 42 (16.80% from 255 or 26.09% from 161); Green value is 114 (44.92% from 255 or 70.81% from 161); Blue value is 5 (2.34% from 255 or 3.11% from 161); Max value from RGB is 114 - color contains mainly: green. Hex color #2A7205 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2A7205 is #D58DFA. Grayscale: #505050. Windows color (decimal): -13995515 or 356906. OLE color: 356906.
HSL color Cylindrical-coordinate representation of color #2A7205: hue angle of 99.63º degrees, saturation: 0.92, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #2A7205 is Cyan = 0.63, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 42 | 114 | 5 | - |
| CMYK | 0.63 | 0 | 0.96 | 0.55 |
| HSL | 99.63º | 0.92% | 0.23% | - |
| HSV(B) | 99.63º | 0.96% | 0.45% | - |
| XYZ | 7 | 12.54 | 2.19 | - |
| YUV | 80.05 | 85.65 | 100.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 114 | 5 | 0.63 | 0 | 0.96 | 0.55 | 99.63 | 0.92 | 0.23 |
| Hex | 2A | 72 | 5 | 3F | 0 | 60 | 37 | 64 | 5C | 17 |
| Octal | 52 | 162 | 5 | 77 | 0 | 140 | 67 | 144 | 134 | 27 |
| Binary | 101010 | 1110010 | 101 | 111111 | 0 | 1100000 | 110111 | 1100100 | 1011100 | 10111 |
Color Harmonies of #2A7205
Complementary color
Monochromatic Colors of #2A7205
Black with #2A7205
Text Example
Text Example
White with #2A7205
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A7205; }
p { color: rgb(42,114,5); }
H1.HeaderClassName
{
color: #2A7205;
}
.AnyTagClassName
{
color: #2A7205;
}
</style>
background-color css
<style>
a { background-color: #2A7205; }
a { background-color: rgb(42,114,5); }
div.DivClassName
{
background-color: #2A7205;
}
.BgClassName
{
background-color: #2A7205;
}
</style>
border-color css
<style>
span { border-color: #2A7205; }
span { border-color: rgb(42,114,5); }
td.TdClassName
{
border-color: #2A7205;
}
.TagClassName
{
border-color: #2A7205;
}
</style>