Shades of Bilbao #2D7704
Tints of Bilbao #2D7704
RGB
CMYK
RGB Variations
Color information
#2D7704 (or 0x2D7704) is known color: Bilbao. HEX triplet: 2D, 77 and 04. RGB value is (45,119,4). Sum of RGB (Red+Green+Blue) = 45+119+4=168 (22% of max value = 765). Red value is 45 (17.97% from 255 or 26.79% from 168); Green value is 119 (46.88% from 255 or 70.83% from 168); Blue value is 4 (1.95% from 255 or 2.38% from 168); Max value from RGB is 119 - color contains mainly: green. Hex color #2D7704 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2D7704 is #D288FB. Grayscale: #545454. Windows color (decimal): -13797628 or 292653. OLE color: 292653.
HSL color Cylindrical-coordinate representation of color #2D7704: hue angle of 98.61º degrees, saturation: 0.93, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #2D7704 is Cyan = 0.62, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 45 | 119 | 4 | - |
| CMYK | 0.62 | 0 | 0.97 | 0.53 |
| HSL | 98.61º | 0.93% | 0.24% | - |
| HSV(B) | 98.61º | 0.97% | 0.47% | - |
| XYZ | 7.7 | 13.76 | 2.36 | - |
| YUV | 83.76 | 82.98 | 100.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 119 | 4 | 0.62 | 0 | 0.97 | 0.53 | 98.61 | 0.93 | 0.24 |
| Hex | 2D | 77 | 4 | 3E | 0 | 61 | 35 | 63 | 5D | 18 |
| Octal | 55 | 167 | 4 | 76 | 0 | 141 | 65 | 143 | 135 | 30 |
| Binary | 101101 | 1110111 | 100 | 111110 | 0 | 1100001 | 110101 | 1100011 | 1011101 | 11000 |
Color Harmonies of #2D7704
Complementary color
Monochromatic Colors of #2D7704
Black with #2D7704
Text Example
Text Example
White with #2D7704
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D7704; }
p { color: rgb(45,119,4); }
H1.HeaderClassName
{
color: #2D7704;
}
.AnyTagClassName
{
color: #2D7704;
}
</style>
background-color css
<style>
a { background-color: #2D7704; }
a { background-color: rgb(45,119,4); }
div.DivClassName
{
background-color: #2D7704;
}
.BgClassName
{
background-color: #2D7704;
}
</style>
border-color css
<style>
span { border-color: #2D7704; }
span { border-color: rgb(45,119,4); }
td.TdClassName
{
border-color: #2D7704;
}
.TagClassName
{
border-color: #2D7704;
}
</style>