Shades of Bilbao #2F811F
Tints of Bilbao #2F811F
RGB
CMYK
RGB Variations
Color information
#2F811F (or 0x2F811F) is known color: Bilbao. HEX triplet: 2F, 81 and 1F. RGB value is (47,129,31). Sum of RGB (Red+Green+Blue) = 47+129+31=207 (27% of max value = 765). Red value is 47 (18.75% from 255 or 22.71% from 207); Green value is 129 (50.78% from 255 or 62.32% from 207); Blue value is 31 (12.5% from 255 or 14.98% from 207); Max value from RGB is 129 - color contains mainly: green. Hex color #2F811F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2F811F is #D07EE0. Grayscale: #5D5D5D. Windows color (decimal): -13663969 or 2064687. OLE color: 2064687.
HSL color Cylindrical-coordinate representation of color #2F811F: hue angle of 110.2º degrees, saturation: 0.61, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2F811F is Cyan = 0.64, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 47 | 129 | 31 | - |
| CMYK | 0.64 | 0 | 0.76 | 0.49 |
| HSL | 110.2º | 0.61% | 0.31% | - |
| HSV(B) | 110.2º | 0.76% | 0.51% | - |
| XYZ | 9.27 | 16.4 | 3.97 | - |
| YUV | 93.31 | 92.83 | 94.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 129 | 31 | 0.64 | 0 | 0.76 | 0.49 | 110.2 | 0.61 | 0.31 |
| Hex | 2F | 81 | 1F | 40 | 0 | 4C | 31 | 6E | 3D | 1F |
| Octal | 57 | 201 | 37 | 100 | 0 | 114 | 61 | 156 | 75 | 37 |
| Binary | 101111 | 10000001 | 11111 | 1000000 | 0 | 1001100 | 110001 | 1101110 | 111101 | 11111 |
Color Harmonies of #2F811F
Complementary color
Monochromatic Colors of #2F811F
Black with #2F811F
Text Example
Text Example
White with #2F811F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F811F; }
p { color: rgb(47,129,31); }
H1.HeaderClassName
{
color: #2F811F;
}
.AnyTagClassName
{
color: #2F811F;
}
</style>
background-color css
<style>
a { background-color: #2F811F; }
a { background-color: rgb(47,129,31); }
div.DivClassName
{
background-color: #2F811F;
}
.BgClassName
{
background-color: #2F811F;
}
</style>
border-color css
<style>
span { border-color: #2F811F; }
span { border-color: rgb(47,129,31); }
td.TdClassName
{
border-color: #2F811F;
}
.TagClassName
{
border-color: #2F811F;
}
</style>