Shades of Bilbao #2B820A
Tints of Bilbao #2B820A
RGB
CMYK
RGB Variations
Color information
#2B820A (or 0x2B820A) is known color: Bilbao. HEX triplet: 2B, 82 and 0A. RGB value is (43,130,10). Sum of RGB (Red+Green+Blue) = 43+130+10=183 (24% of max value = 765). Red value is 43 (17.19% from 255 or 23.50% from 183); Green value is 130 (51.17% from 255 or 71.04% from 183); Blue value is 10 (4.30% from 255 or 5.46% from 183); Max value from RGB is 130 - color contains mainly: green. Hex color #2B820A is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2B820A is #D47DF5. Grayscale: #5A5A5A. Windows color (decimal): -13925878 or 688683. OLE color: 688683.
HSL color Cylindrical-coordinate representation of color #2B820A: hue angle of 103.5º degrees, saturation: 0.86, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #2B820A is Cyan = 0.67, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 43 | 130 | 10 | - |
| CMYK | 0.67 | 0 | 0.92 | 0.49 |
| HSL | 103.5º | 0.86% | 0.27% | - |
| HSV(B) | 103.5º | 0.92% | 0.51% | - |
| XYZ | 9.03 | 16.5 | 3 | - |
| YUV | 90.31 | 82.68 | 94.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 130 | 10 | 0.67 | 0 | 0.92 | 0.49 | 103.5 | 0.86 | 0.27 |
| Hex | 2B | 82 | A | 43 | 0 | 5C | 31 | 68 | 56 | 1B |
| Octal | 53 | 202 | 12 | 103 | 0 | 134 | 61 | 150 | 126 | 33 |
| Binary | 101011 | 10000010 | 1010 | 1000011 | 0 | 1011100 | 110001 | 1101000 | 1010110 | 11011 |
Color Harmonies of #2B820A
Complementary color
Monochromatic Colors of #2B820A
Black with #2B820A
Text Example
Text Example
White with #2B820A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B820A; }
p { color: rgb(43,130,10); }
H1.HeaderClassName
{
color: #2B820A;
}
.AnyTagClassName
{
color: #2B820A;
}
</style>
background-color css
<style>
a { background-color: #2B820A; }
a { background-color: rgb(43,130,10); }
div.DivClassName
{
background-color: #2B820A;
}
.BgClassName
{
background-color: #2B820A;
}
</style>
border-color css
<style>
span { border-color: #2B820A; }
span { border-color: rgb(43,130,10); }
td.TdClassName
{
border-color: #2B820A;
}
.TagClassName
{
border-color: #2B820A;
}
</style>