Shades of Bilbao #2A700A
Tints of Bilbao #2A700A
RGB
CMYK
RGB Variations
Color information
#2A700A (or 0x2A700A) is known color: Bilbao. HEX triplet: 2A, 70 and 0A. RGB value is (42,112,10). Sum of RGB (Red+Green+Blue) = 42+112+10=164 (21% of max value = 765). Red value is 42 (16.80% from 255 or 25.61% from 164); Green value is 112 (44.14% from 255 or 68.29% from 164); Blue value is 10 (4.30% from 255 or 6.10% from 164); Max value from RGB is 112 - color contains mainly: green. Hex color #2A700A is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2A700A is #D58FF5. Grayscale: #4F4F4F. Windows color (decimal): -13996022 or 684074. OLE color: 684074.
HSL color Cylindrical-coordinate representation of color #2A700A: hue angle of 101.18º degrees, saturation: 0.84, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #2A700A is Cyan = 0.62, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 42 | 112 | 10 | - |
| CMYK | 0.62 | 0 | 0.91 | 0.56 |
| HSL | 101.18º | 0.84% | 0.24% | - |
| HSV(B) | 101.18º | 0.91% | 0.44% | - |
| XYZ | 6.8 | 12.1 | 2.26 | - |
| YUV | 79.44 | 88.81 | 101.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 112 | 10 | 0.62 | 0 | 0.91 | 0.56 | 101.18 | 0.84 | 0.24 |
| Hex | 2A | 70 | A | 3E | 0 | 5B | 38 | 65 | 54 | 18 |
| Octal | 52 | 160 | 12 | 76 | 0 | 133 | 70 | 145 | 124 | 30 |
| Binary | 101010 | 1110000 | 1010 | 111110 | 0 | 1011011 | 111000 | 1100101 | 1010100 | 11000 |
Color Harmonies of #2A700A
Complementary color
Monochromatic Colors of #2A700A
Black with #2A700A
Text Example
Text Example
White with #2A700A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A700A; }
p { color: rgb(42,112,10); }
H1.HeaderClassName
{
color: #2A700A;
}
.AnyTagClassName
{
color: #2A700A;
}
</style>
background-color css
<style>
a { background-color: #2A700A; }
a { background-color: rgb(42,112,10); }
div.DivClassName
{
background-color: #2A700A;
}
.BgClassName
{
background-color: #2A700A;
}
</style>
border-color css
<style>
span { border-color: #2A700A; }
span { border-color: rgb(42,112,10); }
td.TdClassName
{
border-color: #2A700A;
}
.TagClassName
{
border-color: #2A700A;
}
</style>