Shades of Bilbao #2F7717
Tints of Bilbao #2F7717
RGB
CMYK
RGB Variations
Color information
#2F7717 (or 0x2F7717) is known color: Bilbao. HEX triplet: 2F, 77 and 17. RGB value is (47,119,23). Sum of RGB (Red+Green+Blue) = 47+119+23=189 (25% of max value = 765). Red value is 47 (18.75% from 255 or 24.87% from 189); Green value is 119 (46.88% from 255 or 62.96% from 189); Blue value is 23 (9.38% from 255 or 12.17% from 189); Max value from RGB is 119 - color contains mainly: green. Hex color #2F7717 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2F7717 is #D088E8. Grayscale: #565656. Windows color (decimal): -13666537 or 1537839. OLE color: 1537839.
HSL color Cylindrical-coordinate representation of color #2F7717: hue angle of 105º degrees, saturation: 0.68, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2F7717 is Cyan = 0.61, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 47 | 119 | 23 | - |
| CMYK | 0.61 | 0 | 0.81 | 0.53 |
| HSL | 105º | 0.68% | 0.28% | - |
| HSV(B) | 105º | 0.81% | 0.47% | - |
| XYZ | 7.92 | 13.86 | 3.07 | - |
| YUV | 86.53 | 92.15 | 99.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 119 | 23 | 0.61 | 0 | 0.81 | 0.53 | 105 | 0.68 | 0.28 |
| Hex | 2F | 77 | 17 | 3D | 0 | 51 | 35 | 69 | 44 | 1C |
| Octal | 57 | 167 | 27 | 75 | 0 | 121 | 65 | 151 | 104 | 34 |
| Binary | 101111 | 1110111 | 10111 | 111101 | 0 | 1010001 | 110101 | 1101001 | 1000100 | 11100 |
Color Harmonies of #2F7717
Complementary color
Monochromatic Colors of #2F7717
Black with #2F7717
Text Example
Text Example
White with #2F7717
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F7717; }
p { color: rgb(47,119,23); }
H1.HeaderClassName
{
color: #2F7717;
}
.AnyTagClassName
{
color: #2F7717;
}
</style>
background-color css
<style>
a { background-color: #2F7717; }
a { background-color: rgb(47,119,23); }
div.DivClassName
{
background-color: #2F7717;
}
.BgClassName
{
background-color: #2F7717;
}
</style>
border-color css
<style>
span { border-color: #2F7717; }
span { border-color: rgb(47,119,23); }
td.TdClassName
{
border-color: #2F7717;
}
.TagClassName
{
border-color: #2F7717;
}
</style>