Shades of Bilbao #2A7509
Tints of Bilbao #2A7509
RGB
CMYK
RGB Variations
Color information
#2A7509 (or 0x2A7509) is known color: Bilbao. HEX triplet: 2A, 75 and 09. RGB value is (42,117,9). Sum of RGB (Red+Green+Blue) = 42+117+9=168 (22% of max value = 765). Red value is 42 (16.80% from 255 or 25% from 168); Green value is 117 (46.09% from 255 or 69.64% from 168); Blue value is 9 (3.91% from 255 or 5.36% from 168); Max value from RGB is 117 - color contains mainly: green. Hex color #2A7509 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2A7509 is #D58AF6. Grayscale: #525252. Windows color (decimal): -13994743 or 619818. OLE color: 619818.
HSL color Cylindrical-coordinate representation of color #2A7509: hue angle of 101.67º degrees, saturation: 0.86, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #2A7509 is Cyan = 0.64, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 42 | 117 | 9 | - |
| CMYK | 0.64 | 0 | 0.92 | 0.54 |
| HSL | 101.67º | 0.86% | 0.25% | - |
| HSV(B) | 101.67º | 0.92% | 0.46% | - |
| XYZ | 7.37 | 13.23 | 2.42 | - |
| YUV | 82.26 | 86.65 | 99.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 117 | 9 | 0.64 | 0 | 0.92 | 0.54 | 101.67 | 0.86 | 0.25 |
| Hex | 2A | 75 | 9 | 40 | 0 | 5C | 36 | 66 | 56 | 19 |
| Octal | 52 | 165 | 11 | 100 | 0 | 134 | 66 | 146 | 126 | 31 |
| Binary | 101010 | 1110101 | 1001 | 1000000 | 0 | 1011100 | 110110 | 1100110 | 1010110 | 11001 |
Color Harmonies of #2A7509
Complementary color
Monochromatic Colors of #2A7509
Black with #2A7509
Text Example
Text Example
White with #2A7509
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A7509; }
p { color: rgb(42,117,9); }
H1.HeaderClassName
{
color: #2A7509;
}
.AnyTagClassName
{
color: #2A7509;
}
</style>
background-color css
<style>
a { background-color: #2A7509; }
a { background-color: rgb(42,117,9); }
div.DivClassName
{
background-color: #2A7509;
}
.BgClassName
{
background-color: #2A7509;
}
</style>
border-color css
<style>
span { border-color: #2A7509; }
span { border-color: rgb(42,117,9); }
td.TdClassName
{
border-color: #2A7509;
}
.TagClassName
{
border-color: #2A7509;
}
</style>