Shades of Bilbao #2F7914
Tints of Bilbao #2F7914
RGB
CMYK
RGB Variations
Color information
#2F7914 (or 0x2F7914) is known color: Bilbao. HEX triplet: 2F, 79 and 14. RGB value is (47,121,20). Sum of RGB (Red+Green+Blue) = 47+121+20=188 (24% of max value = 765). Red value is 47 (18.75% from 255 or 25% from 188); Green value is 121 (47.66% from 255 or 64.36% from 188); Blue value is 20 (8.20% from 255 or 10.64% from 188); Max value from RGB is 121 - color contains mainly: green. Hex color #2F7914 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2F7914 is #D086EB. Grayscale: #575757. Windows color (decimal): -13666028 or 1341743. OLE color: 1341743.
HSL color Cylindrical-coordinate representation of color #2F7914: hue angle of 103.96º degrees, saturation: 0.72, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2F7914 is Cyan = 0.61, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 47 | 121 | 20 | - |
| CMYK | 0.61 | 0 | 0.83 | 0.53 |
| HSL | 103.96º | 0.72% | 0.28% | - |
| HSV(B) | 103.96º | 0.83% | 0.47% | - |
| XYZ | 8.14 | 14.33 | 3 | - |
| YUV | 87.36 | 89.98 | 99.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 121 | 20 | 0.61 | 0 | 0.83 | 0.53 | 103.96 | 0.72 | 0.28 |
| Hex | 2F | 79 | 14 | 3D | 0 | 53 | 35 | 68 | 48 | 1C |
| Octal | 57 | 171 | 24 | 75 | 0 | 123 | 65 | 150 | 110 | 34 |
| Binary | 101111 | 1111001 | 10100 | 111101 | 0 | 1010011 | 110101 | 1101000 | 1001000 | 11100 |
Color Harmonies of #2F7914
Complementary color
Monochromatic Colors of #2F7914
Black with #2F7914
Text Example
Text Example
White with #2F7914
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F7914; }
p { color: rgb(47,121,20); }
H1.HeaderClassName
{
color: #2F7914;
}
.AnyTagClassName
{
color: #2F7914;
}
</style>
background-color css
<style>
a { background-color: #2F7914; }
a { background-color: rgb(47,121,20); }
div.DivClassName
{
background-color: #2F7914;
}
.BgClassName
{
background-color: #2F7914;
}
</style>
border-color css
<style>
span { border-color: #2F7914; }
span { border-color: rgb(47,121,20); }
td.TdClassName
{
border-color: #2F7914;
}
.TagClassName
{
border-color: #2F7914;
}
</style>