Shades of Bilbao #2A7305
Tints of Bilbao #2A7305
RGB
CMYK
RGB Variations
Color information
#2A7305 (or 0x2A7305) is known color: Bilbao. HEX triplet: 2A, 73 and 05. RGB value is (42,115,5). Sum of RGB (Red+Green+Blue) = 42+115+5=162 (21% of max value = 765). Red value is 42 (16.80% from 255 or 25.93% from 162); Green value is 115 (45.31% from 255 or 70.99% from 162); Blue value is 5 (2.34% from 255 or 3.09% from 162); Max value from RGB is 115 - color contains mainly: green. Hex color #2A7305 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2A7305 is #D58CFA. Grayscale: #505050. Windows color (decimal): -13995259 or 357162. OLE color: 357162.
HSL color Cylindrical-coordinate representation of color #2A7305: hue angle of 99.82º degrees, saturation: 0.92, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #2A7305 is Cyan = 0.63, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 42 | 115 | 5 | - |
| CMYK | 0.63 | 0 | 0.96 | 0.55 |
| HSL | 99.82º | 0.92% | 0.24% | - |
| HSV(B) | 99.82º | 0.96% | 0.45% | - |
| XYZ | 7.11 | 12.76 | 2.23 | - |
| YUV | 80.63 | 85.32 | 100.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 115 | 5 | 0.63 | 0 | 0.96 | 0.55 | 99.82 | 0.92 | 0.24 |
| Hex | 2A | 73 | 5 | 3F | 0 | 60 | 37 | 64 | 5C | 18 |
| Octal | 52 | 163 | 5 | 77 | 0 | 140 | 67 | 144 | 134 | 30 |
| Binary | 101010 | 1110011 | 101 | 111111 | 0 | 1100000 | 110111 | 1100100 | 1011100 | 11000 |
Color Harmonies of #2A7305
Complementary color
Monochromatic Colors of #2A7305
Black with #2A7305
Text Example
Text Example
White with #2A7305
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A7305; }
p { color: rgb(42,115,5); }
H1.HeaderClassName
{
color: #2A7305;
}
.AnyTagClassName
{
color: #2A7305;
}
</style>
background-color css
<style>
a { background-color: #2A7305; }
a { background-color: rgb(42,115,5); }
div.DivClassName
{
background-color: #2A7305;
}
.BgClassName
{
background-color: #2A7305;
}
</style>
border-color css
<style>
span { border-color: #2A7305; }
span { border-color: rgb(42,115,5); }
td.TdClassName
{
border-color: #2A7305;
}
.TagClassName
{
border-color: #2A7305;
}
</style>