Shades of Bilbao #2D700B
Tints of Bilbao #2D700B
RGB
CMYK
RGB Variations
Color information
#2D700B (or 0x2D700B) is known color: Bilbao. HEX triplet: 2D, 70 and 0B. RGB value is (45,112,11). Sum of RGB (Red+Green+Blue) = 45+112+11=168 (22% of max value = 765). Red value is 45 (17.97% from 255 or 26.79% from 168); Green value is 112 (44.14% from 255 or 66.67% from 168); Blue value is 11 (4.69% from 255 or 6.55% from 168); Max value from RGB is 112 - color contains mainly: green. Hex color #2D700B is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2D700B is #D28FF4. Grayscale: #505050. Windows color (decimal): -13799413 or 749613. OLE color: 749613.
HSL color Cylindrical-coordinate representation of color #2D700B: hue angle of 99.8º degrees, saturation: 0.82, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #2D700B is Cyan = 0.60, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 45 | 112 | 11 | - |
| CMYK | 0.60 | 0 | 0.90 | 0.56 |
| HSL | 99.8º | 0.82% | 0.24% | - |
| HSV(B) | 99.8º | 0.9% | 0.44% | - |
| XYZ | 6.94 | 12.17 | 2.3 | - |
| YUV | 80.45 | 88.8 | 102.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 112 | 11 | 0.60 | 0 | 0.90 | 0.56 | 99.8 | 0.82 | 0.24 |
| Hex | 2D | 70 | B | 3C | 0 | 5A | 38 | 64 | 52 | 18 |
| Octal | 55 | 160 | 13 | 74 | 0 | 132 | 70 | 144 | 122 | 30 |
| Binary | 101101 | 1110000 | 1011 | 111100 | 0 | 1011010 | 111000 | 1100100 | 1010010 | 11000 |
Color Harmonies of #2D700B
Complementary color
Monochromatic Colors of #2D700B
Black with #2D700B
Text Example
Text Example
White with #2D700B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D700B; }
p { color: rgb(45,112,11); }
H1.HeaderClassName
{
color: #2D700B;
}
.AnyTagClassName
{
color: #2D700B;
}
</style>
background-color css
<style>
a { background-color: #2D700B; }
a { background-color: rgb(45,112,11); }
div.DivClassName
{
background-color: #2D700B;
}
.BgClassName
{
background-color: #2D700B;
}
</style>
border-color css
<style>
span { border-color: #2D700B; }
span { border-color: rgb(45,112,11); }
td.TdClassName
{
border-color: #2D700B;
}
.TagClassName
{
border-color: #2D700B;
}
</style>