Shades of Bilbao #2F7003
Tints of Bilbao #2F7003
RGB
CMYK
RGB Variations
Color information
#2F7003 (or 0x2F7003) is known color: Bilbao. HEX triplet: 2F, 70 and 03. RGB value is (47,112,3). Sum of RGB (Red+Green+Blue) = 47+112+3=162 (21% of max value = 765). Red value is 47 (18.75% from 255 or 29.01% from 162); Green value is 112 (44.14% from 255 or 69.14% from 162); Blue value is 3 (1.56% from 255 or 1.85% from 162); Max value from RGB is 112 - color contains mainly: green. Hex color #2F7003 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2F7003 is #D08FFC. Grayscale: #505050. Windows color (decimal): -13668349 or 225327. OLE color: 225327.
HSL color Cylindrical-coordinate representation of color #2F7003: hue angle of 95.78º degrees, saturation: 0.95, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #2F7003 is Cyan = 0.58, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 47 | 112 | 3 | - |
| CMYK | 0.58 | 0 | 0.97 | 0.56 |
| HSL | 95.78º | 0.95% | 0.23% | - |
| HSV(B) | 95.78º | 0.97% | 0.44% | - |
| XYZ | 6.98 | 12.2 | 2.07 | - |
| YUV | 80.14 | 84.47 | 104.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 112 | 3 | 0.58 | 0 | 0.97 | 0.56 | 95.78 | 0.95 | 0.23 |
| Hex | 2F | 70 | 3 | 3A | 0 | 61 | 38 | 60 | 5F | 17 |
| Octal | 57 | 160 | 3 | 72 | 0 | 141 | 70 | 140 | 137 | 27 |
| Binary | 101111 | 1110000 | 11 | 111010 | 0 | 1100001 | 111000 | 1100000 | 1011111 | 10111 |
Color Harmonies of #2F7003
Complementary color
Monochromatic Colors of #2F7003
Black with #2F7003
Text Example
Text Example
White with #2F7003
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F7003; }
p { color: rgb(47,112,3); }
H1.HeaderClassName
{
color: #2F7003;
}
.AnyTagClassName
{
color: #2F7003;
}
</style>
background-color css
<style>
a { background-color: #2F7003; }
a { background-color: rgb(47,112,3); }
div.DivClassName
{
background-color: #2F7003;
}
.BgClassName
{
background-color: #2F7003;
}
</style>
border-color css
<style>
span { border-color: #2F7003; }
span { border-color: rgb(47,112,3); }
td.TdClassName
{
border-color: #2F7003;
}
.TagClassName
{
border-color: #2F7003;
}
</style>