Shades of Bilbao #2F6903
Tints of Bilbao #2F6903
RGB
CMYK
RGB Variations
Color information
#2F6903 (or 0x2F6903) is known color: Bilbao. HEX triplet: 2F, 69 and 03. RGB value is (47,105,3). Sum of RGB (Red+Green+Blue) = 47+105+3=155 (20% of max value = 765). Red value is 47 (18.75% from 255 or 30.32% from 155); Green value is 105 (41.41% from 255 or 67.74% from 155); Blue value is 3 (1.56% from 255 or 1.94% from 155); Max value from RGB is 105 - color contains mainly: green. Hex color #2F6903 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2F6903 is #D096FC. Grayscale: #4C4C4C. Windows color (decimal): -13670141 or 223535. OLE color: 223535.
HSL color Cylindrical-coordinate representation of color #2F6903: hue angle of 94.12º degrees, saturation: 0.94, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #2F6903 is Cyan = 0.55, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 47 | 105 | 3 | - |
| CMYK | 0.55 | 0 | 0.97 | 0.59 |
| HSL | 94.12º | 0.94% | 0.21% | - |
| HSV(B) | 94.12º | 0.97% | 0.41% | - |
| XYZ | 6.24 | 10.71 | 1.83 | - |
| YUV | 76.03 | 86.78 | 107.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 105 | 3 | 0.55 | 0 | 0.97 | 0.59 | 94.12 | 0.94 | 0.21 |
| Hex | 2F | 69 | 3 | 37 | 0 | 61 | 3B | 5E | 5E | 15 |
| Octal | 57 | 151 | 3 | 67 | 0 | 141 | 73 | 136 | 136 | 25 |
| Binary | 101111 | 1101001 | 11 | 110111 | 0 | 1100001 | 111011 | 1011110 | 1011110 | 10101 |
Color Harmonies of #2F6903
Complementary color
Monochromatic Colors of #2F6903
Black with #2F6903
Text Example
Text Example
White with #2F6903
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F6903; }
p { color: rgb(47,105,3); }
H1.HeaderClassName
{
color: #2F6903;
}
.AnyTagClassName
{
color: #2F6903;
}
</style>
background-color css
<style>
a { background-color: #2F6903; }
a { background-color: rgb(47,105,3); }
div.DivClassName
{
background-color: #2F6903;
}
.BgClassName
{
background-color: #2F6903;
}
</style>
border-color css
<style>
span { border-color: #2F6903; }
span { border-color: rgb(47,105,3); }
td.TdClassName
{
border-color: #2F6903;
}
.TagClassName
{
border-color: #2F6903;
}
</style>