Shades of Bilbao #2F7114
Tints of Bilbao #2F7114
RGB
CMYK
RGB Variations
Color information
#2F7114 (or 0x2F7114) is known color: Bilbao. HEX triplet: 2F, 71 and 14. RGB value is (47,113,20). Sum of RGB (Red+Green+Blue) = 47+113+20=180 (23% of max value = 765). Red value is 47 (18.75% from 255 or 26.11% from 180); Green value is 113 (44.53% from 255 or 62.78% from 180); Blue value is 20 (8.20% from 255 or 11.11% from 180); Max value from RGB is 113 - color contains mainly: green. Hex color #2F7114 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2F7114 is #D08EEB. Grayscale: #525252. Windows color (decimal): -13668076 or 1339695. OLE color: 1339695.
HSL color Cylindrical-coordinate representation of color #2F7114: hue angle of 102.58º degrees, saturation: 0.7, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2F7114 is Cyan = 0.58, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 47 | 113 | 20 | - |
| CMYK | 0.58 | 0 | 0.82 | 0.56 |
| HSL | 102.58º | 0.7% | 0.26% | - |
| HSV(B) | 102.58º | 0.82% | 0.44% | - |
| XYZ | 7.2 | 12.47 | 2.69 | - |
| YUV | 82.66 | 92.63 | 102.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 113 | 20 | 0.58 | 0 | 0.82 | 0.56 | 102.58 | 0.7 | 0.26 |
| Hex | 2F | 71 | 14 | 3A | 0 | 52 | 38 | 67 | 46 | 1A |
| Octal | 57 | 161 | 24 | 72 | 0 | 122 | 70 | 147 | 106 | 32 |
| Binary | 101111 | 1110001 | 10100 | 111010 | 0 | 1010010 | 111000 | 1100111 | 1000110 | 11010 |
Color Harmonies of #2F7114
Complementary color
Monochromatic Colors of #2F7114
Black with #2F7114
Text Example
Text Example
White with #2F7114
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F7114; }
p { color: rgb(47,113,20); }
H1.HeaderClassName
{
color: #2F7114;
}
.AnyTagClassName
{
color: #2F7114;
}
</style>
background-color css
<style>
a { background-color: #2F7114; }
a { background-color: rgb(47,113,20); }
div.DivClassName
{
background-color: #2F7114;
}
.BgClassName
{
background-color: #2F7114;
}
</style>
border-color css
<style>
span { border-color: #2F7114; }
span { border-color: rgb(47,113,20); }
td.TdClassName
{
border-color: #2F7114;
}
.TagClassName
{
border-color: #2F7114;
}
</style>