Shades of Bilbao #2A7203
Tints of Bilbao #2A7203
RGB
CMYK
RGB Variations
Color information
#2A7203 (or 0x2A7203) is known color: Bilbao. HEX triplet: 2A, 72 and 03. RGB value is (42,114,3). Sum of RGB (Red+Green+Blue) = 42+114+3=159 (21% of max value = 765). Red value is 42 (16.80% from 255 or 26.42% from 159); Green value is 114 (44.92% from 255 or 71.70% from 159); Blue value is 3 (1.56% from 255 or 1.89% from 159); Max value from RGB is 114 - color contains mainly: green. Hex color #2A7203 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2A7203 is #D58DFC. Grayscale: #505050. Windows color (decimal): -13995517 or 225834. OLE color: 225834.
HSL color Cylindrical-coordinate representation of color #2A7203: hue angle of 98.92º degrees, saturation: 0.95, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #2A7203 is Cyan = 0.63, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 42 | 114 | 3 | - |
| CMYK | 0.63 | 0 | 0.97 | 0.55 |
| HSL | 98.92º | 0.95% | 0.23% | - |
| HSV(B) | 98.92º | 0.97% | 0.45% | - |
| XYZ | 6.99 | 12.53 | 2.14 | - |
| YUV | 79.82 | 84.65 | 101.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 114 | 3 | 0.63 | 0 | 0.97 | 0.55 | 98.92 | 0.95 | 0.23 |
| Hex | 2A | 72 | 3 | 3F | 0 | 61 | 37 | 63 | 5F | 17 |
| Octal | 52 | 162 | 3 | 77 | 0 | 141 | 67 | 143 | 137 | 27 |
| Binary | 101010 | 1110010 | 11 | 111111 | 0 | 1100001 | 110111 | 1100011 | 1011111 | 10111 |
Color Harmonies of #2A7203
Complementary color
Monochromatic Colors of #2A7203
Black with #2A7203
Text Example
Text Example
White with #2A7203
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A7203; }
p { color: rgb(42,114,3); }
H1.HeaderClassName
{
color: #2A7203;
}
.AnyTagClassName
{
color: #2A7203;
}
</style>
background-color css
<style>
a { background-color: #2A7203; }
a { background-color: rgb(42,114,3); }
div.DivClassName
{
background-color: #2A7203;
}
.BgClassName
{
background-color: #2A7203;
}
</style>
border-color css
<style>
span { border-color: #2A7203; }
span { border-color: rgb(42,114,3); }
td.TdClassName
{
border-color: #2A7203;
}
.TagClassName
{
border-color: #2A7203;
}
</style>