Shades of Bilbao #2B6F0F
Tints of Bilbao #2B6F0F
RGB
CMYK
RGB Variations
Color information
#2B6F0F (or 0x2B6F0F) is known color: Bilbao. HEX triplet: 2B, 6F and 0F. RGB value is (43,111,15). Sum of RGB (Red+Green+Blue) = 43+111+15=169 (22% of max value = 765). Red value is 43 (17.19% from 255 or 25.44% from 169); Green value is 111 (43.75% from 255 or 65.68% from 169); Blue value is 15 (6.25% from 255 or 8.88% from 169); Max value from RGB is 111 - color contains mainly: green. Hex color #2B6F0F is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2B6F0F is #D490F0. Grayscale: #505050. Windows color (decimal): -13930737 or 1011499. OLE color: 1011499.
HSL color Cylindrical-coordinate representation of color #2B6F0F: hue angle of 102.5º degrees, saturation: 0.76, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #2B6F0F is Cyan = 0.61, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 43 | 111 | 15 | - |
| CMYK | 0.61 | 0 | 0.86 | 0.56 |
| HSL | 102.5º | 0.76% | 0.25% | - |
| HSV(B) | 102.5º | 0.86% | 0.44% | - |
| XYZ | 6.77 | 11.92 | 2.4 | - |
| YUV | 79.72 | 91.47 | 101.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 111 | 15 | 0.61 | 0 | 0.86 | 0.56 | 102.5 | 0.76 | 0.25 |
| Hex | 2B | 6F | F | 3D | 0 | 56 | 38 | 66 | 4C | 19 |
| Octal | 53 | 157 | 17 | 75 | 0 | 126 | 70 | 146 | 114 | 31 |
| Binary | 101011 | 1101111 | 1111 | 111101 | 0 | 1010110 | 111000 | 1100110 | 1001100 | 11001 |
Color Harmonies of #2B6F0F
Complementary color
Monochromatic Colors of #2B6F0F
Black with #2B6F0F
Text Example
Text Example
White with #2B6F0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B6F0F; }
p { color: rgb(43,111,15); }
H1.HeaderClassName
{
color: #2B6F0F;
}
.AnyTagClassName
{
color: #2B6F0F;
}
</style>
background-color css
<style>
a { background-color: #2B6F0F; }
a { background-color: rgb(43,111,15); }
div.DivClassName
{
background-color: #2B6F0F;
}
.BgClassName
{
background-color: #2B6F0F;
}
</style>
border-color css
<style>
span { border-color: #2B6F0F; }
span { border-color: rgb(43,111,15); }
td.TdClassName
{
border-color: #2B6F0F;
}
.TagClassName
{
border-color: #2B6F0F;
}
</style>