Shades of Bilbao #2F7700
Tints of Bilbao #2F7700
RGB
CMYK
RGB Variations
Color information
#2F7700 (or 0x2F7700) is known color: Bilbao. HEX triplet: 2F, 77 and 00. RGB value is (47,119,0). Sum of RGB (Red+Green+Blue) = 47+119+0=166 (21% of max value = 765). Red value is 47 (18.75% from 255 or 28.31% from 166); Green value is 119 (46.88% from 255 or 71.69% from 166); Blue value is 0 (0.39% from 255 or 0% from 166); Max value from RGB is 119 - color contains mainly: green. Hex color #2F7700 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2F7700 is #D088FF. Grayscale: #545454. Windows color (decimal): -13666560 or 30511. OLE color: 30511.
HSL color Cylindrical-coordinate representation of color #2F7700: hue angle of 96.3º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 1%. Process color model (Four color, CMYK) of #2F7700 is Cyan = 0.61, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 47 | 119 | 0 | - |
| CMYK | 0.61 | 0 | 1 | 0.53 |
| HSL | 96.3º | 1% | 0.23% | - |
| HSV(B) | 96.3º | 1% | 0.47% | - |
| XYZ | 7.77 | 13.8 | 2.25 | - |
| YUV | 83.91 | 80.65 | 101.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 119 | 0 | 0.61 | 0 | 1 | 0.53 | 96.3 | 1 | 0.23 |
| Hex | 2F | 77 | 0 | 3D | 0 | 64 | 35 | 60 | 64 | 17 |
| Octal | 57 | 167 | 0 | 75 | 0 | 144 | 65 | 140 | 144 | 27 |
| Binary | 101111 | 1110111 | 0 | 111101 | 0 | 1100100 | 110101 | 1100000 | 1100100 | 10111 |
Color Harmonies of #2F7700
Complementary color
Monochromatic Colors of #2F7700
Black with #2F7700
Text Example
Text Example
White with #2F7700
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F7700; }
p { color: rgb(47,119,0); }
H1.HeaderClassName
{
color: #2F7700;
}
.AnyTagClassName
{
color: #2F7700;
}
</style>
background-color css
<style>
a { background-color: #2F7700; }
a { background-color: rgb(47,119,0); }
div.DivClassName
{
background-color: #2F7700;
}
.BgClassName
{
background-color: #2F7700;
}
</style>
border-color css
<style>
span { border-color: #2F7700; }
span { border-color: rgb(47,119,0); }
td.TdClassName
{
border-color: #2F7700;
}
.TagClassName
{
border-color: #2F7700;
}
</style>