Shades of Bilbao #2B7201
Tints of Bilbao #2B7201
RGB
CMYK
RGB Variations
Color information
#2B7201 (or 0x2B7201) is known color: Bilbao. HEX triplet: 2B, 72 and 01. RGB value is (43,114,1). Sum of RGB (Red+Green+Blue) = 43+114+1=158 (20% of max value = 765). Red value is 43 (17.19% from 255 or 27.22% from 158); Green value is 114 (44.92% from 255 or 72.15% from 158); Blue value is 1 (0.78% from 255 or 0.63% from 158); Max value from RGB is 114 - color contains mainly: green. Hex color #2B7201 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2B7201 is #D48DFE. Grayscale: #505050. Windows color (decimal): -13929983 or 94763. OLE color: 94763.
HSL color Cylindrical-coordinate representation of color #2B7201: hue angle of 97.7º 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 #2B7201 is Cyan = 0.62, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 43 | 114 | 1 | - |
| CMYK | 0.62 | 0 | 0.99 | 0.55 |
| HSL | 97.7º | 0.98% | 0.23% | - |
| HSV(B) | 97.7º | 0.99% | 0.45% | - |
| XYZ | 7.02 | 12.55 | 2.08 | - |
| YUV | 79.89 | 83.48 | 101.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 114 | 1 | 0.62 | 0 | 0.99 | 0.55 | 97.7 | 0.98 | 0.23 |
| Hex | 2B | 72 | 1 | 3E | 0 | 63 | 37 | 62 | 62 | 17 |
| Octal | 53 | 162 | 1 | 76 | 0 | 143 | 67 | 142 | 142 | 27 |
| Binary | 101011 | 1110010 | 1 | 111110 | 0 | 1100011 | 110111 | 1100010 | 1100010 | 10111 |
Color Harmonies of #2B7201
Complementary color
Monochromatic Colors of #2B7201
Black with #2B7201
Text Example
Text Example
White with #2B7201
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B7201; }
p { color: rgb(43,114,1); }
H1.HeaderClassName
{
color: #2B7201;
}
.AnyTagClassName
{
color: #2B7201;
}
</style>
background-color css
<style>
a { background-color: #2B7201; }
a { background-color: rgb(43,114,1); }
div.DivClassName
{
background-color: #2B7201;
}
.BgClassName
{
background-color: #2B7201;
}
</style>
border-color css
<style>
span { border-color: #2B7201; }
span { border-color: rgb(43,114,1); }
td.TdClassName
{
border-color: #2B7201;
}
.TagClassName
{
border-color: #2B7201;
}
</style>