Shades of Bilbao #2F8809
Tints of Bilbao #2F8809
RGB
CMYK
RGB Variations
Color information
#2F8809 (or 0x2F8809) is known color: Bilbao. HEX triplet: 2F, 88 and 09. RGB value is (47,136,9). Sum of RGB (Red+Green+Blue) = 47+136+9=192 (25% of max value = 765). Red value is 47 (18.75% from 255 or 24.48% from 192); Green value is 136 (53.52% from 255 or 70.83% from 192); Blue value is 9 (3.91% from 255 or 4.69% from 192); Max value from RGB is 136 - color contains mainly: green. Hex color #2F8809 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2F8809 is #D077F6. Grayscale: #5F5F5F. Windows color (decimal): -13662199 or 624687. OLE color: 624687.
HSL color Cylindrical-coordinate representation of color #2F8809: hue angle of 102.05º degrees, saturation: 0.88, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #2F8809 is Cyan = 0.65, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 47 | 136 | 9 | - |
| CMYK | 0.65 | 0 | 0.93 | 0.47 |
| HSL | 102.05º | 0.88% | 0.28% | - |
| HSV(B) | 102.05º | 0.93% | 0.53% | - |
| XYZ | 10.03 | 18.23 | 3.25 | - |
| YUV | 94.91 | 79.51 | 93.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 136 | 9 | 0.65 | 0 | 0.93 | 0.47 | 102.05 | 0.88 | 0.28 |
| Hex | 2F | 88 | 9 | 41 | 0 | 5D | 2F | 66 | 58 | 1C |
| Octal | 57 | 210 | 11 | 101 | 0 | 135 | 57 | 146 | 130 | 34 |
| Binary | 101111 | 10001000 | 1001 | 1000001 | 0 | 1011101 | 101111 | 1100110 | 1011000 | 11100 |
Color Harmonies of #2F8809
Complementary color
Monochromatic Colors of #2F8809
Black with #2F8809
Text Example
Text Example
White with #2F8809
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F8809; }
p { color: rgb(47,136,9); }
H1.HeaderClassName
{
color: #2F8809;
}
.AnyTagClassName
{
color: #2F8809;
}
</style>
background-color css
<style>
a { background-color: #2F8809; }
a { background-color: rgb(47,136,9); }
div.DivClassName
{
background-color: #2F8809;
}
.BgClassName
{
background-color: #2F8809;
}
</style>
border-color css
<style>
span { border-color: #2F8809; }
span { border-color: rgb(47,136,9); }
td.TdClassName
{
border-color: #2F8809;
}
.TagClassName
{
border-color: #2F8809;
}
</style>