Shades of Bilbao #2F7321
Tints of Bilbao #2F7321
RGB
CMYK
RGB Variations
Color information
#2F7321 (or 0x2F7321) is known color: Bilbao. HEX triplet: 2F, 73 and 21. RGB value is (47,115,33). Sum of RGB (Red+Green+Blue) = 47+115+33=195 (25% of max value = 765). Red value is 47 (18.75% from 255 or 24.10% from 195); Green value is 115 (45.31% from 255 or 58.97% from 195); Blue value is 33 (13.28% from 255 or 16.92% from 195); Max value from RGB is 115 - color contains mainly: green. Hex color #2F7321 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2F7321 is #D08CDE. Grayscale: #555555. Windows color (decimal): -13667551 or 2192175. OLE color: 2192175.
HSL color Cylindrical-coordinate representation of color #2F7321: hue angle of 109.76º degrees, saturation: 0.55, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #2F7321 is Cyan = 0.59, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 47 | 115 | 33 | - |
| CMYK | 0.59 | 0 | 0.71 | 0.55 |
| HSL | 109.76º | 0.55% | 0.29% | - |
| HSV(B) | 109.76º | 0.71% | 0.45% | - |
| XYZ | 7.58 | 12.98 | 3.54 | - |
| YUV | 85.32 | 98.47 | 100.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 115 | 33 | 0.59 | 0 | 0.71 | 0.55 | 109.76 | 0.55 | 0.29 |
| Hex | 2F | 73 | 21 | 3B | 0 | 47 | 37 | 6E | 37 | 1D |
| Octal | 57 | 163 | 41 | 73 | 0 | 107 | 67 | 156 | 67 | 35 |
| Binary | 101111 | 1110011 | 100001 | 111011 | 0 | 1000111 | 110111 | 1101110 | 110111 | 11101 |
Color Harmonies of #2F7321
Complementary color
Monochromatic Colors of #2F7321
Black with #2F7321
Text Example
Text Example
White with #2F7321
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F7321; }
p { color: rgb(47,115,33); }
H1.HeaderClassName
{
color: #2F7321;
}
.AnyTagClassName
{
color: #2F7321;
}
</style>
background-color css
<style>
a { background-color: #2F7321; }
a { background-color: rgb(47,115,33); }
div.DivClassName
{
background-color: #2F7321;
}
.BgClassName
{
background-color: #2F7321;
}
</style>
border-color css
<style>
span { border-color: #2F7321; }
span { border-color: rgb(47,115,33); }
td.TdClassName
{
border-color: #2F7321;
}
.TagClassName
{
border-color: #2F7321;
}
</style>