Shades of Bilbao #2B6B10
Tints of Bilbao #2B6B10
RGB
CMYK
RGB Variations
Color information
#2B6B10 (or 0x2B6B10) is known color: Bilbao. HEX triplet: 2B, 6B and 10. RGB value is (43,107,16). Sum of RGB (Red+Green+Blue) = 43+107+16=166 (21% of max value = 765). Red value is 43 (17.19% from 255 or 25.90% from 166); Green value is 107 (42.19% from 255 or 64.46% from 166); Blue value is 16 (6.64% from 255 or 9.64% from 166); Max value from RGB is 107 - color contains mainly: green. Hex color #2B6B10 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2B6B10 is #D494EF. Grayscale: #4D4D4D. Windows color (decimal): -13931760 or 1076011. OLE color: 1076011.
HSL color Cylindrical-coordinate representation of color #2B6B10: hue angle of 102.2º degrees, saturation: 0.74, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2B6B10 is Cyan = 0.60, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 43 | 107 | 16 | - |
| CMYK | 0.60 | 0 | 0.85 | 0.58 |
| HSL | 102.2º | 0.74% | 0.24% | - |
| HSV(B) | 102.2º | 0.85% | 0.42% | - |
| XYZ | 6.35 | 11.07 | 2.29 | - |
| YUV | 77.49 | 93.3 | 103.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 107 | 16 | 0.60 | 0 | 0.85 | 0.58 | 102.2 | 0.74 | 0.24 |
| Hex | 2B | 6B | 10 | 3C | 0 | 55 | 3A | 66 | 4A | 18 |
| Octal | 53 | 153 | 20 | 74 | 0 | 125 | 72 | 146 | 112 | 30 |
| Binary | 101011 | 1101011 | 10000 | 111100 | 0 | 1010101 | 111010 | 1100110 | 1001010 | 11000 |
Color Harmonies of #2B6B10
Complementary color
Monochromatic Colors of #2B6B10
Black with #2B6B10
Text Example
Text Example
White with #2B6B10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B6B10; }
p { color: rgb(43,107,16); }
H1.HeaderClassName
{
color: #2B6B10;
}
.AnyTagClassName
{
color: #2B6B10;
}
</style>
background-color css
<style>
a { background-color: #2B6B10; }
a { background-color: rgb(43,107,16); }
div.DivClassName
{
background-color: #2B6B10;
}
.BgClassName
{
background-color: #2B6B10;
}
</style>
border-color css
<style>
span { border-color: #2B6B10; }
span { border-color: rgb(43,107,16); }
td.TdClassName
{
border-color: #2B6B10;
}
.TagClassName
{
border-color: #2B6B10;
}
</style>