Shades of Bilbao #2F7513
Tints of Bilbao #2F7513
RGB
CMYK
RGB Variations
Color information
#2F7513 (or 0x2F7513) is known color: Bilbao. HEX triplet: 2F, 75 and 13. RGB value is (47,117,19). Sum of RGB (Red+Green+Blue) = 47+117+19=183 (24% of max value = 765). Red value is 47 (18.75% from 255 or 25.68% from 183); Green value is 117 (46.09% from 255 or 63.93% from 183); Blue value is 19 (7.81% from 255 or 10.38% from 183); Max value from RGB is 117 - color contains mainly: green. Hex color #2F7513 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2F7513 is #D08AEC. Grayscale: #555555. Windows color (decimal): -13667053 or 1275183. OLE color: 1275183.
HSL color Cylindrical-coordinate representation of color #2F7513: hue angle of 102.86º degrees, saturation: 0.72, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2F7513 is Cyan = 0.60, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 47 | 117 | 19 | - |
| CMYK | 0.60 | 0 | 0.84 | 0.54 |
| HSL | 102.86º | 0.72% | 0.27% | - |
| HSV(B) | 102.86º | 0.84% | 0.46% | - |
| XYZ | 7.65 | 13.37 | 2.79 | - |
| YUV | 84.9 | 90.81 | 100.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 117 | 19 | 0.60 | 0 | 0.84 | 0.54 | 102.86 | 0.72 | 0.27 |
| Hex | 2F | 75 | 13 | 3C | 0 | 54 | 36 | 67 | 48 | 1B |
| Octal | 57 | 165 | 23 | 74 | 0 | 124 | 66 | 147 | 110 | 33 |
| Binary | 101111 | 1110101 | 10011 | 111100 | 0 | 1010100 | 110110 | 1100111 | 1001000 | 11011 |
Color Harmonies of #2F7513
Complementary color
Monochromatic Colors of #2F7513
Black with #2F7513
Text Example
Text Example
White with #2F7513
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F7513; }
p { color: rgb(47,117,19); }
H1.HeaderClassName
{
color: #2F7513;
}
.AnyTagClassName
{
color: #2F7513;
}
</style>
background-color css
<style>
a { background-color: #2F7513; }
a { background-color: rgb(47,117,19); }
div.DivClassName
{
background-color: #2F7513;
}
.BgClassName
{
background-color: #2F7513;
}
</style>
border-color css
<style>
span { border-color: #2F7513; }
span { border-color: rgb(47,117,19); }
td.TdClassName
{
border-color: #2F7513;
}
.TagClassName
{
border-color: #2F7513;
}
</style>