Shades of Bilbao #2B740D
Tints of Bilbao #2B740D
RGB
CMYK
RGB Variations
Color information
#2B740D (or 0x2B740D) is known color: Bilbao. HEX triplet: 2B, 74 and 0D. RGB value is (43,116,13). Sum of RGB (Red+Green+Blue) = 43+116+13=172 (22% of max value = 765). Red value is 43 (17.19% from 255 or 25% from 172); Green value is 116 (45.70% from 255 or 67.44% from 172); Blue value is 13 (5.47% from 255 or 7.56% from 172); Max value from RGB is 116 - color contains mainly: green. Hex color #2B740D is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2B740D is #D48BF2. Grayscale: #525252. Windows color (decimal): -13929459 or 881707. OLE color: 881707.
HSL color Cylindrical-coordinate representation of color #2B740D: hue angle of 102.52º 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 #2B740D is Cyan = 0.63, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 43 | 116 | 13 | - |
| CMYK | 0.63 | 0 | 0.89 | 0.55 |
| HSL | 102.52º | 0.8% | 0.25% | - |
| HSV(B) | 102.52º | 0.89% | 0.45% | - |
| XYZ | 7.31 | 13.03 | 2.51 | - |
| YUV | 82.43 | 88.82 | 99.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 116 | 13 | 0.63 | 0 | 0.89 | 0.55 | 102.52 | 0.8 | 0.25 |
| Hex | 2B | 74 | D | 3F | 0 | 59 | 37 | 67 | 50 | 19 |
| Octal | 53 | 164 | 15 | 77 | 0 | 131 | 67 | 147 | 120 | 31 |
| Binary | 101011 | 1110100 | 1101 | 111111 | 0 | 1011001 | 110111 | 1100111 | 1010000 | 11001 |
Color Harmonies of #2B740D
Complementary color
Monochromatic Colors of #2B740D
Black with #2B740D
Text Example
Text Example
White with #2B740D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B740D; }
p { color: rgb(43,116,13); }
H1.HeaderClassName
{
color: #2B740D;
}
.AnyTagClassName
{
color: #2B740D;
}
</style>
background-color css
<style>
a { background-color: #2B740D; }
a { background-color: rgb(43,116,13); }
div.DivClassName
{
background-color: #2B740D;
}
.BgClassName
{
background-color: #2B740D;
}
</style>
border-color css
<style>
span { border-color: #2B740D; }
span { border-color: rgb(43,116,13); }
td.TdClassName
{
border-color: #2B740D;
}
.TagClassName
{
border-color: #2B740D;
}
</style>