Shades of Bilbao #2B720D
Tints of Bilbao #2B720D
RGB
CMYK
RGB Variations
Color information
#2B720D (or 0x2B720D) is known color: Bilbao. HEX triplet: 2B, 72 and 0D. RGB value is (43,114,13). Sum of RGB (Red+Green+Blue) = 43+114+13=170 (22% of max value = 765). Red value is 43 (17.19% from 255 or 25.29% from 170); Green value is 114 (44.92% from 255 or 67.06% from 170); Blue value is 13 (5.47% from 255 or 7.65% from 170); Max value from RGB is 114 - color contains mainly: green. Hex color #2B720D is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2B720D is #D48DF2. Grayscale: #515151. Windows color (decimal): -13929971 or 881195. OLE color: 881195.
HSL color Cylindrical-coordinate representation of color #2B720D: hue angle of 102.18º degrees, saturation: 0.8, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #2B720D is Cyan = 0.62, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 43 | 114 | 13 | - |
| CMYK | 0.62 | 0 | 0.89 | 0.55 |
| HSL | 102.18º | 0.8% | 0.25% | - |
| HSV(B) | 102.18º | 0.89% | 0.45% | - |
| XYZ | 7.09 | 12.58 | 2.43 | - |
| YUV | 81.26 | 89.48 | 100.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 114 | 13 | 0.62 | 0 | 0.89 | 0.55 | 102.18 | 0.8 | 0.25 |
| Hex | 2B | 72 | D | 3E | 0 | 59 | 37 | 66 | 50 | 19 |
| Octal | 53 | 162 | 15 | 76 | 0 | 131 | 67 | 146 | 120 | 31 |
| Binary | 101011 | 1110010 | 1101 | 111110 | 0 | 1011001 | 110111 | 1100110 | 1010000 | 11001 |
Color Harmonies of #2B720D
Complementary color
Monochromatic Colors of #2B720D
Black with #2B720D
Text Example
Text Example
White with #2B720D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B720D; }
p { color: rgb(43,114,13); }
H1.HeaderClassName
{
color: #2B720D;
}
.AnyTagClassName
{
color: #2B720D;
}
</style>
background-color css
<style>
a { background-color: #2B720D; }
a { background-color: rgb(43,114,13); }
div.DivClassName
{
background-color: #2B720D;
}
.BgClassName
{
background-color: #2B720D;
}
</style>
border-color css
<style>
span { border-color: #2B720D; }
span { border-color: rgb(43,114,13); }
td.TdClassName
{
border-color: #2B720D;
}
.TagClassName
{
border-color: #2B720D;
}
</style>