Shades of Bilbao #2F9008
Tints of Bilbao #2F9008
RGB
CMYK
RGB Variations
Color information
#2F9008 (or 0x2F9008) is known color: Bilbao. HEX triplet: 2F, 90 and 08. RGB value is (47,144,8). Sum of RGB (Red+Green+Blue) = 47+144+8=199 (26% of max value = 765). Red value is 47 (18.75% from 255 or 23.62% from 199); Green value is 144 (56.64% from 255 or 72.36% from 199); Blue value is 8 (3.52% from 255 or 4.02% from 199); Max value from RGB is 144 - color contains mainly: green. Hex color #2F9008 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2F9008 is #D06FF7. Grayscale: #636363. Windows color (decimal): -13660152 or 561199. OLE color: 561199.
HSL color Cylindrical-coordinate representation of color #2F9008: hue angle of 102.79º degrees, saturation: 0.89, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #2F9008 is Cyan = 0.67, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 47 | 144 | 8 | - |
| CMYK | 0.67 | 0 | 0.94 | 0.44 |
| HSL | 102.79º | 0.89% | 0.3% | - |
| HSV(B) | 102.79º | 0.94% | 0.56% | - |
| XYZ | 11.19 | 20.57 | 3.61 | - |
| YUV | 99.49 | 76.36 | 90.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 144 | 8 | 0.67 | 0 | 0.94 | 0.44 | 102.79 | 0.89 | 0.3 |
| Hex | 2F | 90 | 8 | 43 | 0 | 5E | 2C | 67 | 59 | 1E |
| Octal | 57 | 220 | 10 | 103 | 0 | 136 | 54 | 147 | 131 | 36 |
| Binary | 101111 | 10010000 | 1000 | 1000011 | 0 | 1011110 | 101100 | 1100111 | 1011001 | 11110 |
Color Harmonies of #2F9008
Complementary color
Monochromatic Colors of #2F9008
Black with #2F9008
Text Example
Text Example
White with #2F9008
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F9008; }
p { color: rgb(47,144,8); }
H1.HeaderClassName
{
color: #2F9008;
}
.AnyTagClassName
{
color: #2F9008;
}
</style>
background-color css
<style>
a { background-color: #2F9008; }
a { background-color: rgb(47,144,8); }
div.DivClassName
{
background-color: #2F9008;
}
.BgClassName
{
background-color: #2F9008;
}
</style>
border-color css
<style>
span { border-color: #2F9008; }
span { border-color: rgb(47,144,8); }
td.TdClassName
{
border-color: #2F9008;
}
.TagClassName
{
border-color: #2F9008;
}
</style>