Shades of Bilbao #2F7716
Tints of Bilbao #2F7716
RGB
CMYK
RGB Variations
Color information
#2F7716 (or 0x2F7716) is known color: Bilbao. HEX triplet: 2F, 77 and 16. RGB value is (47,119,22). Sum of RGB (Red+Green+Blue) = 47+119+22=188 (24% of max value = 765). Red value is 47 (18.75% from 255 or 25% from 188); Green value is 119 (46.88% from 255 or 63.30% from 188); Blue value is 22 (8.98% from 255 or 11.70% from 188); Max value from RGB is 119 - color contains mainly: green. Hex color #2F7716 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2F7716 is #D088E9. Grayscale: #565656. Windows color (decimal): -13666538 or 1472303. OLE color: 1472303.
HSL color Cylindrical-coordinate representation of color #2F7716: hue angle of 104.54º degrees, saturation: 0.69, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2F7716 is Cyan = 0.61, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 47 | 119 | 22 | - |
| CMYK | 0.61 | 0 | 0.82 | 0.53 |
| HSL | 104.54º | 0.69% | 0.28% | - |
| HSV(B) | 104.54º | 0.82% | 0.47% | - |
| XYZ | 7.91 | 13.86 | 3.02 | - |
| YUV | 86.41 | 91.65 | 99.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 119 | 22 | 0.61 | 0 | 0.82 | 0.53 | 104.54 | 0.69 | 0.28 |
| Hex | 2F | 77 | 16 | 3D | 0 | 52 | 35 | 69 | 45 | 1C |
| Octal | 57 | 167 | 26 | 75 | 0 | 122 | 65 | 151 | 105 | 34 |
| Binary | 101111 | 1110111 | 10110 | 111101 | 0 | 1010010 | 110101 | 1101001 | 1000101 | 11100 |
Color Harmonies of #2F7716
Complementary color
Monochromatic Colors of #2F7716
Black with #2F7716
Text Example
Text Example
White with #2F7716
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F7716; }
p { color: rgb(47,119,22); }
H1.HeaderClassName
{
color: #2F7716;
}
.AnyTagClassName
{
color: #2F7716;
}
</style>
background-color css
<style>
a { background-color: #2F7716; }
a { background-color: rgb(47,119,22); }
div.DivClassName
{
background-color: #2F7716;
}
.BgClassName
{
background-color: #2F7716;
}
</style>
border-color css
<style>
span { border-color: #2F7716; }
span { border-color: rgb(47,119,22); }
td.TdClassName
{
border-color: #2F7716;
}
.TagClassName
{
border-color: #2F7716;
}
</style>