Shades of Bilbao #2F7004
Tints of Bilbao #2F7004
RGB
CMYK
RGB Variations
Color information
#2F7004 (or 0x2F7004) is known color: Bilbao. HEX triplet: 2F, 70 and 04. RGB value is (47,112,4). Sum of RGB (Red+Green+Blue) = 47+112+4=163 (21% of max value = 765). Red value is 47 (18.75% from 255 or 28.83% from 163); Green value is 112 (44.14% from 255 or 68.71% from 163); Blue value is 4 (1.95% from 255 or 2.45% from 163); Max value from RGB is 112 - color contains mainly: green. Hex color #2F7004 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2F7004 is #D08FFB. Grayscale: #505050. Windows color (decimal): -13668348 or 290863. OLE color: 290863.
HSL color Cylindrical-coordinate representation of color #2F7004: hue angle of 96.11º degrees, saturation: 0.93, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #2F7004 is Cyan = 0.58, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 47 | 112 | 4 | - |
| CMYK | 0.58 | 0 | 0.96 | 0.56 |
| HSL | 96.11º | 0.93% | 0.23% | - |
| HSV(B) | 96.11º | 0.96% | 0.44% | - |
| XYZ | 6.99 | 12.2 | 2.1 | - |
| YUV | 80.25 | 84.97 | 104.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 112 | 4 | 0.58 | 0 | 0.96 | 0.56 | 96.11 | 0.93 | 0.23 |
| Hex | 2F | 70 | 4 | 3A | 0 | 60 | 38 | 60 | 5D | 17 |
| Octal | 57 | 160 | 4 | 72 | 0 | 140 | 70 | 140 | 135 | 27 |
| Binary | 101111 | 1110000 | 100 | 111010 | 0 | 1100000 | 111000 | 1100000 | 1011101 | 10111 |
Color Harmonies of #2F7004
Complementary color
Monochromatic Colors of #2F7004
Black with #2F7004
Text Example
Text Example
White with #2F7004
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F7004; }
p { color: rgb(47,112,4); }
H1.HeaderClassName
{
color: #2F7004;
}
.AnyTagClassName
{
color: #2F7004;
}
</style>
background-color css
<style>
a { background-color: #2F7004; }
a { background-color: rgb(47,112,4); }
div.DivClassName
{
background-color: #2F7004;
}
.BgClassName
{
background-color: #2F7004;
}
</style>
border-color css
<style>
span { border-color: #2F7004; }
span { border-color: rgb(47,112,4); }
td.TdClassName
{
border-color: #2F7004;
}
.TagClassName
{
border-color: #2F7004;
}
</style>