Shades of Bilbao #2F711D
Tints of Bilbao #2F711D
RGB
CMYK
RGB Variations
Color information
#2F711D (or 0x2F711D) is known color: Bilbao. HEX triplet: 2F, 71 and 1D. RGB value is (47,113,29). Sum of RGB (Red+Green+Blue) = 47+113+29=189 (25% of max value = 765). Red value is 47 (18.75% from 255 or 24.87% from 189); Green value is 113 (44.53% from 255 or 59.79% from 189); Blue value is 29 (11.72% from 255 or 15.34% from 189); Max value from RGB is 113 - color contains mainly: green. Hex color #2F711D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2F711D is #D08EE2. Grayscale: #535353. Windows color (decimal): -13668067 or 1929519. OLE color: 1929519.
HSL color Cylindrical-coordinate representation of color #2F711D: hue angle of 107.14º degrees, saturation: 0.59, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #2F711D is Cyan = 0.58, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 47 | 113 | 29 | - |
| CMYK | 0.58 | 0 | 0.74 | 0.56 |
| HSL | 107.14º | 0.59% | 0.28% | - |
| HSV(B) | 107.14º | 0.74% | 0.44% | - |
| XYZ | 7.3 | 12.5 | 3.19 | - |
| YUV | 83.69 | 97.13 | 101.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 113 | 29 | 0.58 | 0 | 0.74 | 0.56 | 107.14 | 0.59 | 0.28 |
| Hex | 2F | 71 | 1D | 3A | 0 | 4A | 38 | 6B | 3B | 1C |
| Octal | 57 | 161 | 35 | 72 | 0 | 112 | 70 | 153 | 73 | 34 |
| Binary | 101111 | 1110001 | 11101 | 111010 | 0 | 1001010 | 111000 | 1101011 | 111011 | 11100 |
Color Harmonies of #2F711D
Complementary color
Monochromatic Colors of #2F711D
Black with #2F711D
Text Example
Text Example
White with #2F711D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F711D; }
p { color: rgb(47,113,29); }
H1.HeaderClassName
{
color: #2F711D;
}
.AnyTagClassName
{
color: #2F711D;
}
</style>
background-color css
<style>
a { background-color: #2F711D; }
a { background-color: rgb(47,113,29); }
div.DivClassName
{
background-color: #2F711D;
}
.BgClassName
{
background-color: #2F711D;
}
</style>
border-color css
<style>
span { border-color: #2F711D; }
span { border-color: rgb(47,113,29); }
td.TdClassName
{
border-color: #2F711D;
}
.TagClassName
{
border-color: #2F711D;
}
</style>