Shades of Bilbao #2D7316
Tints of Bilbao #2D7316
RGB
CMYK
RGB Variations
Color information
#2D7316 (or 0x2D7316) is known color: Bilbao. HEX triplet: 2D, 73 and 16. RGB value is (45,115,22). Sum of RGB (Red+Green+Blue) = 45+115+22=182 (24% of max value = 765). Red value is 45 (17.97% from 255 or 24.73% from 182); Green value is 115 (45.31% from 255 or 63.19% from 182); Blue value is 22 (8.98% from 255 or 12.09% from 182); Max value from RGB is 115 - color contains mainly: green. Hex color #2D7316 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2D7316 is #D28CE9. Grayscale: #535353. Windows color (decimal): -13798634 or 1471277. OLE color: 1471277.
HSL color Cylindrical-coordinate representation of color #2D7316: hue angle of 105.16º degrees, saturation: 0.68, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2D7316 is Cyan = 0.61, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 45 | 115 | 22 | - |
| CMYK | 0.61 | 0 | 0.81 | 0.55 |
| HSL | 105.16º | 0.68% | 0.27% | - |
| HSV(B) | 105.16º | 0.81% | 0.45% | - |
| XYZ | 7.36 | 12.88 | 2.86 | - |
| YUV | 83.47 | 93.31 | 100.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 115 | 22 | 0.61 | 0 | 0.81 | 0.55 | 105.16 | 0.68 | 0.27 |
| Hex | 2D | 73 | 16 | 3D | 0 | 51 | 37 | 69 | 44 | 1B |
| Octal | 55 | 163 | 26 | 75 | 0 | 121 | 67 | 151 | 104 | 33 |
| Binary | 101101 | 1110011 | 10110 | 111101 | 0 | 1010001 | 110111 | 1101001 | 1000100 | 11011 |
Color Harmonies of #2D7316
Complementary color
Monochromatic Colors of #2D7316
Black with #2D7316
Text Example
Text Example
White with #2D7316
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D7316; }
p { color: rgb(45,115,22); }
H1.HeaderClassName
{
color: #2D7316;
}
.AnyTagClassName
{
color: #2D7316;
}
</style>
background-color css
<style>
a { background-color: #2D7316; }
a { background-color: rgb(45,115,22); }
div.DivClassName
{
background-color: #2D7316;
}
.BgClassName
{
background-color: #2D7316;
}
</style>
border-color css
<style>
span { border-color: #2D7316; }
span { border-color: rgb(45,115,22); }
td.TdClassName
{
border-color: #2D7316;
}
.TagClassName
{
border-color: #2D7316;
}
</style>