Shades of Bilbao #2B6F0A
Tints of Bilbao #2B6F0A
RGB
CMYK
RGB Variations
Color information
#2B6F0A (or 0x2B6F0A) is known color: Bilbao. HEX triplet: 2B, 6F and 0A. RGB value is (43,111,10). Sum of RGB (Red+Green+Blue) = 43+111+10=164 (21% of max value = 765). Red value is 43 (17.19% from 255 or 26.22% from 164); Green value is 111 (43.75% from 255 or 67.68% from 164); Blue value is 10 (4.30% from 255 or 6.10% from 164); Max value from RGB is 111 - color contains mainly: green. Hex color #2B6F0A is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2B6F0A is #D490F5. Grayscale: #4F4F4F. Windows color (decimal): -13930742 or 683819. OLE color: 683819.
HSL color Cylindrical-coordinate representation of color #2B6F0A: hue angle of 100.4º degrees, saturation: 0.83, 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 #2B6F0A is Cyan = 0.61, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 43 | 111 | 10 | - |
| CMYK | 0.61 | 0 | 0.91 | 0.56 |
| HSL | 100.4º | 0.83% | 0.24% | - |
| HSV(B) | 100.4º | 0.91% | 0.44% | - |
| XYZ | 6.74 | 11.9 | 2.23 | - |
| YUV | 79.15 | 88.97 | 102.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 111 | 10 | 0.61 | 0 | 0.91 | 0.56 | 100.4 | 0.83 | 0.24 |
| Hex | 2B | 6F | A | 3D | 0 | 5B | 38 | 64 | 53 | 18 |
| Octal | 53 | 157 | 12 | 75 | 0 | 133 | 70 | 144 | 123 | 30 |
| Binary | 101011 | 1101111 | 1010 | 111101 | 0 | 1011011 | 111000 | 1100100 | 1010011 | 11000 |
Color Harmonies of #2B6F0A
Complementary color
Monochromatic Colors of #2B6F0A
Black with #2B6F0A
Text Example
Text Example
White with #2B6F0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B6F0A; }
p { color: rgb(43,111,10); }
H1.HeaderClassName
{
color: #2B6F0A;
}
.AnyTagClassName
{
color: #2B6F0A;
}
</style>
background-color css
<style>
a { background-color: #2B6F0A; }
a { background-color: rgb(43,111,10); }
div.DivClassName
{
background-color: #2B6F0A;
}
.BgClassName
{
background-color: #2B6F0A;
}
</style>
border-color css
<style>
span { border-color: #2B6F0A; }
span { border-color: rgb(43,111,10); }
td.TdClassName
{
border-color: #2B6F0A;
}
.TagClassName
{
border-color: #2B6F0A;
}
</style>