Shades of Bilbao #2B700A
Tints of Bilbao #2B700A
RGB
CMYK
RGB Variations
Color information
#2B700A (or 0x2B700A) is known color: Bilbao. HEX triplet: 2B, 70 and 0A. RGB value is (43,112,10). Sum of RGB (Red+Green+Blue) = 43+112+10=165 (21% of max value = 765). Red value is 43 (17.19% from 255 or 26.06% from 165); Green value is 112 (44.14% from 255 or 67.88% from 165); Blue value is 10 (4.30% from 255 or 6.06% from 165); Max value from RGB is 112 - color contains mainly: green. Hex color #2B700A is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2B700A is #D48FF5. Grayscale: #505050. Windows color (decimal): -13930486 or 684075. OLE color: 684075.
HSL color Cylindrical-coordinate representation of color #2B700A: hue angle of 100.59º degrees, saturation: 0.84, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #2B700A is Cyan = 0.62, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 43 | 112 | 10 | - |
| CMYK | 0.62 | 0 | 0.91 | 0.56 |
| HSL | 100.59º | 0.84% | 0.24% | - |
| HSV(B) | 100.59º | 0.91% | 0.44% | - |
| XYZ | 6.85 | 12.12 | 2.27 | - |
| YUV | 79.74 | 88.64 | 101.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 112 | 10 | 0.62 | 0 | 0.91 | 0.56 | 100.59 | 0.84 | 0.24 |
| Hex | 2B | 70 | A | 3E | 0 | 5B | 38 | 65 | 54 | 18 |
| Octal | 53 | 160 | 12 | 76 | 0 | 133 | 70 | 145 | 124 | 30 |
| Binary | 101011 | 1110000 | 1010 | 111110 | 0 | 1011011 | 111000 | 1100101 | 1010100 | 11000 |
Color Harmonies of #2B700A
Complementary color
Monochromatic Colors of #2B700A
Black with #2B700A
Text Example
Text Example
White with #2B700A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B700A; }
p { color: rgb(43,112,10); }
H1.HeaderClassName
{
color: #2B700A;
}
.AnyTagClassName
{
color: #2B700A;
}
</style>
background-color css
<style>
a { background-color: #2B700A; }
a { background-color: rgb(43,112,10); }
div.DivClassName
{
background-color: #2B700A;
}
.BgClassName
{
background-color: #2B700A;
}
</style>
border-color css
<style>
span { border-color: #2B700A; }
span { border-color: rgb(43,112,10); }
td.TdClassName
{
border-color: #2B700A;
}
.TagClassName
{
border-color: #2B700A;
}
</style>