Shades of Bilbao #2F7322
Tints of Bilbao #2F7322
RGB
CMYK
RGB Variations
Color information
#2F7322 (or 0x2F7322) is known color: Bilbao. HEX triplet: 2F, 73 and 22. RGB value is (47,115,34). Sum of RGB (Red+Green+Blue) = 47+115+34=196 (25% of max value = 765). Red value is 47 (18.75% from 255 or 23.98% from 196); Green value is 115 (45.31% from 255 or 58.67% from 196); Blue value is 34 (13.67% from 255 or 17.35% from 196); Max value from RGB is 115 - color contains mainly: green. Hex color #2F7322 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2F7322 is #D08CDD. Grayscale: #555555. Windows color (decimal): -13667550 or 2257711. OLE color: 2257711.
HSL color Cylindrical-coordinate representation of color #2F7322: hue angle of 110.37º degrees, saturation: 0.54, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #2F7322 is Cyan = 0.59, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 47 | 115 | 34 | - |
| CMYK | 0.59 | 0 | 0.70 | 0.55 |
| HSL | 110.37º | 0.54% | 0.29% | - |
| HSV(B) | 110.37º | 0.7% | 0.45% | - |
| XYZ | 7.59 | 12.98 | 3.62 | - |
| YUV | 85.43 | 98.97 | 100.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 115 | 34 | 0.59 | 0 | 0.70 | 0.55 | 110.37 | 0.54 | 0.29 |
| Hex | 2F | 73 | 22 | 3B | 0 | 46 | 37 | 6E | 36 | 1D |
| Octal | 57 | 163 | 42 | 73 | 0 | 106 | 67 | 156 | 66 | 35 |
| Binary | 101111 | 1110011 | 100010 | 111011 | 0 | 1000110 | 110111 | 1101110 | 110110 | 11101 |
Color Harmonies of #2F7322
Complementary color
Monochromatic Colors of #2F7322
Black with #2F7322
Text Example
Text Example
White with #2F7322
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F7322; }
p { color: rgb(47,115,34); }
H1.HeaderClassName
{
color: #2F7322;
}
.AnyTagClassName
{
color: #2F7322;
}
</style>
background-color css
<style>
a { background-color: #2F7322; }
a { background-color: rgb(47,115,34); }
div.DivClassName
{
background-color: #2F7322;
}
.BgClassName
{
background-color: #2F7322;
}
</style>
border-color css
<style>
span { border-color: #2F7322; }
span { border-color: rgb(47,115,34); }
td.TdClassName
{
border-color: #2F7322;
}
.TagClassName
{
border-color: #2F7322;
}
</style>