Shades of Bilbao #2B7001
Tints of Bilbao #2B7001
RGB
CMYK
RGB Variations
Color information
#2B7001 (or 0x2B7001) is known color: Bilbao. HEX triplet: 2B, 70 and 01. RGB value is (43,112,1). Sum of RGB (Red+Green+Blue) = 43+112+1=156 (20% of max value = 765). Red value is 43 (17.19% from 255 or 27.56% from 156); Green value is 112 (44.14% from 255 or 71.79% from 156); Blue value is 1 (0.78% from 255 or 0.64% from 156); Max value from RGB is 112 - color contains mainly: green. Hex color #2B7001 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2B7001 is #D48FFE. Grayscale: #4F4F4F. Windows color (decimal): -13930495 or 94251. OLE color: 94251.
HSL color Cylindrical-coordinate representation of color #2B7001: hue angle of 97.3º degrees, saturation: 0.98, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #2B7001 is Cyan = 0.62, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 43 | 112 | 1 | - |
| CMYK | 0.62 | 0 | 0.99 | 0.56 |
| HSL | 97.3º | 0.98% | 0.22% | - |
| HSV(B) | 97.3º | 0.99% | 0.44% | - |
| XYZ | 6.8 | 12.1 | 2.01 | - |
| YUV | 78.72 | 84.14 | 102.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 112 | 1 | 0.62 | 0 | 0.99 | 0.56 | 97.3 | 0.98 | 0.22 |
| Hex | 2B | 70 | 1 | 3E | 0 | 63 | 38 | 61 | 62 | 16 |
| Octal | 53 | 160 | 1 | 76 | 0 | 143 | 70 | 141 | 142 | 26 |
| Binary | 101011 | 1110000 | 1 | 111110 | 0 | 1100011 | 111000 | 1100001 | 1100010 | 10110 |
Color Harmonies of #2B7001
Complementary color
Monochromatic Colors of #2B7001
Black with #2B7001
Text Example
Text Example
White with #2B7001
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B7001; }
p { color: rgb(43,112,1); }
H1.HeaderClassName
{
color: #2B7001;
}
.AnyTagClassName
{
color: #2B7001;
}
</style>
background-color css
<style>
a { background-color: #2B7001; }
a { background-color: rgb(43,112,1); }
div.DivClassName
{
background-color: #2B7001;
}
.BgClassName
{
background-color: #2B7001;
}
</style>
border-color css
<style>
span { border-color: #2B7001; }
span { border-color: rgb(43,112,1); }
td.TdClassName
{
border-color: #2B7001;
}
.TagClassName
{
border-color: #2B7001;
}
</style>