Shades of Bilbao #2F740E
Tints of Bilbao #2F740E
RGB
CMYK
RGB Variations
Color information
#2F740E (or 0x2F740E) is known color: Bilbao. HEX triplet: 2F, 74 and 0E. RGB value is (47,116,14). Sum of RGB (Red+Green+Blue) = 47+116+14=177 (23% of max value = 765). Red value is 47 (18.75% from 255 or 26.55% from 177); Green value is 116 (45.70% from 255 or 65.54% from 177); Blue value is 14 (5.86% from 255 or 7.91% from 177); Max value from RGB is 116 - color contains mainly: green. Hex color #2F740E is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2F740E is #D08BF1. Grayscale: #545454. Windows color (decimal): -13667314 or 947247. OLE color: 947247.
HSL color Cylindrical-coordinate representation of color #2F740E: hue angle of 100.59º degrees, saturation: 0.78, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #2F740E is Cyan = 0.59, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 47 | 116 | 14 | - |
| CMYK | 0.59 | 0 | 0.88 | 0.55 |
| HSL | 100.59º | 0.78% | 0.25% | - |
| HSV(B) | 100.59º | 0.88% | 0.45% | - |
| XYZ | 7.5 | 13.13 | 2.55 | - |
| YUV | 83.74 | 88.64 | 101.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 116 | 14 | 0.59 | 0 | 0.88 | 0.55 | 100.59 | 0.78 | 0.25 |
| Hex | 2F | 74 | E | 3B | 0 | 58 | 37 | 65 | 4E | 19 |
| Octal | 57 | 164 | 16 | 73 | 0 | 130 | 67 | 145 | 116 | 31 |
| Binary | 101111 | 1110100 | 1110 | 111011 | 0 | 1011000 | 110111 | 1100101 | 1001110 | 11001 |
Color Harmonies of #2F740E
Complementary color
Monochromatic Colors of #2F740E
Black with #2F740E
Text Example
Text Example
White with #2F740E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F740E; }
p { color: rgb(47,116,14); }
H1.HeaderClassName
{
color: #2F740E;
}
.AnyTagClassName
{
color: #2F740E;
}
</style>
background-color css
<style>
a { background-color: #2F740E; }
a { background-color: rgb(47,116,14); }
div.DivClassName
{
background-color: #2F740E;
}
.BgClassName
{
background-color: #2F740E;
}
</style>
border-color css
<style>
span { border-color: #2F740E; }
span { border-color: rgb(47,116,14); }
td.TdClassName
{
border-color: #2F740E;
}
.TagClassName
{
border-color: #2F740E;
}
</style>