Shades of Bilbao #2A7508
Tints of Bilbao #2A7508
RGB
CMYK
RGB Variations
Color information
#2A7508 (or 0x2A7508) is known color: Bilbao. HEX triplet: 2A, 75 and 08. RGB value is (42,117,8). Sum of RGB (Red+Green+Blue) = 42+117+8=167 (22% of max value = 765). Red value is 42 (16.80% from 255 or 25.15% from 167); Green value is 117 (46.09% from 255 or 70.06% from 167); Blue value is 8 (3.52% from 255 or 4.79% from 167); Max value from RGB is 117 - color contains mainly: green. Hex color #2A7508 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2A7508 is #D58AF7. Grayscale: #525252. Windows color (decimal): -13994744 or 554282. OLE color: 554282.
HSL color Cylindrical-coordinate representation of color #2A7508: hue angle of 101.28º degrees, saturation: 0.87, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #2A7508 is Cyan = 0.64, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 42 | 117 | 8 | - |
| CMYK | 0.64 | 0 | 0.93 | 0.54 |
| HSL | 101.28º | 0.87% | 0.25% | - |
| HSV(B) | 101.28º | 0.93% | 0.46% | - |
| XYZ | 7.36 | 13.23 | 2.4 | - |
| YUV | 82.15 | 86.15 | 99.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 117 | 8 | 0.64 | 0 | 0.93 | 0.54 | 101.28 | 0.87 | 0.25 |
| Hex | 2A | 75 | 8 | 40 | 0 | 5D | 36 | 65 | 57 | 19 |
| Octal | 52 | 165 | 10 | 100 | 0 | 135 | 66 | 145 | 127 | 31 |
| Binary | 101010 | 1110101 | 1000 | 1000000 | 0 | 1011101 | 110110 | 1100101 | 1010111 | 11001 |
Color Harmonies of #2A7508
Complementary color
Monochromatic Colors of #2A7508
Black with #2A7508
Text Example
Text Example
White with #2A7508
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A7508; }
p { color: rgb(42,117,8); }
H1.HeaderClassName
{
color: #2A7508;
}
.AnyTagClassName
{
color: #2A7508;
}
</style>
background-color css
<style>
a { background-color: #2A7508; }
a { background-color: rgb(42,117,8); }
div.DivClassName
{
background-color: #2A7508;
}
.BgClassName
{
background-color: #2A7508;
}
</style>
border-color css
<style>
span { border-color: #2A7508; }
span { border-color: rgb(42,117,8); }
td.TdClassName
{
border-color: #2A7508;
}
.TagClassName
{
border-color: #2A7508;
}
</style>