Shades of Bilbao #2F770A
Tints of Bilbao #2F770A
RGB
CMYK
RGB Variations
Color information
#2F770A (or 0x2F770A) is known color: Bilbao. HEX triplet: 2F, 77 and 0A. RGB value is (47,119,10). Sum of RGB (Red+Green+Blue) = 47+119+10=176 (23% of max value = 765). Red value is 47 (18.75% from 255 or 26.70% from 176); Green value is 119 (46.88% from 255 or 67.61% from 176); Blue value is 10 (4.30% from 255 or 5.68% from 176); Max value from RGB is 119 - color contains mainly: green. Hex color #2F770A is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2F770A is #D088F5. Grayscale: #555555. Windows color (decimal): -13666550 or 685871. OLE color: 685871.
HSL color Cylindrical-coordinate representation of color #2F770A: hue angle of 99.63º degrees, saturation: 0.84, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #2F770A is Cyan = 0.61, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 47 | 119 | 10 | - |
| CMYK | 0.61 | 0 | 0.92 | 0.53 |
| HSL | 99.63º | 0.84% | 0.25% | - |
| HSV(B) | 99.63º | 0.92% | 0.47% | - |
| XYZ | 7.82 | 13.82 | 2.54 | - |
| YUV | 85.05 | 85.65 | 100.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 119 | 10 | 0.61 | 0 | 0.92 | 0.53 | 99.63 | 0.84 | 0.25 |
| Hex | 2F | 77 | A | 3D | 0 | 5C | 35 | 64 | 54 | 19 |
| Octal | 57 | 167 | 12 | 75 | 0 | 134 | 65 | 144 | 124 | 31 |
| Binary | 101111 | 1110111 | 1010 | 111101 | 0 | 1011100 | 110101 | 1100100 | 1010100 | 11001 |
Color Harmonies of #2F770A
Complementary color
Monochromatic Colors of #2F770A
Black with #2F770A
Text Example
Text Example
White with #2F770A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F770A; }
p { color: rgb(47,119,10); }
H1.HeaderClassName
{
color: #2F770A;
}
.AnyTagClassName
{
color: #2F770A;
}
</style>
background-color css
<style>
a { background-color: #2F770A; }
a { background-color: rgb(47,119,10); }
div.DivClassName
{
background-color: #2F770A;
}
.BgClassName
{
background-color: #2F770A;
}
</style>
border-color css
<style>
span { border-color: #2F770A; }
span { border-color: rgb(47,119,10); }
td.TdClassName
{
border-color: #2F770A;
}
.TagClassName
{
border-color: #2F770A;
}
</style>