Shades of Bilbao #2F8714
Tints of Bilbao #2F8714
RGB
CMYK
RGB Variations
Color information
#2F8714 (or 0x2F8714) is known color: Bilbao. HEX triplet: 2F, 87 and 14. RGB value is (47,135,20). Sum of RGB (Red+Green+Blue) = 47+135+20=202 (26% of max value = 765). Red value is 47 (18.75% from 255 or 23.27% from 202); Green value is 135 (53.12% from 255 or 66.83% from 202); Blue value is 20 (8.20% from 255 or 9.90% from 202); Max value from RGB is 135 - color contains mainly: green. Hex color #2F8714 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2F8714 is #D078EB. Grayscale: #5F5F5F. Windows color (decimal): -13662444 or 1345327. OLE color: 1345327.
HSL color Cylindrical-coordinate representation of color #2F8714: hue angle of 105.91º degrees, saturation: 0.74, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2F8714 is Cyan = 0.65, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 47 | 135 | 20 | - |
| CMYK | 0.65 | 0 | 0.85 | 0.47 |
| HSL | 105.91º | 0.74% | 0.3% | - |
| HSV(B) | 105.91º | 0.85% | 0.53% | - |
| XYZ | 9.96 | 17.98 | 3.61 | - |
| YUV | 95.58 | 85.35 | 93.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 135 | 20 | 0.65 | 0 | 0.85 | 0.47 | 105.91 | 0.74 | 0.3 |
| Hex | 2F | 87 | 14 | 41 | 0 | 55 | 2F | 6A | 4A | 1E |
| Octal | 57 | 207 | 24 | 101 | 0 | 125 | 57 | 152 | 112 | 36 |
| Binary | 101111 | 10000111 | 10100 | 1000001 | 0 | 1010101 | 101111 | 1101010 | 1001010 | 11110 |
Color Harmonies of #2F8714
Complementary color
Monochromatic Colors of #2F8714
Black with #2F8714
Text Example
Text Example
White with #2F8714
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F8714; }
p { color: rgb(47,135,20); }
H1.HeaderClassName
{
color: #2F8714;
}
.AnyTagClassName
{
color: #2F8714;
}
</style>
background-color css
<style>
a { background-color: #2F8714; }
a { background-color: rgb(47,135,20); }
div.DivClassName
{
background-color: #2F8714;
}
.BgClassName
{
background-color: #2F8714;
}
</style>
border-color css
<style>
span { border-color: #2F8714; }
span { border-color: rgb(47,135,20); }
td.TdClassName
{
border-color: #2F8714;
}
.TagClassName
{
border-color: #2F8714;
}
</style>