Shades of Bilbao #2A7201
Tints of Bilbao #2A7201
RGB
CMYK
RGB Variations
Color information
#2A7201 (or 0x2A7201) is known color: Bilbao. HEX triplet: 2A, 72 and 01. RGB value is (42,114,1). Sum of RGB (Red+Green+Blue) = 42+114+1=157 (20% of max value = 765). Red value is 42 (16.80% from 255 or 26.75% from 157); Green value is 114 (44.92% from 255 or 72.61% from 157); Blue value is 1 (0.78% from 255 or 0.64% from 157); Max value from RGB is 114 - color contains mainly: green. Hex color #2A7201 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2A7201 is #D58DFE. Grayscale: #4F4F4F. Windows color (decimal): -13995519 or 94762. OLE color: 94762.
HSL color Cylindrical-coordinate representation of color #2A7201: hue angle of 98.23º degrees, saturation: 0.98, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #2A7201 is Cyan = 0.63, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 42 | 114 | 1 | - |
| CMYK | 0.63 | 0 | 0.99 | 0.55 |
| HSL | 98.23º | 0.98% | 0.23% | - |
| HSV(B) | 98.23º | 0.99% | 0.45% | - |
| XYZ | 6.98 | 12.53 | 2.08 | - |
| YUV | 79.59 | 83.65 | 101.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 114 | 1 | 0.63 | 0 | 0.99 | 0.55 | 98.23 | 0.98 | 0.23 |
| Hex | 2A | 72 | 1 | 3F | 0 | 63 | 37 | 62 | 62 | 17 |
| Octal | 52 | 162 | 1 | 77 | 0 | 143 | 67 | 142 | 142 | 27 |
| Binary | 101010 | 1110010 | 1 | 111111 | 0 | 1100011 | 110111 | 1100010 | 1100010 | 10111 |
Color Harmonies of #2A7201
Complementary color
Monochromatic Colors of #2A7201
Black with #2A7201
Text Example
Text Example
White with #2A7201
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A7201; }
p { color: rgb(42,114,1); }
H1.HeaderClassName
{
color: #2A7201;
}
.AnyTagClassName
{
color: #2A7201;
}
</style>
background-color css
<style>
a { background-color: #2A7201; }
a { background-color: rgb(42,114,1); }
div.DivClassName
{
background-color: #2A7201;
}
.BgClassName
{
background-color: #2A7201;
}
</style>
border-color css
<style>
span { border-color: #2A7201; }
span { border-color: rgb(42,114,1); }
td.TdClassName
{
border-color: #2A7201;
}
.TagClassName
{
border-color: #2A7201;
}
</style>