Shades of Bilbao #2F8104
Tints of Bilbao #2F8104
RGB
CMYK
RGB Variations
Color information
#2F8104 (or 0x2F8104) is known color: Bilbao. HEX triplet: 2F, 81 and 04. RGB value is (47,129,4). Sum of RGB (Red+Green+Blue) = 47+129+4=180 (23% of max value = 765). Red value is 47 (18.75% from 255 or 26.11% from 180); Green value is 129 (50.78% from 255 or 71.67% from 180); Blue value is 4 (1.95% from 255 or 2.22% from 180); Max value from RGB is 129 - color contains mainly: green. Hex color #2F8104 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2F8104 is #D07EFB. Grayscale: #5A5A5A. Windows color (decimal): -13663996 or 295215. OLE color: 295215.
HSL color Cylindrical-coordinate representation of color #2F8104: hue angle of 99.36º degrees, saturation: 0.94, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #2F8104 is Cyan = 0.64, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 47 | 129 | 4 | - |
| CMYK | 0.64 | 0 | 0.97 | 0.49 |
| HSL | 99.36º | 0.94% | 0.26% | - |
| HSV(B) | 99.36º | 0.97% | 0.51% | - |
| XYZ | 9.04 | 16.31 | 2.79 | - |
| YUV | 90.23 | 79.33 | 97.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 129 | 4 | 0.64 | 0 | 0.97 | 0.49 | 99.36 | 0.94 | 0.26 |
| Hex | 2F | 81 | 4 | 40 | 0 | 61 | 31 | 63 | 5E | 1A |
| Octal | 57 | 201 | 4 | 100 | 0 | 141 | 61 | 143 | 136 | 32 |
| Binary | 101111 | 10000001 | 100 | 1000000 | 0 | 1100001 | 110001 | 1100011 | 1011110 | 11010 |
Color Harmonies of #2F8104
Complementary color
Monochromatic Colors of #2F8104
Black with #2F8104
Text Example
Text Example
White with #2F8104
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F8104; }
p { color: rgb(47,129,4); }
H1.HeaderClassName
{
color: #2F8104;
}
.AnyTagClassName
{
color: #2F8104;
}
</style>
background-color css
<style>
a { background-color: #2F8104; }
a { background-color: rgb(47,129,4); }
div.DivClassName
{
background-color: #2F8104;
}
.BgClassName
{
background-color: #2F8104;
}
</style>
border-color css
<style>
span { border-color: #2F8104; }
span { border-color: rgb(47,129,4); }
td.TdClassName
{
border-color: #2F8104;
}
.TagClassName
{
border-color: #2F8104;
}
</style>