Shades of Bilbao #2A7003
Tints of Bilbao #2A7003
RGB
CMYK
RGB Variations
Color information
#2A7003 (or 0x2A7003) is known color: Bilbao. HEX triplet: 2A, 70 and 03. RGB value is (42,112,3). Sum of RGB (Red+Green+Blue) = 42+112+3=157 (20% of max value = 765). Red value is 42 (16.80% from 255 or 26.75% from 157); Green value is 112 (44.14% from 255 or 71.34% from 157); Blue value is 3 (1.56% from 255 or 1.91% from 157); Max value from RGB is 112 - color contains mainly: green. Hex color #2A7003 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2A7003 is #D58FFC. Grayscale: #4F4F4F. Windows color (decimal): -13996029 or 225322. OLE color: 225322.
HSL color Cylindrical-coordinate representation of color #2A7003: hue angle of 98.53º degrees, saturation: 0.95, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #2A7003 is Cyan = 0.62, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 42 | 112 | 3 | - |
| CMYK | 0.62 | 0 | 0.97 | 0.56 |
| HSL | 98.53º | 0.95% | 0.23% | - |
| HSV(B) | 98.53º | 0.97% | 0.44% | - |
| XYZ | 6.77 | 12.09 | 2.06 | - |
| YUV | 78.64 | 85.31 | 101.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 112 | 3 | 0.62 | 0 | 0.97 | 0.56 | 98.53 | 0.95 | 0.23 |
| Hex | 2A | 70 | 3 | 3E | 0 | 61 | 38 | 63 | 5F | 17 |
| Octal | 52 | 160 | 3 | 76 | 0 | 141 | 70 | 143 | 137 | 27 |
| Binary | 101010 | 1110000 | 11 | 111110 | 0 | 1100001 | 111000 | 1100011 | 1011111 | 10111 |
Color Harmonies of #2A7003
Complementary color
Monochromatic Colors of #2A7003
Black with #2A7003
Text Example
Text Example
White with #2A7003
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A7003; }
p { color: rgb(42,112,3); }
H1.HeaderClassName
{
color: #2A7003;
}
.AnyTagClassName
{
color: #2A7003;
}
</style>
background-color css
<style>
a { background-color: #2A7003; }
a { background-color: rgb(42,112,3); }
div.DivClassName
{
background-color: #2A7003;
}
.BgClassName
{
background-color: #2A7003;
}
</style>
border-color css
<style>
span { border-color: #2A7003; }
span { border-color: rgb(42,112,3); }
td.TdClassName
{
border-color: #2A7003;
}
.TagClassName
{
border-color: #2A7003;
}
</style>