Shades of Bilbao #2F850B
Tints of Bilbao #2F850B
RGB
CMYK
RGB Variations
Color information
#2F850B (or 0x2F850B) is known color: Bilbao. HEX triplet: 2F, 85 and 0B. RGB value is (47,133,11). Sum of RGB (Red+Green+Blue) = 47+133+11=191 (25% of max value = 765). Red value is 47 (18.75% from 255 or 24.61% from 191); Green value is 133 (52.34% from 255 or 69.63% from 191); Blue value is 11 (4.69% from 255 or 5.76% from 191); Max value from RGB is 133 - color contains mainly: green. Hex color #2F850B is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2F850B is #D07AF4. Grayscale: #5D5D5D. Windows color (decimal): -13662965 or 754991. OLE color: 754991.
HSL color Cylindrical-coordinate representation of color #2F850B: hue angle of 102.3º degrees, saturation: 0.85, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #2F850B is Cyan = 0.65, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 47 | 133 | 11 | - |
| CMYK | 0.65 | 0 | 0.92 | 0.48 |
| HSL | 102.3º | 0.85% | 0.28% | - |
| HSV(B) | 102.3º | 0.92% | 0.52% | - |
| XYZ | 9.62 | 17.4 | 3.17 | - |
| YUV | 93.38 | 81.51 | 94.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 133 | 11 | 0.65 | 0 | 0.92 | 0.48 | 102.3 | 0.85 | 0.28 |
| Hex | 2F | 85 | B | 41 | 0 | 5C | 30 | 66 | 55 | 1C |
| Octal | 57 | 205 | 13 | 101 | 0 | 134 | 60 | 146 | 125 | 34 |
| Binary | 101111 | 10000101 | 1011 | 1000001 | 0 | 1011100 | 110000 | 1100110 | 1010101 | 11100 |
Color Harmonies of #2F850B
Complementary color
Monochromatic Colors of #2F850B
Black with #2F850B
Text Example
Text Example
White with #2F850B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F850B; }
p { color: rgb(47,133,11); }
H1.HeaderClassName
{
color: #2F850B;
}
.AnyTagClassName
{
color: #2F850B;
}
</style>
background-color css
<style>
a { background-color: #2F850B; }
a { background-color: rgb(47,133,11); }
div.DivClassName
{
background-color: #2F850B;
}
.BgClassName
{
background-color: #2F850B;
}
</style>
border-color css
<style>
span { border-color: #2F850B; }
span { border-color: rgb(47,133,11); }
td.TdClassName
{
border-color: #2F850B;
}
.TagClassName
{
border-color: #2F850B;
}
</style>