Shades of Bilbao #2B700F
Tints of Bilbao #2B700F
RGB
CMYK
RGB Variations
Color information
#2B700F (or 0x2B700F) is known color: Bilbao. HEX triplet: 2B, 70 and 0F. RGB value is (43,112,15). Sum of RGB (Red+Green+Blue) = 43+112+15=170 (22% of max value = 765). Red value is 43 (17.19% from 255 or 25.29% from 170); Green value is 112 (44.14% from 255 or 65.88% from 170); Blue value is 15 (6.25% from 255 or 8.82% from 170); Max value from RGB is 112 - color contains mainly: green. Hex color #2B700F is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2B700F is #D48FF0. Grayscale: #505050. Windows color (decimal): -13930481 or 1011755. OLE color: 1011755.
HSL color Cylindrical-coordinate representation of color #2B700F: hue angle of 102.68º degrees, saturation: 0.76, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #2B700F is Cyan = 0.62, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 43 | 112 | 15 | - |
| CMYK | 0.62 | 0 | 0.87 | 0.56 |
| HSL | 102.68º | 0.76% | 0.25% | - |
| HSV(B) | 102.68º | 0.87% | 0.44% | - |
| XYZ | 6.88 | 12.14 | 2.43 | - |
| YUV | 80.31 | 91.14 | 101.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 112 | 15 | 0.62 | 0 | 0.87 | 0.56 | 102.68 | 0.76 | 0.25 |
| Hex | 2B | 70 | F | 3E | 0 | 57 | 38 | 67 | 4C | 19 |
| Octal | 53 | 160 | 17 | 76 | 0 | 127 | 70 | 147 | 114 | 31 |
| Binary | 101011 | 1110000 | 1111 | 111110 | 0 | 1010111 | 111000 | 1100111 | 1001100 | 11001 |
Color Harmonies of #2B700F
Complementary color
Monochromatic Colors of #2B700F
Black with #2B700F
Text Example
Text Example
White with #2B700F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B700F; }
p { color: rgb(43,112,15); }
H1.HeaderClassName
{
color: #2B700F;
}
.AnyTagClassName
{
color: #2B700F;
}
</style>
background-color css
<style>
a { background-color: #2B700F; }
a { background-color: rgb(43,112,15); }
div.DivClassName
{
background-color: #2B700F;
}
.BgClassName
{
background-color: #2B700F;
}
</style>
border-color css
<style>
span { border-color: #2B700F; }
span { border-color: rgb(43,112,15); }
td.TdClassName
{
border-color: #2B700F;
}
.TagClassName
{
border-color: #2B700F;
}
</style>