Shades of Bilbao #2D6913
Tints of Bilbao #2D6913
RGB
CMYK
RGB Variations
Color information
#2D6913 (or 0x2D6913) is known color: Bilbao. HEX triplet: 2D, 69 and 13. RGB value is (45,105,19). Sum of RGB (Red+Green+Blue) = 45+105+19=169 (22% of max value = 765). Red value is 45 (17.97% from 255 or 26.63% from 169); Green value is 105 (41.41% from 255 or 62.13% from 169); Blue value is 19 (7.81% from 255 or 11.24% from 169); Max value from RGB is 105 - color contains mainly: green. Hex color #2D6913 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2D6913 is #D296EC. Grayscale: #4D4D4D. Windows color (decimal): -13801197 or 1272109. OLE color: 1272109.
HSL color Cylindrical-coordinate representation of color #2D6913: hue angle of 101.86º degrees, saturation: 0.69, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2D6913 is Cyan = 0.57, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 45 | 105 | 19 | - |
| CMYK | 0.57 | 0 | 0.82 | 0.59 |
| HSL | 101.86º | 0.69% | 0.24% | - |
| HSV(B) | 101.86º | 0.82% | 0.41% | - |
| XYZ | 6.25 | 10.71 | 2.35 | - |
| YUV | 77.26 | 95.12 | 104.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 105 | 19 | 0.57 | 0 | 0.82 | 0.59 | 101.86 | 0.69 | 0.24 |
| Hex | 2D | 69 | 13 | 39 | 0 | 52 | 3B | 66 | 45 | 18 |
| Octal | 55 | 151 | 23 | 71 | 0 | 122 | 73 | 146 | 105 | 30 |
| Binary | 101101 | 1101001 | 10011 | 111001 | 0 | 1010010 | 111011 | 1100110 | 1000101 | 11000 |
Color Harmonies of #2D6913
Complementary color
Monochromatic Colors of #2D6913
Black with #2D6913
Text Example
Text Example
White with #2D6913
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D6913; }
p { color: rgb(45,105,19); }
H1.HeaderClassName
{
color: #2D6913;
}
.AnyTagClassName
{
color: #2D6913;
}
</style>
background-color css
<style>
a { background-color: #2D6913; }
a { background-color: rgb(45,105,19); }
div.DivClassName
{
background-color: #2D6913;
}
.BgClassName
{
background-color: #2D6913;
}
</style>
border-color css
<style>
span { border-color: #2D6913; }
span { border-color: rgb(45,105,19); }
td.TdClassName
{
border-color: #2D6913;
}
.TagClassName
{
border-color: #2D6913;
}
</style>