Shades of Bilbao #2F7816
Tints of Bilbao #2F7816
RGB
CMYK
RGB Variations
Color information
#2F7816 (or 0x2F7816) is known color: Bilbao. HEX triplet: 2F, 78 and 16. RGB value is (47,120,22). Sum of RGB (Red+Green+Blue) = 47+120+22=189 (25% of max value = 765). Red value is 47 (18.75% from 255 or 24.87% from 189); Green value is 120 (47.27% from 255 or 63.49% from 189); Blue value is 22 (8.98% from 255 or 11.64% from 189); Max value from RGB is 120 - color contains mainly: green. Hex color #2F7816 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2F7816 is #D087E9. Grayscale: #575757. Windows color (decimal): -13666282 or 1472559. OLE color: 1472559.
HSL color Cylindrical-coordinate representation of color #2F7816: hue angle of 104.69º 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 #2F7816 is Cyan = 0.61, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 47 | 120 | 22 | - |
| CMYK | 0.61 | 0 | 0.82 | 0.53 |
| HSL | 104.69º | 0.69% | 0.28% | - |
| HSV(B) | 104.69º | 0.82% | 0.47% | - |
| XYZ | 8.03 | 14.1 | 3.06 | - |
| YUV | 87 | 91.32 | 99.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 120 | 22 | 0.61 | 0 | 0.82 | 0.53 | 104.69 | 0.69 | 0.28 |
| Hex | 2F | 78 | 16 | 3D | 0 | 52 | 35 | 69 | 45 | 1C |
| Octal | 57 | 170 | 26 | 75 | 0 | 122 | 65 | 151 | 105 | 34 |
| Binary | 101111 | 1111000 | 10110 | 111101 | 0 | 1010010 | 110101 | 1101001 | 1000101 | 11100 |
Color Harmonies of #2F7816
Complementary color
Monochromatic Colors of #2F7816
Black with #2F7816
Text Example
Text Example
White with #2F7816
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F7816; }
p { color: rgb(47,120,22); }
H1.HeaderClassName
{
color: #2F7816;
}
.AnyTagClassName
{
color: #2F7816;
}
</style>
background-color css
<style>
a { background-color: #2F7816; }
a { background-color: rgb(47,120,22); }
div.DivClassName
{
background-color: #2F7816;
}
.BgClassName
{
background-color: #2F7816;
}
</style>
border-color css
<style>
span { border-color: #2F7816; }
span { border-color: rgb(47,120,22); }
td.TdClassName
{
border-color: #2F7816;
}
.TagClassName
{
border-color: #2F7816;
}
</style>