Shades of Bilbao #2F8608
Tints of Bilbao #2F8608
RGB
CMYK
RGB Variations
Color information
#2F8608 (or 0x2F8608) is known color: Bilbao. HEX triplet: 2F, 86 and 08. RGB value is (47,134,8). Sum of RGB (Red+Green+Blue) = 47+134+8=189 (25% of max value = 765). Red value is 47 (18.75% from 255 or 24.87% from 189); Green value is 134 (52.73% from 255 or 70.90% from 189); Blue value is 8 (3.52% from 255 or 4.23% from 189); Max value from RGB is 134 - color contains mainly: green. Hex color #2F8608 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2F8608 is #D079F7. Grayscale: #5E5E5E. Windows color (decimal): -13662712 or 558639. OLE color: 558639.
HSL color Cylindrical-coordinate representation of color #2F8608: hue angle of 101.43º 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 #2F8608 is Cyan = 0.65, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 47 | 134 | 8 | - |
| CMYK | 0.65 | 0 | 0.94 | 0.47 |
| HSL | 101.43º | 0.89% | 0.28% | - |
| HSV(B) | 101.43º | 0.94% | 0.53% | - |
| XYZ | 9.74 | 17.67 | 3.13 | - |
| YUV | 93.62 | 79.68 | 94.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 134 | 8 | 0.65 | 0 | 0.94 | 0.47 | 101.43 | 0.89 | 0.28 |
| Hex | 2F | 86 | 8 | 41 | 0 | 5E | 2F | 65 | 59 | 1C |
| Octal | 57 | 206 | 10 | 101 | 0 | 136 | 57 | 145 | 131 | 34 |
| Binary | 101111 | 10000110 | 1000 | 1000001 | 0 | 1011110 | 101111 | 1100101 | 1011001 | 11100 |
Color Harmonies of #2F8608
Complementary color
Monochromatic Colors of #2F8608
Black with #2F8608
Text Example
Text Example
White with #2F8608
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F8608; }
p { color: rgb(47,134,8); }
H1.HeaderClassName
{
color: #2F8608;
}
.AnyTagClassName
{
color: #2F8608;
}
</style>
background-color css
<style>
a { background-color: #2F8608; }
a { background-color: rgb(47,134,8); }
div.DivClassName
{
background-color: #2F8608;
}
.BgClassName
{
background-color: #2F8608;
}
</style>
border-color css
<style>
span { border-color: #2F8608; }
span { border-color: rgb(47,134,8); }
td.TdClassName
{
border-color: #2F8608;
}
.TagClassName
{
border-color: #2F8608;
}
</style>