Shades of Bilbao #2F700B
Tints of Bilbao #2F700B
RGB
CMYK
RGB Variations
Color information
#2F700B (or 0x2F700B) is known color: Bilbao. HEX triplet: 2F, 70 and 0B. RGB value is (47,112,11). Sum of RGB (Red+Green+Blue) = 47+112+11=170 (22% of max value = 765). Red value is 47 (18.75% from 255 or 27.65% from 170); Green value is 112 (44.14% from 255 or 65.88% from 170); Blue value is 11 (4.69% from 255 or 6.47% from 170); Max value from RGB is 112 - color contains mainly: green. Hex color #2F700B is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2F700B is #D08FF4. Grayscale: #515151. Windows color (decimal): -13668341 or 749615. OLE color: 749615.
HSL color Cylindrical-coordinate representation of color #2F700B: hue angle of 98.61º 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 #2F700B is Cyan = 0.58, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 47 | 112 | 11 | - |
| CMYK | 0.58 | 0 | 0.90 | 0.56 |
| HSL | 98.61º | 0.82% | 0.24% | - |
| HSV(B) | 98.61º | 0.9% | 0.44% | - |
| XYZ | 7.03 | 12.22 | 2.3 | - |
| YUV | 81.05 | 88.47 | 103.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 112 | 11 | 0.58 | 0 | 0.90 | 0.56 | 98.61 | 0.82 | 0.24 |
| Hex | 2F | 70 | B | 3A | 0 | 5A | 38 | 63 | 52 | 18 |
| Octal | 57 | 160 | 13 | 72 | 0 | 132 | 70 | 143 | 122 | 30 |
| Binary | 101111 | 1110000 | 1011 | 111010 | 0 | 1011010 | 111000 | 1100011 | 1010010 | 11000 |
Color Harmonies of #2F700B
Complementary color
Monochromatic Colors of #2F700B
Black with #2F700B
Text Example
Text Example
White with #2F700B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F700B; }
p { color: rgb(47,112,11); }
H1.HeaderClassName
{
color: #2F700B;
}
.AnyTagClassName
{
color: #2F700B;
}
</style>
background-color css
<style>
a { background-color: #2F700B; }
a { background-color: rgb(47,112,11); }
div.DivClassName
{
background-color: #2F700B;
}
.BgClassName
{
background-color: #2F700B;
}
</style>
border-color css
<style>
span { border-color: #2F700B; }
span { border-color: rgb(47,112,11); }
td.TdClassName
{
border-color: #2F700B;
}
.TagClassName
{
border-color: #2F700B;
}
</style>