Shades of Bilbao #2B6505
Tints of Bilbao #2B6505
RGB
CMYK
RGB Variations
Color information
#2B6505 (or 0x2B6505) is known color: Bilbao. HEX triplet: 2B, 65 and 05. RGB value is (43,101,5). Sum of RGB (Red+Green+Blue) = 43+101+5=149 (19% of max value = 765). Red value is 43 (17.19% from 255 or 28.86% from 149); Green value is 101 (39.84% from 255 or 67.79% from 149); Blue value is 5 (2.34% from 255 or 3.36% from 149); Max value from RGB is 101 - color contains mainly: green. Hex color #2B6505 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2B6505 is #D49AFA. Grayscale: #494949. Windows color (decimal): -13933307 or 353579. OLE color: 353579.
HSL color Cylindrical-coordinate representation of color #2B6505: hue angle of 96.25º degrees, saturation: 0.91, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #2B6505 is Cyan = 0.57, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 43 | 101 | 5 | - |
| CMYK | 0.57 | 0 | 0.95 | 0.60 |
| HSL | 96.25º | 0.91% | 0.21% | - |
| HSV(B) | 96.25º | 0.95% | 0.4% | - |
| XYZ | 5.68 | 9.83 | 1.74 | - |
| YUV | 72.71 | 89.78 | 106.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 101 | 5 | 0.57 | 0 | 0.95 | 0.60 | 96.25 | 0.91 | 0.21 |
| Hex | 2B | 65 | 5 | 39 | 0 | 5F | 3C | 60 | 5B | 15 |
| Octal | 53 | 145 | 5 | 71 | 0 | 137 | 74 | 140 | 133 | 25 |
| Binary | 101011 | 1100101 | 101 | 111001 | 0 | 1011111 | 111100 | 1100000 | 1011011 | 10101 |
Color Harmonies of #2B6505
Complementary color
Monochromatic Colors of #2B6505
Black with #2B6505
Text Example
Text Example
White with #2B6505
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B6505; }
p { color: rgb(43,101,5); }
H1.HeaderClassName
{
color: #2B6505;
}
.AnyTagClassName
{
color: #2B6505;
}
</style>
background-color css
<style>
a { background-color: #2B6505; }
a { background-color: rgb(43,101,5); }
div.DivClassName
{
background-color: #2B6505;
}
.BgClassName
{
background-color: #2B6505;
}
</style>
border-color css
<style>
span { border-color: #2B6505; }
span { border-color: rgb(43,101,5); }
td.TdClassName
{
border-color: #2B6505;
}
.TagClassName
{
border-color: #2B6505;
}
</style>