Shades of Bilbao #2F7613
Tints of Bilbao #2F7613
RGB
CMYK
RGB Variations
Color information
#2F7613 (or 0x2F7613) is known color: Bilbao. HEX triplet: 2F, 76 and 13. RGB value is (47,118,19). Sum of RGB (Red+Green+Blue) = 47+118+19=184 (24% of max value = 765). Red value is 47 (18.75% from 255 or 25.54% from 184); Green value is 118 (46.48% from 255 or 64.13% from 184); Blue value is 19 (7.81% from 255 or 10.33% from 184); Max value from RGB is 118 - color contains mainly: green. Hex color #2F7613 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2F7613 is #D089EC. Grayscale: #555555. Windows color (decimal): -13666797 or 1275439. OLE color: 1275439.
HSL color Cylindrical-coordinate representation of color #2F7613: hue angle of 103.03º degrees, saturation: 0.72, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2F7613 is Cyan = 0.60, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 47 | 118 | 19 | - |
| CMYK | 0.60 | 0 | 0.84 | 0.54 |
| HSL | 103.03º | 0.72% | 0.27% | - |
| HSV(B) | 103.03º | 0.84% | 0.46% | - |
| XYZ | 7.77 | 13.61 | 2.83 | - |
| YUV | 85.49 | 90.48 | 100.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 118 | 19 | 0.60 | 0 | 0.84 | 0.54 | 103.03 | 0.72 | 0.27 |
| Hex | 2F | 76 | 13 | 3C | 0 | 54 | 36 | 67 | 48 | 1B |
| Octal | 57 | 166 | 23 | 74 | 0 | 124 | 66 | 147 | 110 | 33 |
| Binary | 101111 | 1110110 | 10011 | 111100 | 0 | 1010100 | 110110 | 1100111 | 1001000 | 11011 |
Color Harmonies of #2F7613
Complementary color
Monochromatic Colors of #2F7613
Black with #2F7613
Text Example
Text Example
White with #2F7613
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F7613; }
p { color: rgb(47,118,19); }
H1.HeaderClassName
{
color: #2F7613;
}
.AnyTagClassName
{
color: #2F7613;
}
</style>
background-color css
<style>
a { background-color: #2F7613; }
a { background-color: rgb(47,118,19); }
div.DivClassName
{
background-color: #2F7613;
}
.BgClassName
{
background-color: #2F7613;
}
</style>
border-color css
<style>
span { border-color: #2F7613; }
span { border-color: rgb(47,118,19); }
td.TdClassName
{
border-color: #2F7613;
}
.TagClassName
{
border-color: #2F7613;
}
</style>