Shades of Bilbao #2F7504
Tints of Bilbao #2F7504
RGB
CMYK
RGB Variations
Color information
#2F7504 (or 0x2F7504) is known color: Bilbao. HEX triplet: 2F, 75 and 04. RGB value is (47,117,4). Sum of RGB (Red+Green+Blue) = 47+117+4=168 (22% of max value = 765). Red value is 47 (18.75% from 255 or 27.98% from 168); Green value is 117 (46.09% from 255 or 69.64% from 168); Blue value is 4 (1.95% from 255 or 2.38% from 168); Max value from RGB is 117 - color contains mainly: green. Hex color #2F7504 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2F7504 is #D08AFB. Grayscale: #535353. Windows color (decimal): -13667068 or 292143. OLE color: 292143.
HSL color Cylindrical-coordinate representation of color #2F7504: hue angle of 97.17º 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 #2F7504 is Cyan = 0.60, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 47 | 117 | 4 | - |
| CMYK | 0.60 | 0 | 0.97 | 0.54 |
| HSL | 97.17º | 0.93% | 0.24% | - |
| HSV(B) | 97.17º | 0.97% | 0.46% | - |
| XYZ | 7.56 | 13.34 | 2.29 | - |
| YUV | 83.19 | 83.31 | 102.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 117 | 4 | 0.60 | 0 | 0.97 | 0.54 | 97.17 | 0.93 | 0.24 |
| Hex | 2F | 75 | 4 | 3C | 0 | 61 | 36 | 61 | 5D | 18 |
| Octal | 57 | 165 | 4 | 74 | 0 | 141 | 66 | 141 | 135 | 30 |
| Binary | 101111 | 1110101 | 100 | 111100 | 0 | 1100001 | 110110 | 1100001 | 1011101 | 11000 |
Color Harmonies of #2F7504
Complementary color
Monochromatic Colors of #2F7504
Black with #2F7504
Text Example
Text Example
White with #2F7504
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F7504; }
p { color: rgb(47,117,4); }
H1.HeaderClassName
{
color: #2F7504;
}
.AnyTagClassName
{
color: #2F7504;
}
</style>
background-color css
<style>
a { background-color: #2F7504; }
a { background-color: rgb(47,117,4); }
div.DivClassName
{
background-color: #2F7504;
}
.BgClassName
{
background-color: #2F7504;
}
</style>
border-color css
<style>
span { border-color: #2F7504; }
span { border-color: rgb(47,117,4); }
td.TdClassName
{
border-color: #2F7504;
}
.TagClassName
{
border-color: #2F7504;
}
</style>