Shades of Bilbao #2D7504
Tints of Bilbao #2D7504
RGB
CMYK
RGB Variations
Color information
#2D7504 (or 0x2D7504) is known color: Bilbao. HEX triplet: 2D, 75 and 04. RGB value is (45,117,4). Sum of RGB (Red+Green+Blue) = 45+117+4=166 (21% of max value = 765). Red value is 45 (17.97% from 255 or 27.11% from 166); Green value is 117 (46.09% from 255 or 70.48% from 166); Blue value is 4 (1.95% from 255 or 2.41% from 166); Max value from RGB is 117 - color contains mainly: green. Hex color #2D7504 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2D7504 is #D28AFB. Grayscale: #525252. Windows color (decimal): -13798140 or 292141. OLE color: 292141.
HSL color Cylindrical-coordinate representation of color #2D7504: hue angle of 98.23º degrees, saturation: 0.93, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #2D7504 is Cyan = 0.62, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 45 | 117 | 4 | - |
| CMYK | 0.62 | 0 | 0.97 | 0.54 |
| HSL | 98.23º | 0.93% | 0.24% | - |
| HSV(B) | 98.23º | 0.97% | 0.46% | - |
| XYZ | 7.47 | 13.29 | 2.29 | - |
| YUV | 82.59 | 83.65 | 101.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 117 | 4 | 0.62 | 0 | 0.97 | 0.54 | 98.23 | 0.93 | 0.24 |
| Hex | 2D | 75 | 4 | 3E | 0 | 61 | 36 | 62 | 5D | 18 |
| Octal | 55 | 165 | 4 | 76 | 0 | 141 | 66 | 142 | 135 | 30 |
| Binary | 101101 | 1110101 | 100 | 111110 | 0 | 1100001 | 110110 | 1100010 | 1011101 | 11000 |
Color Harmonies of #2D7504
Complementary color
Monochromatic Colors of #2D7504
Black with #2D7504
Text Example
Text Example
White with #2D7504
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D7504; }
p { color: rgb(45,117,4); }
H1.HeaderClassName
{
color: #2D7504;
}
.AnyTagClassName
{
color: #2D7504;
}
</style>
background-color css
<style>
a { background-color: #2D7504; }
a { background-color: rgb(45,117,4); }
div.DivClassName
{
background-color: #2D7504;
}
.BgClassName
{
background-color: #2D7504;
}
</style>
border-color css
<style>
span { border-color: #2D7504; }
span { border-color: rgb(45,117,4); }
td.TdClassName
{
border-color: #2D7504;
}
.TagClassName
{
border-color: #2D7504;
}
</style>