Shades of Bilbao #2F8707
Tints of Bilbao #2F8707
RGB
CMYK
RGB Variations
Color information
#2F8707 (or 0x2F8707) is known color: Bilbao. HEX triplet: 2F, 87 and 07. RGB value is (47,135,7). Sum of RGB (Red+Green+Blue) = 47+135+7=189 (25% of max value = 765). Red value is 47 (18.75% from 255 or 24.87% from 189); Green value is 135 (53.12% from 255 or 71.43% from 189); Blue value is 7 (3.12% from 255 or 3.70% from 189); Max value from RGB is 135 - color contains mainly: green. Hex color #2F8707 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2F8707 is #D078F8. Grayscale: #5E5E5E. Windows color (decimal): -13662457 or 493359. OLE color: 493359.
HSL color Cylindrical-coordinate representation of color #2F8707: hue angle of 101.25º 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 #2F8707 is Cyan = 0.65, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 47 | 135 | 7 | - |
| CMYK | 0.65 | 0 | 0.95 | 0.47 |
| HSL | 101.25º | 0.9% | 0.28% | - |
| HSV(B) | 101.25º | 0.95% | 0.53% | - |
| XYZ | 9.87 | 17.95 | 3.14 | - |
| YUV | 94.1 | 78.85 | 94.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 135 | 7 | 0.65 | 0 | 0.95 | 0.47 | 101.25 | 0.9 | 0.28 |
| Hex | 2F | 87 | 7 | 41 | 0 | 5F | 2F | 65 | 5A | 1C |
| Octal | 57 | 207 | 7 | 101 | 0 | 137 | 57 | 145 | 132 | 34 |
| Binary | 101111 | 10000111 | 111 | 1000001 | 0 | 1011111 | 101111 | 1100101 | 1011010 | 11100 |
Color Harmonies of #2F8707
Complementary color
Monochromatic Colors of #2F8707
Black with #2F8707
Text Example
Text Example
White with #2F8707
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F8707; }
p { color: rgb(47,135,7); }
H1.HeaderClassName
{
color: #2F8707;
}
.AnyTagClassName
{
color: #2F8707;
}
</style>
background-color css
<style>
a { background-color: #2F8707; }
a { background-color: rgb(47,135,7); }
div.DivClassName
{
background-color: #2F8707;
}
.BgClassName
{
background-color: #2F8707;
}
</style>
border-color css
<style>
span { border-color: #2F8707; }
span { border-color: rgb(47,135,7); }
td.TdClassName
{
border-color: #2F8707;
}
.TagClassName
{
border-color: #2F8707;
}
</style>