Shades of Bilbao #2A7200
Tints of Bilbao #2A7200
RGB
CMYK
RGB Variations
Color information
#2A7200 (or 0x2A7200) is known color: Bilbao. HEX triplet: 2A, 72 and 00. RGB value is (42,114,0). Sum of RGB (Red+Green+Blue) = 42+114+0=156 (20% of max value = 765). Red value is 42 (16.80% from 255 or 26.92% from 156); Green value is 114 (44.92% from 255 or 73.08% from 156); Blue value is 0 (0.39% from 255 or 0% from 156); Max value from RGB is 114 - color contains mainly: green. Hex color #2A7200 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2A7200 is #D58DFF. Grayscale: #4F4F4F. Windows color (decimal): -13995520 or 29226. OLE color: 29226.
HSL color Cylindrical-coordinate representation of color #2A7200: hue angle of 97.89º degrees, saturation: 1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 1%. Process color model (Four color, CMYK) of #2A7200 is Cyan = 0.63, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 42 | 114 | 0 | - |
| CMYK | 0.63 | 0 | 1 | 0.55 |
| HSL | 97.89º | 1% | 0.22% | - |
| HSV(B) | 97.89º | 1% | 0.45% | - |
| XYZ | 6.97 | 12.53 | 2.05 | - |
| YUV | 79.48 | 83.15 | 101.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 114 | 0 | 0.63 | 0 | 1 | 0.55 | 97.89 | 1 | 0.22 |
| Hex | 2A | 72 | 0 | 3F | 0 | 64 | 37 | 62 | 64 | 16 |
| Octal | 52 | 162 | 0 | 77 | 0 | 144 | 67 | 142 | 144 | 26 |
| Binary | 101010 | 1110010 | 0 | 111111 | 0 | 1100100 | 110111 | 1100010 | 1100100 | 10110 |
Color Harmonies of #2A7200
Complementary color
Monochromatic Colors of #2A7200
Black with #2A7200
Text Example
Text Example
White with #2A7200
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A7200; }
p { color: rgb(42,114,0); }
H1.HeaderClassName
{
color: #2A7200;
}
.AnyTagClassName
{
color: #2A7200;
}
</style>
background-color css
<style>
a { background-color: #2A7200; }
a { background-color: rgb(42,114,0); }
div.DivClassName
{
background-color: #2A7200;
}
.BgClassName
{
background-color: #2A7200;
}
</style>
border-color css
<style>
span { border-color: #2A7200; }
span { border-color: rgb(42,114,0); }
td.TdClassName
{
border-color: #2A7200;
}
.TagClassName
{
border-color: #2A7200;
}
</style>