Shades of Bilbao #2F6900
Tints of Bilbao #2F6900
RGB
CMYK
RGB Variations
Color information
#2F6900 (or 0x2F6900) is known color: Bilbao. HEX triplet: 2F, 69 and 00. RGB value is (47,105,0). Sum of RGB (Red+Green+Blue) = 47+105+0=152 (20% of max value = 765). Red value is 47 (18.75% from 255 or 30.92% from 152); Green value is 105 (41.41% from 255 or 69.08% from 152); Blue value is 0 (0.39% from 255 or 0% from 152); Max value from RGB is 105 - color contains mainly: green. Hex color #2F6900 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2F6900 is #D096FF. Grayscale: #4C4C4C. Windows color (decimal): -13670144 or 26927. OLE color: 26927.
HSL color Cylindrical-coordinate representation of color #2F6900: hue angle of 93.14º degrees, saturation: 1, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 1%. Process color model (Four color, CMYK) of #2F6900 is Cyan = 0.55, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 47 | 105 | 0 | - |
| CMYK | 0.55 | 0 | 1 | 0.59 |
| HSL | 93.14º | 1% | 0.21% | - |
| HSV(B) | 93.14º | 1% | 0.41% | - |
| XYZ | 6.22 | 10.71 | 1.74 | - |
| YUV | 75.69 | 85.28 | 107.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 105 | 0 | 0.55 | 0 | 1 | 0.59 | 93.14 | 1 | 0.21 |
| Hex | 2F | 69 | 0 | 37 | 0 | 64 | 3B | 5D | 64 | 15 |
| Octal | 57 | 151 | 0 | 67 | 0 | 144 | 73 | 135 | 144 | 25 |
| Binary | 101111 | 1101001 | 0 | 110111 | 0 | 1100100 | 111011 | 1011101 | 1100100 | 10101 |
Color Harmonies of #2F6900
Complementary color
Monochromatic Colors of #2F6900
Black with #2F6900
Text Example
Text Example
White with #2F6900
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F6900; }
p { color: rgb(47,105,0); }
H1.HeaderClassName
{
color: #2F6900;
}
.AnyTagClassName
{
color: #2F6900;
}
</style>
background-color css
<style>
a { background-color: #2F6900; }
a { background-color: rgb(47,105,0); }
div.DivClassName
{
background-color: #2F6900;
}
.BgClassName
{
background-color: #2F6900;
}
</style>
border-color css
<style>
span { border-color: #2F6900; }
span { border-color: rgb(47,105,0); }
td.TdClassName
{
border-color: #2F6900;
}
.TagClassName
{
border-color: #2F6900;
}
</style>