Shades of Bilbao #2F851F
Tints of Bilbao #2F851F
RGB
CMYK
RGB Variations
Color information
#2F851F (or 0x2F851F) is known color: Bilbao. HEX triplet: 2F, 85 and 1F. RGB value is (47,133,31). Sum of RGB (Red+Green+Blue) = 47+133+31=211 (27% of max value = 765). Red value is 47 (18.75% from 255 or 22.27% from 211); Green value is 133 (52.34% from 255 or 63.03% from 211); Blue value is 31 (12.5% from 255 or 14.69% from 211); Max value from RGB is 133 - color contains mainly: green. Hex color #2F851F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2F851F is #D07AE0. Grayscale: #5F5F5F. Windows color (decimal): -13662945 or 2065711. OLE color: 2065711.
HSL color Cylindrical-coordinate representation of color #2F851F: hue angle of 110.59º degrees, saturation: 0.62, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2F851F is Cyan = 0.65, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 47 | 133 | 31 | - |
| CMYK | 0.65 | 0 | 0.77 | 0.48 |
| HSL | 110.59º | 0.62% | 0.32% | - |
| HSV(B) | 110.59º | 0.77% | 0.52% | - |
| XYZ | 9.81 | 17.48 | 4.15 | - |
| YUV | 95.66 | 91.51 | 93.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 133 | 31 | 0.65 | 0 | 0.77 | 0.48 | 110.59 | 0.62 | 0.32 |
| Hex | 2F | 85 | 1F | 41 | 0 | 4D | 30 | 6F | 3E | 20 |
| Octal | 57 | 205 | 37 | 101 | 0 | 115 | 60 | 157 | 76 | 40 |
| Binary | 101111 | 10000101 | 11111 | 1000001 | 0 | 1001101 | 110000 | 1101111 | 111110 | 100000 |
Color Harmonies of #2F851F
Complementary color
Monochromatic Colors of #2F851F
Black with #2F851F
Text Example
Text Example
White with #2F851F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F851F; }
p { color: rgb(47,133,31); }
H1.HeaderClassName
{
color: #2F851F;
}
.AnyTagClassName
{
color: #2F851F;
}
</style>
background-color css
<style>
a { background-color: #2F851F; }
a { background-color: rgb(47,133,31); }
div.DivClassName
{
background-color: #2F851F;
}
.BgClassName
{
background-color: #2F851F;
}
</style>
border-color css
<style>
span { border-color: #2F851F; }
span { border-color: rgb(47,133,31); }
td.TdClassName
{
border-color: #2F851F;
}
.TagClassName
{
border-color: #2F851F;
}
</style>