Shades of Bilbao #2F7608
Tints of Bilbao #2F7608
RGB
CMYK
RGB Variations
Color information
#2F7608 (or 0x2F7608) is known color: Bilbao. HEX triplet: 2F, 76 and 08. RGB value is (47,118,8). Sum of RGB (Red+Green+Blue) = 47+118+8=173 (22% of max value = 765). Red value is 47 (18.75% from 255 or 27.17% from 173); Green value is 118 (46.48% from 255 or 68.21% from 173); Blue value is 8 (3.52% from 255 or 4.62% from 173); Max value from RGB is 118 - color contains mainly: green. Hex color #2F7608 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2F7608 is #D089F7. Grayscale: #545454. Windows color (decimal): -13666808 or 554543. OLE color: 554543.
HSL color Cylindrical-coordinate representation of color #2F7608: hue angle of 98.73º degrees, saturation: 0.87, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #2F7608 is Cyan = 0.60, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 47 | 118 | 8 | - |
| CMYK | 0.60 | 0 | 0.93 | 0.54 |
| HSL | 98.73º | 0.87% | 0.25% | - |
| HSV(B) | 98.73º | 0.93% | 0.46% | - |
| XYZ | 7.69 | 13.58 | 2.45 | - |
| YUV | 84.23 | 84.98 | 101.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 118 | 8 | 0.60 | 0 | 0.93 | 0.54 | 98.73 | 0.87 | 0.25 |
| Hex | 2F | 76 | 8 | 3C | 0 | 5D | 36 | 63 | 57 | 19 |
| Octal | 57 | 166 | 10 | 74 | 0 | 135 | 66 | 143 | 127 | 31 |
| Binary | 101111 | 1110110 | 1000 | 111100 | 0 | 1011101 | 110110 | 1100011 | 1010111 | 11001 |
Color Harmonies of #2F7608
Complementary color
Monochromatic Colors of #2F7608
Black with #2F7608
Text Example
Text Example
White with #2F7608
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F7608; }
p { color: rgb(47,118,8); }
H1.HeaderClassName
{
color: #2F7608;
}
.AnyTagClassName
{
color: #2F7608;
}
</style>
background-color css
<style>
a { background-color: #2F7608; }
a { background-color: rgb(47,118,8); }
div.DivClassName
{
background-color: #2F7608;
}
.BgClassName
{
background-color: #2F7608;
}
</style>
border-color css
<style>
span { border-color: #2F7608; }
span { border-color: rgb(47,118,8); }
td.TdClassName
{
border-color: #2F7608;
}
.TagClassName
{
border-color: #2F7608;
}
</style>