Shades of Bilbao #2F6510
Tints of Bilbao #2F6510
RGB
CMYK
RGB Variations
Color information
#2F6510 (or 0x2F6510) is known color: Bilbao. HEX triplet: 2F, 65 and 10. RGB value is (47,101,16). Sum of RGB (Red+Green+Blue) = 47+101+16=164 (21% of max value = 765). Red value is 47 (18.75% from 255 or 28.66% from 164); Green value is 101 (39.84% from 255 or 61.59% from 164); Blue value is 16 (6.64% from 255 or 9.76% from 164); Max value from RGB is 101 - color contains mainly: green. Hex color #2F6510 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2F6510 is #D09AEF. Grayscale: #4B4B4B. Windows color (decimal): -13671152 or 1074479. OLE color: 1074479.
HSL color Cylindrical-coordinate representation of color #2F6510: hue angle of 98.12º degrees, saturation: 0.73, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2F6510 is Cyan = 0.53, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 47 | 101 | 16 | - |
| CMYK | 0.53 | 0 | 0.84 | 0.60 |
| HSL | 98.12º | 0.73% | 0.23% | - |
| HSV(B) | 98.12º | 0.84% | 0.4% | - |
| XYZ | 5.92 | 9.95 | 2.1 | - |
| YUV | 75.16 | 94.61 | 107.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 101 | 16 | 0.53 | 0 | 0.84 | 0.60 | 98.12 | 0.73 | 0.23 |
| Hex | 2F | 65 | 10 | 35 | 0 | 54 | 3C | 62 | 49 | 17 |
| Octal | 57 | 145 | 20 | 65 | 0 | 124 | 74 | 142 | 111 | 27 |
| Binary | 101111 | 1100101 | 10000 | 110101 | 0 | 1010100 | 111100 | 1100010 | 1001001 | 10111 |
Color Harmonies of #2F6510
Complementary color
Monochromatic Colors of #2F6510
Black with #2F6510
Text Example
Text Example
White with #2F6510
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F6510; }
p { color: rgb(47,101,16); }
H1.HeaderClassName
{
color: #2F6510;
}
.AnyTagClassName
{
color: #2F6510;
}
</style>
background-color css
<style>
a { background-color: #2F6510; }
a { background-color: rgb(47,101,16); }
div.DivClassName
{
background-color: #2F6510;
}
.BgClassName
{
background-color: #2F6510;
}
</style>
border-color css
<style>
span { border-color: #2F6510; }
span { border-color: rgb(47,101,16); }
td.TdClassName
{
border-color: #2F6510;
}
.TagClassName
{
border-color: #2F6510;
}
</style>