Shades of Bilbao #2F710B
Tints of Bilbao #2F710B
RGB
CMYK
RGB Variations
Color information
#2F710B (or 0x2F710B) is known color: Bilbao. HEX triplet: 2F, 71 and 0B. RGB value is (47,113,11). Sum of RGB (Red+Green+Blue) = 47+113+11=171 (22% of max value = 765). Red value is 47 (18.75% from 255 or 27.49% from 171); Green value is 113 (44.53% from 255 or 66.08% from 171); Blue value is 11 (4.69% from 255 or 6.43% from 171); Max value from RGB is 113 - color contains mainly: green. Hex color #2F710B is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2F710B is #D08EF4. Grayscale: #515151. Windows color (decimal): -13668085 or 749871. OLE color: 749871.
HSL color Cylindrical-coordinate representation of color #2F710B: hue angle of 98.82º degrees, saturation: 0.82, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #2F710B is Cyan = 0.58, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 47 | 113 | 11 | - |
| CMYK | 0.58 | 0 | 0.90 | 0.56 |
| HSL | 98.82º | 0.82% | 0.24% | - |
| HSV(B) | 98.82º | 0.9% | 0.44% | - |
| XYZ | 7.14 | 12.44 | 2.34 | - |
| YUV | 81.64 | 88.13 | 103.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 113 | 11 | 0.58 | 0 | 0.90 | 0.56 | 98.82 | 0.82 | 0.24 |
| Hex | 2F | 71 | B | 3A | 0 | 5A | 38 | 63 | 52 | 18 |
| Octal | 57 | 161 | 13 | 72 | 0 | 132 | 70 | 143 | 122 | 30 |
| Binary | 101111 | 1110001 | 1011 | 111010 | 0 | 1011010 | 111000 | 1100011 | 1010010 | 11000 |
Color Harmonies of #2F710B
Complementary color
Monochromatic Colors of #2F710B
Black with #2F710B
Text Example
Text Example
White with #2F710B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F710B; }
p { color: rgb(47,113,11); }
H1.HeaderClassName
{
color: #2F710B;
}
.AnyTagClassName
{
color: #2F710B;
}
</style>
background-color css
<style>
a { background-color: #2F710B; }
a { background-color: rgb(47,113,11); }
div.DivClassName
{
background-color: #2F710B;
}
.BgClassName
{
background-color: #2F710B;
}
</style>
border-color css
<style>
span { border-color: #2F710B; }
span { border-color: rgb(47,113,11); }
td.TdClassName
{
border-color: #2F710B;
}
.TagClassName
{
border-color: #2F710B;
}
</style>