Shades of Bilbao #2B700D
Tints of Bilbao #2B700D
RGB
CMYK
RGB Variations
Color information
#2B700D (or 0x2B700D) is known color: Bilbao. HEX triplet: 2B, 70 and 0D. RGB value is (43,112,13). Sum of RGB (Red+Green+Blue) = 43+112+13=168 (22% of max value = 765). Red value is 43 (17.19% from 255 or 25.60% from 168); Green value is 112 (44.14% from 255 or 66.67% from 168); Blue value is 13 (5.47% from 255 or 7.74% from 168); Max value from RGB is 112 - color contains mainly: green. Hex color #2B700D is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2B700D is #D48FF2. Grayscale: #505050. Windows color (decimal): -13930483 or 880683. OLE color: 880683.
HSL color Cylindrical-coordinate representation of color #2B700D: hue angle of 101.82º degrees, saturation: 0.79, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #2B700D is Cyan = 0.62, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 43 | 112 | 13 | - |
| CMYK | 0.62 | 0 | 0.88 | 0.56 |
| HSL | 101.82º | 0.79% | 0.25% | - |
| HSV(B) | 101.82º | 0.88% | 0.44% | - |
| XYZ | 6.86 | 12.13 | 2.36 | - |
| YUV | 80.08 | 90.14 | 101.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 112 | 13 | 0.62 | 0 | 0.88 | 0.56 | 101.82 | 0.79 | 0.25 |
| Hex | 2B | 70 | D | 3E | 0 | 58 | 38 | 66 | 4F | 19 |
| Octal | 53 | 160 | 15 | 76 | 0 | 130 | 70 | 146 | 117 | 31 |
| Binary | 101011 | 1110000 | 1101 | 111110 | 0 | 1011000 | 111000 | 1100110 | 1001111 | 11001 |
Color Harmonies of #2B700D
Complementary color
Monochromatic Colors of #2B700D
Black with #2B700D
Text Example
Text Example
White with #2B700D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B700D; }
p { color: rgb(43,112,13); }
H1.HeaderClassName
{
color: #2B700D;
}
.AnyTagClassName
{
color: #2B700D;
}
</style>
background-color css
<style>
a { background-color: #2B700D; }
a { background-color: rgb(43,112,13); }
div.DivClassName
{
background-color: #2B700D;
}
.BgClassName
{
background-color: #2B700D;
}
</style>
border-color css
<style>
span { border-color: #2B700D; }
span { border-color: rgb(43,112,13); }
td.TdClassName
{
border-color: #2B700D;
}
.TagClassName
{
border-color: #2B700D;
}
</style>