Shades of Bilbao #2F7319
Tints of Bilbao #2F7319
RGB
CMYK
RGB Variations
Color information
#2F7319 (or 0x2F7319) is known color: Bilbao. HEX triplet: 2F, 73 and 19. RGB value is (47,115,25). Sum of RGB (Red+Green+Blue) = 47+115+25=187 (24% of max value = 765). Red value is 47 (18.75% from 255 or 25.13% from 187); Green value is 115 (45.31% from 255 or 61.50% from 187); Blue value is 25 (10.16% from 255 or 13.37% from 187); Max value from RGB is 115 - color contains mainly: green. Hex color #2F7319 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2F7319 is #D08CE6. Grayscale: #545454. Windows color (decimal): -13667559 or 1667887. OLE color: 1667887.
HSL color Cylindrical-coordinate representation of color #2F7319: hue angle of 105.33º degrees, saturation: 0.64, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2F7319 is Cyan = 0.59, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 47 | 115 | 25 | - |
| CMYK | 0.59 | 0 | 0.78 | 0.55 |
| HSL | 105.33º | 0.64% | 0.27% | - |
| HSV(B) | 105.33º | 0.78% | 0.45% | - |
| XYZ | 7.48 | 12.94 | 3.02 | - |
| YUV | 84.41 | 94.47 | 101.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 115 | 25 | 0.59 | 0 | 0.78 | 0.55 | 105.33 | 0.64 | 0.27 |
| Hex | 2F | 73 | 19 | 3B | 0 | 4E | 37 | 69 | 40 | 1B |
| Octal | 57 | 163 | 31 | 73 | 0 | 116 | 67 | 151 | 100 | 33 |
| Binary | 101111 | 1110011 | 11001 | 111011 | 0 | 1001110 | 110111 | 1101001 | 1000000 | 11011 |
Color Harmonies of #2F7319
Complementary color
Monochromatic Colors of #2F7319
Black with #2F7319
Text Example
Text Example
White with #2F7319
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F7319; }
p { color: rgb(47,115,25); }
H1.HeaderClassName
{
color: #2F7319;
}
.AnyTagClassName
{
color: #2F7319;
}
</style>
background-color css
<style>
a { background-color: #2F7319; }
a { background-color: rgb(47,115,25); }
div.DivClassName
{
background-color: #2F7319;
}
.BgClassName
{
background-color: #2F7319;
}
</style>
border-color css
<style>
span { border-color: #2F7319; }
span { border-color: rgb(47,115,25); }
td.TdClassName
{
border-color: #2F7319;
}
.TagClassName
{
border-color: #2F7319;
}
</style>