Shades of Bilbao #2F8807
Tints of Bilbao #2F8807
RGB
CMYK
RGB Variations
Color information
#2F8807 (or 0x2F8807) is known color: Bilbao. HEX triplet: 2F, 88 and 07. RGB value is (47,136,7). Sum of RGB (Red+Green+Blue) = 47+136+7=190 (25% of max value = 765). Red value is 47 (18.75% from 255 or 24.74% from 190); Green value is 136 (53.52% from 255 or 71.58% from 190); Blue value is 7 (3.12% from 255 or 3.68% from 190); Max value from RGB is 136 - color contains mainly: green. Hex color #2F8807 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2F8807 is #D077F8. Grayscale: #5F5F5F. Windows color (decimal): -13662201 or 493615. OLE color: 493615.
HSL color Cylindrical-coordinate representation of color #2F8807: hue angle of 101.4º degrees, saturation: 0.9, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #2F8807 is Cyan = 0.65, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 47 | 136 | 7 | - |
| CMYK | 0.65 | 0 | 0.95 | 0.47 |
| HSL | 101.4º | 0.9% | 0.28% | - |
| HSV(B) | 101.4º | 0.95% | 0.53% | - |
| XYZ | 10.01 | 18.23 | 3.19 | - |
| YUV | 94.68 | 78.51 | 93.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 136 | 7 | 0.65 | 0 | 0.95 | 0.47 | 101.4 | 0.9 | 0.28 |
| Hex | 2F | 88 | 7 | 41 | 0 | 5F | 2F | 65 | 5A | 1C |
| Octal | 57 | 210 | 7 | 101 | 0 | 137 | 57 | 145 | 132 | 34 |
| Binary | 101111 | 10001000 | 111 | 1000001 | 0 | 1011111 | 101111 | 1100101 | 1011010 | 11100 |
Color Harmonies of #2F8807
Complementary color
Monochromatic Colors of #2F8807
Black with #2F8807
Text Example
Text Example
White with #2F8807
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F8807; }
p { color: rgb(47,136,7); }
H1.HeaderClassName
{
color: #2F8807;
}
.AnyTagClassName
{
color: #2F8807;
}
</style>
background-color css
<style>
a { background-color: #2F8807; }
a { background-color: rgb(47,136,7); }
div.DivClassName
{
background-color: #2F8807;
}
.BgClassName
{
background-color: #2F8807;
}
</style>
border-color css
<style>
span { border-color: #2F8807; }
span { border-color: rgb(47,136,7); }
td.TdClassName
{
border-color: #2F8807;
}
.TagClassName
{
border-color: #2F8807;
}
</style>