Shades of Bilbao #2B720F
Tints of Bilbao #2B720F
RGB
CMYK
RGB Variations
Color information
#2B720F (or 0x2B720F) is known color: Bilbao. HEX triplet: 2B, 72 and 0F. RGB value is (43,114,15). Sum of RGB (Red+Green+Blue) = 43+114+15=172 (22% of max value = 765). Red value is 43 (17.19% from 255 or 25% from 172); Green value is 114 (44.92% from 255 or 66.28% from 172); Blue value is 15 (6.25% from 255 or 8.72% from 172); Max value from RGB is 114 - color contains mainly: green. Hex color #2B720F is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2B720F is #D48DF0. Grayscale: #515151. Windows color (decimal): -13929969 or 1012267. OLE color: 1012267.
HSL color Cylindrical-coordinate representation of color #2B720F: hue angle of 103.03º degrees, saturation: 0.77, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #2B720F is Cyan = 0.62, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 43 | 114 | 15 | - |
| CMYK | 0.62 | 0 | 0.87 | 0.55 |
| HSL | 103.03º | 0.77% | 0.25% | - |
| HSV(B) | 103.03º | 0.87% | 0.45% | - |
| XYZ | 7.1 | 12.58 | 2.51 | - |
| YUV | 81.49 | 90.48 | 100.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 114 | 15 | 0.62 | 0 | 0.87 | 0.55 | 103.03 | 0.77 | 0.25 |
| Hex | 2B | 72 | F | 3E | 0 | 57 | 37 | 67 | 4D | 19 |
| Octal | 53 | 162 | 17 | 76 | 0 | 127 | 67 | 147 | 115 | 31 |
| Binary | 101011 | 1110010 | 1111 | 111110 | 0 | 1010111 | 110111 | 1100111 | 1001101 | 11001 |
Color Harmonies of #2B720F
Complementary color
Monochromatic Colors of #2B720F
Black with #2B720F
Text Example
Text Example
White with #2B720F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B720F; }
p { color: rgb(43,114,15); }
H1.HeaderClassName
{
color: #2B720F;
}
.AnyTagClassName
{
color: #2B720F;
}
</style>
background-color css
<style>
a { background-color: #2B720F; }
a { background-color: rgb(43,114,15); }
div.DivClassName
{
background-color: #2B720F;
}
.BgClassName
{
background-color: #2B720F;
}
</style>
border-color css
<style>
span { border-color: #2B720F; }
span { border-color: rgb(43,114,15); }
td.TdClassName
{
border-color: #2B720F;
}
.TagClassName
{
border-color: #2B720F;
}
</style>