Shades of Bilbao #2F7707
Tints of Bilbao #2F7707
RGB
CMYK
RGB Variations
Color information
#2F7707 (or 0x2F7707) is known color: Bilbao. HEX triplet: 2F, 77 and 07. RGB value is (47,119,7). Sum of RGB (Red+Green+Blue) = 47+119+7=173 (22% of max value = 765). Red value is 47 (18.75% from 255 or 27.17% from 173); Green value is 119 (46.88% from 255 or 68.79% from 173); Blue value is 7 (3.12% from 255 or 4.05% from 173); Max value from RGB is 119 - color contains mainly: green. Hex color #2F7707 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2F7707 is #D088F8. Grayscale: #555555. Windows color (decimal): -13666553 or 489263. OLE color: 489263.
HSL color Cylindrical-coordinate representation of color #2F7707: hue angle of 98.57º degrees, saturation: 0.89, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #2F7707 is Cyan = 0.61, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 47 | 119 | 7 | - |
| CMYK | 0.61 | 0 | 0.94 | 0.53 |
| HSL | 98.57º | 0.89% | 0.25% | - |
| HSV(B) | 98.57º | 0.94% | 0.47% | - |
| XYZ | 7.81 | 13.81 | 2.46 | - |
| YUV | 84.7 | 84.15 | 101.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 119 | 7 | 0.61 | 0 | 0.94 | 0.53 | 98.57 | 0.89 | 0.25 |
| Hex | 2F | 77 | 7 | 3D | 0 | 5E | 35 | 63 | 59 | 19 |
| Octal | 57 | 167 | 7 | 75 | 0 | 136 | 65 | 143 | 131 | 31 |
| Binary | 101111 | 1110111 | 111 | 111101 | 0 | 1011110 | 110101 | 1100011 | 1011001 | 11001 |
Color Harmonies of #2F7707
Complementary color
Monochromatic Colors of #2F7707
Black with #2F7707
Text Example
Text Example
White with #2F7707
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F7707; }
p { color: rgb(47,119,7); }
H1.HeaderClassName
{
color: #2F7707;
}
.AnyTagClassName
{
color: #2F7707;
}
</style>
background-color css
<style>
a { background-color: #2F7707; }
a { background-color: rgb(47,119,7); }
div.DivClassName
{
background-color: #2F7707;
}
.BgClassName
{
background-color: #2F7707;
}
</style>
border-color css
<style>
span { border-color: #2F7707; }
span { border-color: rgb(47,119,7); }
td.TdClassName
{
border-color: #2F7707;
}
.TagClassName
{
border-color: #2F7707;
}
</style>