Shades of Bilbao #2A7000
Tints of Bilbao #2A7000
RGB
CMYK
RGB Variations
Color information
#2A7000 (or 0x2A7000) is known color: Bilbao. HEX triplet: 2A, 70 and 00. RGB value is (42,112,0). Sum of RGB (Red+Green+Blue) = 42+112+0=154 (20% of max value = 765). Red value is 42 (16.80% from 255 or 27.27% from 154); Green value is 112 (44.14% from 255 or 72.73% from 154); Blue value is 0 (0.39% from 255 or 0% from 154); Max value from RGB is 112 - color contains mainly: green. Hex color #2A7000 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2A7000 is #D58FFF. Grayscale: #4E4E4E. Windows color (decimal): -13996032 or 28714. OLE color: 28714.
HSL color Cylindrical-coordinate representation of color #2A7000: hue angle of 97.5º degrees, saturation: 1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 1%. Process color model (Four color, CMYK) of #2A7000 is Cyan = 0.62, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 42 | 112 | 0 | - |
| CMYK | 0.62 | 0 | 1 | 0.56 |
| HSL | 97.5º | 1% | 0.22% | - |
| HSV(B) | 97.5º | 1% | 0.44% | - |
| XYZ | 6.75 | 12.08 | 1.98 | - |
| YUV | 78.3 | 83.81 | 102.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 112 | 0 | 0.62 | 0 | 1 | 0.56 | 97.5 | 1 | 0.22 |
| Hex | 2A | 70 | 0 | 3E | 0 | 64 | 38 | 62 | 64 | 16 |
| Octal | 52 | 160 | 0 | 76 | 0 | 144 | 70 | 142 | 144 | 26 |
| Binary | 101010 | 1110000 | 0 | 111110 | 0 | 1100100 | 111000 | 1100010 | 1100100 | 10110 |
Color Harmonies of #2A7000
Complementary color
Monochromatic Colors of #2A7000
Black with #2A7000
Text Example
Text Example
White with #2A7000
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A7000; }
p { color: rgb(42,112,0); }
H1.HeaderClassName
{
color: #2A7000;
}
.AnyTagClassName
{
color: #2A7000;
}
</style>
background-color css
<style>
a { background-color: #2A7000; }
a { background-color: rgb(42,112,0); }
div.DivClassName
{
background-color: #2A7000;
}
.BgClassName
{
background-color: #2A7000;
}
</style>
border-color css
<style>
span { border-color: #2A7000; }
span { border-color: rgb(42,112,0); }
td.TdClassName
{
border-color: #2A7000;
}
.TagClassName
{
border-color: #2A7000;
}
</style>