Shades of Bilbao #2D7405
Tints of Bilbao #2D7405
RGB
CMYK
RGB Variations
Color information
#2D7405 (or 0x2D7405) is known color: Bilbao. HEX triplet: 2D, 74 and 05. RGB value is (45,116,5). Sum of RGB (Red+Green+Blue) = 45+116+5=166 (21% of max value = 765). Red value is 45 (17.97% from 255 or 27.11% from 166); Green value is 116 (45.70% from 255 or 69.88% from 166); Blue value is 5 (2.34% from 255 or 3.01% from 166); Max value from RGB is 116 - color contains mainly: green. Hex color #2D7405 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2D7405 is #D28BFA. Grayscale: #525252. Windows color (decimal): -13798395 or 357421. OLE color: 357421.
HSL color Cylindrical-coordinate representation of color #2D7405: hue angle of 98.38º degrees, saturation: 0.92, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #2D7405 is Cyan = 0.61, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 45 | 116 | 5 | - |
| CMYK | 0.61 | 0 | 0.96 | 0.55 |
| HSL | 98.38º | 0.92% | 0.24% | - |
| HSV(B) | 98.38º | 0.96% | 0.45% | - |
| XYZ | 7.35 | 13.06 | 2.28 | - |
| YUV | 82.12 | 84.48 | 101.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 116 | 5 | 0.61 | 0 | 0.96 | 0.55 | 98.38 | 0.92 | 0.24 |
| Hex | 2D | 74 | 5 | 3D | 0 | 60 | 37 | 62 | 5C | 18 |
| Octal | 55 | 164 | 5 | 75 | 0 | 140 | 67 | 142 | 134 | 30 |
| Binary | 101101 | 1110100 | 101 | 111101 | 0 | 1100000 | 110111 | 1100010 | 1011100 | 11000 |
Color Harmonies of #2D7405
Complementary color
Monochromatic Colors of #2D7405
Black with #2D7405
Text Example
Text Example
White with #2D7405
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D7405; }
p { color: rgb(45,116,5); }
H1.HeaderClassName
{
color: #2D7405;
}
.AnyTagClassName
{
color: #2D7405;
}
</style>
background-color css
<style>
a { background-color: #2D7405; }
a { background-color: rgb(45,116,5); }
div.DivClassName
{
background-color: #2D7405;
}
.BgClassName
{
background-color: #2D7405;
}
</style>
border-color css
<style>
span { border-color: #2D7405; }
span { border-color: rgb(45,116,5); }
td.TdClassName
{
border-color: #2D7405;
}
.TagClassName
{
border-color: #2D7405;
}
</style>