Shades of Bilbao #2F7016
Tints of Bilbao #2F7016
RGB
CMYK
RGB Variations
Color information
#2F7016 (or 0x2F7016) is known color: Bilbao. HEX triplet: 2F, 70 and 16. RGB value is (47,112,22). Sum of RGB (Red+Green+Blue) = 47+112+22=181 (23% of max value = 765). Red value is 47 (18.75% from 255 or 25.97% from 181); Green value is 112 (44.14% from 255 or 61.88% from 181); Blue value is 22 (8.98% from 255 or 12.15% from 181); Max value from RGB is 112 - color contains mainly: green. Hex color #2F7016 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2F7016 is #D08FE9. Grayscale: #525252. Windows color (decimal): -13668330 or 1470511. OLE color: 1470511.
HSL color Cylindrical-coordinate representation of color #2F7016: hue angle of 103.33º degrees, saturation: 0.67, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2F7016 is Cyan = 0.58, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 47 | 112 | 22 | - |
| CMYK | 0.58 | 0 | 0.80 | 0.56 |
| HSL | 103.33º | 0.67% | 0.26% | - |
| HSV(B) | 103.33º | 0.8% | 0.44% | - |
| XYZ | 7.11 | 12.25 | 2.75 | - |
| YUV | 82.31 | 93.97 | 102.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 112 | 22 | 0.58 | 0 | 0.80 | 0.56 | 103.33 | 0.67 | 0.26 |
| Hex | 2F | 70 | 16 | 3A | 0 | 50 | 38 | 67 | 43 | 1A |
| Octal | 57 | 160 | 26 | 72 | 0 | 120 | 70 | 147 | 103 | 32 |
| Binary | 101111 | 1110000 | 10110 | 111010 | 0 | 1010000 | 111000 | 1100111 | 1000011 | 11010 |
Color Harmonies of #2F7016
Complementary color
Monochromatic Colors of #2F7016
Black with #2F7016
Text Example
Text Example
White with #2F7016
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F7016; }
p { color: rgb(47,112,22); }
H1.HeaderClassName
{
color: #2F7016;
}
.AnyTagClassName
{
color: #2F7016;
}
</style>
background-color css
<style>
a { background-color: #2F7016; }
a { background-color: rgb(47,112,22); }
div.DivClassName
{
background-color: #2F7016;
}
.BgClassName
{
background-color: #2F7016;
}
</style>
border-color css
<style>
span { border-color: #2F7016; }
span { border-color: rgb(47,112,22); }
td.TdClassName
{
border-color: #2F7016;
}
.TagClassName
{
border-color: #2F7016;
}
</style>