Shades of Bilbao #2B6D12
Tints of Bilbao #2B6D12
RGB
CMYK
RGB Variations
Color information
#2B6D12 (or 0x2B6D12) is known color: Bilbao. HEX triplet: 2B, 6D and 12. RGB value is (43,109,18). Sum of RGB (Red+Green+Blue) = 43+109+18=170 (22% of max value = 765). Red value is 43 (17.19% from 255 or 25.29% from 170); Green value is 109 (42.97% from 255 or 64.12% from 170); Blue value is 18 (7.42% from 255 or 10.59% from 170); Max value from RGB is 109 - color contains mainly: green. Hex color #2B6D12 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2B6D12 is #D492ED. Grayscale: #4F4F4F. Windows color (decimal): -13931246 or 1207595. OLE color: 1207595.
HSL color Cylindrical-coordinate representation of color #2B6D12: hue angle of 103.52º degrees, saturation: 0.72, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2B6D12 is Cyan = 0.61, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 43 | 109 | 18 | - |
| CMYK | 0.61 | 0 | 0.83 | 0.57 |
| HSL | 103.52º | 0.72% | 0.25% | - |
| HSV(B) | 103.52º | 0.83% | 0.43% | - |
| XYZ | 6.57 | 11.49 | 2.44 | - |
| YUV | 78.89 | 93.63 | 102.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 109 | 18 | 0.61 | 0 | 0.83 | 0.57 | 103.52 | 0.72 | 0.25 |
| Hex | 2B | 6D | 12 | 3D | 0 | 53 | 39 | 68 | 48 | 19 |
| Octal | 53 | 155 | 22 | 75 | 0 | 123 | 71 | 150 | 110 | 31 |
| Binary | 101011 | 1101101 | 10010 | 111101 | 0 | 1010011 | 111001 | 1101000 | 1001000 | 11001 |
Color Harmonies of #2B6D12
Complementary color
Monochromatic Colors of #2B6D12
Black with #2B6D12
Text Example
Text Example
White with #2B6D12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B6D12; }
p { color: rgb(43,109,18); }
H1.HeaderClassName
{
color: #2B6D12;
}
.AnyTagClassName
{
color: #2B6D12;
}
</style>
background-color css
<style>
a { background-color: #2B6D12; }
a { background-color: rgb(43,109,18); }
div.DivClassName
{
background-color: #2B6D12;
}
.BgClassName
{
background-color: #2B6D12;
}
</style>
border-color css
<style>
span { border-color: #2B6D12; }
span { border-color: rgb(43,109,18); }
td.TdClassName
{
border-color: #2B6D12;
}
.TagClassName
{
border-color: #2B6D12;
}
</style>