Shades of Bilbao #2D7513
Tints of Bilbao #2D7513
RGB
CMYK
RGB Variations
Color information
#2D7513 (or 0x2D7513) is known color: Bilbao. HEX triplet: 2D, 75 and 13. RGB value is (45,117,19). Sum of RGB (Red+Green+Blue) = 45+117+19=181 (23% of max value = 765). Red value is 45 (17.97% from 255 or 24.86% from 181); Green value is 117 (46.09% from 255 or 64.64% from 181); Blue value is 19 (7.81% from 255 or 10.50% from 181); Max value from RGB is 117 - color contains mainly: green. Hex color #2D7513 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2D7513 is #D28AEC. Grayscale: #545454. Windows color (decimal): -13798125 or 1275181. OLE color: 1275181.
HSL color Cylindrical-coordinate representation of color #2D7513: hue angle of 104.08º degrees, saturation: 0.72, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2D7513 is Cyan = 0.62, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 45 | 117 | 19 | - |
| CMYK | 0.62 | 0 | 0.84 | 0.54 |
| HSL | 104.08º | 0.72% | 0.27% | - |
| HSV(B) | 104.08º | 0.84% | 0.46% | - |
| XYZ | 7.56 | 13.33 | 2.79 | - |
| YUV | 84.3 | 91.15 | 99.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 117 | 19 | 0.62 | 0 | 0.84 | 0.54 | 104.08 | 0.72 | 0.27 |
| Hex | 2D | 75 | 13 | 3E | 0 | 54 | 36 | 68 | 48 | 1B |
| Octal | 55 | 165 | 23 | 76 | 0 | 124 | 66 | 150 | 110 | 33 |
| Binary | 101101 | 1110101 | 10011 | 111110 | 0 | 1010100 | 110110 | 1101000 | 1001000 | 11011 |
Color Harmonies of #2D7513
Complementary color
Monochromatic Colors of #2D7513
Black with #2D7513
Text Example
Text Example
White with #2D7513
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D7513; }
p { color: rgb(45,117,19); }
H1.HeaderClassName
{
color: #2D7513;
}
.AnyTagClassName
{
color: #2D7513;
}
</style>
background-color css
<style>
a { background-color: #2D7513; }
a { background-color: rgb(45,117,19); }
div.DivClassName
{
background-color: #2D7513;
}
.BgClassName
{
background-color: #2D7513;
}
</style>
border-color css
<style>
span { border-color: #2D7513; }
span { border-color: rgb(45,117,19); }
td.TdClassName
{
border-color: #2D7513;
}
.TagClassName
{
border-color: #2D7513;
}
</style>