Shades of Bilbao #2F7020
Tints of Bilbao #2F7020
RGB
CMYK
RGB Variations
Color information
#2F7020 (or 0x2F7020) is known color: Bilbao. HEX triplet: 2F, 70 and 20. RGB value is (47,112,32). Sum of RGB (Red+Green+Blue) = 47+112+32=191 (25% of max value = 765). Red value is 47 (18.75% from 255 or 24.61% from 191); Green value is 112 (44.14% from 255 or 58.64% from 191); Blue value is 32 (12.89% from 255 or 16.75% from 191); Max value from RGB is 112 - color contains mainly: green. Hex color #2F7020 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2F7020 is #D08FDF. Grayscale: #535353. Windows color (decimal): -13668320 or 2125871. OLE color: 2125871.
HSL color Cylindrical-coordinate representation of color #2F7020: hue angle of 108.75º degrees, saturation: 0.56, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #2F7020 is Cyan = 0.58, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 47 | 112 | 32 | - |
| CMYK | 0.58 | 0 | 0.71 | 0.56 |
| HSL | 108.75º | 0.56% | 0.28% | - |
| HSV(B) | 108.75º | 0.71% | 0.44% | - |
| XYZ | 7.23 | 12.3 | 3.36 | - |
| YUV | 83.45 | 98.97 | 102 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 112 | 32 | 0.58 | 0 | 0.71 | 0.56 | 108.75 | 0.56 | 0.28 |
| Hex | 2F | 70 | 20 | 3A | 0 | 47 | 38 | 6D | 38 | 1C |
| Octal | 57 | 160 | 40 | 72 | 0 | 107 | 70 | 155 | 70 | 34 |
| Binary | 101111 | 1110000 | 100000 | 111010 | 0 | 1000111 | 111000 | 1101101 | 111000 | 11100 |
Color Harmonies of #2F7020
Complementary color
Monochromatic Colors of #2F7020
Black with #2F7020
Text Example
Text Example
White with #2F7020
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F7020; }
p { color: rgb(47,112,32); }
H1.HeaderClassName
{
color: #2F7020;
}
.AnyTagClassName
{
color: #2F7020;
}
</style>
background-color css
<style>
a { background-color: #2F7020; }
a { background-color: rgb(47,112,32); }
div.DivClassName
{
background-color: #2F7020;
}
.BgClassName
{
background-color: #2F7020;
}
</style>
border-color css
<style>
span { border-color: #2F7020; }
span { border-color: rgb(47,112,32); }
td.TdClassName
{
border-color: #2F7020;
}
.TagClassName
{
border-color: #2F7020;
}
</style>