Shades of Bilbao #2D670E
Tints of Bilbao #2D670E
RGB
CMYK
RGB Variations
Color information
#2D670E (or 0x2D670E) is known color: Bilbao. HEX triplet: 2D, 67 and 0E. RGB value is (45,103,14). Sum of RGB (Red+Green+Blue) = 45+103+14=162 (21% of max value = 765). Red value is 45 (17.97% from 255 or 27.78% from 162); Green value is 103 (40.62% from 255 or 63.58% from 162); Blue value is 14 (5.86% from 255 or 8.64% from 162); Max value from RGB is 103 - color contains mainly: green. Hex color #2D670E is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2D670E is #D298F1. Grayscale: #4B4B4B. Windows color (decimal): -13801714 or 943917. OLE color: 943917.
HSL color Cylindrical-coordinate representation of color #2D670E: hue angle of 99.1º degrees, saturation: 0.76, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #2D670E is Cyan = 0.56, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 45 | 103 | 14 | - |
| CMYK | 0.56 | 0 | 0.86 | 0.60 |
| HSL | 99.1º | 0.76% | 0.23% | - |
| HSV(B) | 99.1º | 0.86% | 0.4% | - |
| XYZ | 6.01 | 10.29 | 2.08 | - |
| YUV | 75.51 | 93.28 | 106.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 103 | 14 | 0.56 | 0 | 0.86 | 0.60 | 99.1 | 0.76 | 0.23 |
| Hex | 2D | 67 | E | 38 | 0 | 56 | 3C | 63 | 4C | 17 |
| Octal | 55 | 147 | 16 | 70 | 0 | 126 | 74 | 143 | 114 | 27 |
| Binary | 101101 | 1100111 | 1110 | 111000 | 0 | 1010110 | 111100 | 1100011 | 1001100 | 10111 |
Color Harmonies of #2D670E
Complementary color
Monochromatic Colors of #2D670E
Black with #2D670E
Text Example
Text Example
White with #2D670E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D670E; }
p { color: rgb(45,103,14); }
H1.HeaderClassName
{
color: #2D670E;
}
.AnyTagClassName
{
color: #2D670E;
}
</style>
background-color css
<style>
a { background-color: #2D670E; }
a { background-color: rgb(45,103,14); }
div.DivClassName
{
background-color: #2D670E;
}
.BgClassName
{
background-color: #2D670E;
}
</style>
border-color css
<style>
span { border-color: #2D670E; }
span { border-color: rgb(45,103,14); }
td.TdClassName
{
border-color: #2D670E;
}
.TagClassName
{
border-color: #2D670E;
}
</style>