Shades of Bilbao #2D670B
Tints of Bilbao #2D670B
RGB
CMYK
RGB Variations
Color information
#2D670B (or 0x2D670B) is known color: Bilbao. HEX triplet: 2D, 67 and 0B. RGB value is (45,103,11). Sum of RGB (Red+Green+Blue) = 45+103+11=159 (21% of max value = 765). Red value is 45 (17.97% from 255 or 28.30% from 159); Green value is 103 (40.62% from 255 or 64.78% from 159); Blue value is 11 (4.69% from 255 or 6.92% from 159); Max value from RGB is 103 - color contains mainly: green. Hex color #2D670B is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2D670B is #D298F4. Grayscale: #4B4B4B. Windows color (decimal): -13801717 or 747309. OLE color: 747309.
HSL color Cylindrical-coordinate representation of color #2D670B: hue angle of 97.83º degrees, saturation: 0.81, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #2D670B is Cyan = 0.56, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 45 | 103 | 11 | - |
| CMYK | 0.56 | 0 | 0.89 | 0.60 |
| HSL | 97.83º | 0.81% | 0.22% | - |
| HSV(B) | 97.83º | 0.89% | 0.4% | - |
| XYZ | 5.99 | 10.28 | 1.99 | - |
| YUV | 75.17 | 91.78 | 106.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 103 | 11 | 0.56 | 0 | 0.89 | 0.60 | 97.83 | 0.81 | 0.22 |
| Hex | 2D | 67 | B | 38 | 0 | 59 | 3C | 62 | 51 | 16 |
| Octal | 55 | 147 | 13 | 70 | 0 | 131 | 74 | 142 | 121 | 26 |
| Binary | 101101 | 1100111 | 1011 | 111000 | 0 | 1011001 | 111100 | 1100010 | 1010001 | 10110 |
Color Harmonies of #2D670B
Complementary color
Monochromatic Colors of #2D670B
Black with #2D670B
Text Example
Text Example
White with #2D670B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D670B; }
p { color: rgb(45,103,11); }
H1.HeaderClassName
{
color: #2D670B;
}
.AnyTagClassName
{
color: #2D670B;
}
</style>
background-color css
<style>
a { background-color: #2D670B; }
a { background-color: rgb(45,103,11); }
div.DivClassName
{
background-color: #2D670B;
}
.BgClassName
{
background-color: #2D670B;
}
</style>
border-color css
<style>
span { border-color: #2D670B; }
span { border-color: rgb(45,103,11); }
td.TdClassName
{
border-color: #2D670B;
}
.TagClassName
{
border-color: #2D670B;
}
</style>