Shades of Bilbao #2B7302
Tints of Bilbao #2B7302
RGB
CMYK
RGB Variations
Color information
#2B7302 (or 0x2B7302) is known color: Bilbao. HEX triplet: 2B, 73 and 02. RGB value is (43,115,2). Sum of RGB (Red+Green+Blue) = 43+115+2=160 (21% of max value = 765). Red value is 43 (17.19% from 255 or 26.88% from 160); Green value is 115 (45.31% from 255 or 71.88% from 160); Blue value is 2 (1.17% from 255 or 1.25% from 160); Max value from RGB is 115 - color contains mainly: green. Hex color #2B7302 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2B7302 is #D48CFD. Grayscale: #505050. Windows color (decimal): -13929726 or 160555. OLE color: 160555.
HSL color Cylindrical-coordinate representation of color #2B7302: hue angle of 98.23º degrees, saturation: 0.97, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #2B7302 is Cyan = 0.63, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 43 | 115 | 2 | - |
| CMYK | 0.63 | 0 | 0.98 | 0.55 |
| HSL | 98.23º | 0.97% | 0.23% | - |
| HSV(B) | 98.23º | 0.98% | 0.45% | - |
| XYZ | 7.14 | 12.78 | 2.15 | - |
| YUV | 80.59 | 83.65 | 101.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 115 | 2 | 0.63 | 0 | 0.98 | 0.55 | 98.23 | 0.97 | 0.23 |
| Hex | 2B | 73 | 2 | 3F | 0 | 62 | 37 | 62 | 61 | 17 |
| Octal | 53 | 163 | 2 | 77 | 0 | 142 | 67 | 142 | 141 | 27 |
| Binary | 101011 | 1110011 | 10 | 111111 | 0 | 1100010 | 110111 | 1100010 | 1100001 | 10111 |
Color Harmonies of #2B7302
Complementary color
Monochromatic Colors of #2B7302
Black with #2B7302
Text Example
Text Example
White with #2B7302
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B7302; }
p { color: rgb(43,115,2); }
H1.HeaderClassName
{
color: #2B7302;
}
.AnyTagClassName
{
color: #2B7302;
}
</style>
background-color css
<style>
a { background-color: #2B7302; }
a { background-color: rgb(43,115,2); }
div.DivClassName
{
background-color: #2B7302;
}
.BgClassName
{
background-color: #2B7302;
}
</style>
border-color css
<style>
span { border-color: #2B7302; }
span { border-color: rgb(43,115,2); }
td.TdClassName
{
border-color: #2B7302;
}
.TagClassName
{
border-color: #2B7302;
}
</style>