Shades of Bilbao #2F8808
Tints of Bilbao #2F8808
RGB
CMYK
RGB Variations
Color information
#2F8808 (or 0x2F8808) is known color: Bilbao. HEX triplet: 2F, 88 and 08. RGB value is (47,136,8). Sum of RGB (Red+Green+Blue) = 47+136+8=191 (25% of max value = 765). Red value is 47 (18.75% from 255 or 24.61% from 191); Green value is 136 (53.52% from 255 or 71.20% from 191); Blue value is 8 (3.52% from 255 or 4.19% from 191); Max value from RGB is 136 - color contains mainly: green. Hex color #2F8808 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2F8808 is #D077F7. Grayscale: #5F5F5F. Windows color (decimal): -13662200 or 559151. OLE color: 559151.
HSL color Cylindrical-coordinate representation of color #2F8808: hue angle of 101.72º degrees, saturation: 0.89, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #2F8808 is Cyan = 0.65, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 47 | 136 | 8 | - |
| CMYK | 0.65 | 0 | 0.94 | 0.47 |
| HSL | 101.72º | 0.89% | 0.28% | - |
| HSV(B) | 101.72º | 0.94% | 0.53% | - |
| XYZ | 10.02 | 18.23 | 3.22 | - |
| YUV | 94.8 | 79.01 | 93.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 136 | 8 | 0.65 | 0 | 0.94 | 0.47 | 101.72 | 0.89 | 0.28 |
| Hex | 2F | 88 | 8 | 41 | 0 | 5E | 2F | 66 | 59 | 1C |
| Octal | 57 | 210 | 10 | 101 | 0 | 136 | 57 | 146 | 131 | 34 |
| Binary | 101111 | 10001000 | 1000 | 1000001 | 0 | 1011110 | 101111 | 1100110 | 1011001 | 11100 |
Color Harmonies of #2F8808
Complementary color
Monochromatic Colors of #2F8808
Black with #2F8808
Text Example
Text Example
White with #2F8808
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F8808; }
p { color: rgb(47,136,8); }
H1.HeaderClassName
{
color: #2F8808;
}
.AnyTagClassName
{
color: #2F8808;
}
</style>
background-color css
<style>
a { background-color: #2F8808; }
a { background-color: rgb(47,136,8); }
div.DivClassName
{
background-color: #2F8808;
}
.BgClassName
{
background-color: #2F8808;
}
</style>
border-color css
<style>
span { border-color: #2F8808; }
span { border-color: rgb(47,136,8); }
td.TdClassName
{
border-color: #2F8808;
}
.TagClassName
{
border-color: #2F8808;
}
</style>