Shades of Bilbao #2F731C
Tints of Bilbao #2F731C
RGB
CMYK
RGB Variations
Color information
#2F731C (or 0x2F731C) is known color: Bilbao. HEX triplet: 2F, 73 and 1C. RGB value is (47,115,28). Sum of RGB (Red+Green+Blue) = 47+115+28=190 (25% of max value = 765). Red value is 47 (18.75% from 255 or 24.74% from 190); Green value is 115 (45.31% from 255 or 60.53% from 190); Blue value is 28 (11.33% from 255 or 14.74% from 190); Max value from RGB is 115 - color contains mainly: green. Hex color #2F731C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2F731C is #D08CE3. Grayscale: #555555. Windows color (decimal): -13667556 or 1864495. OLE color: 1864495.
HSL color Cylindrical-coordinate representation of color #2F731C: hue angle of 106.9º degrees, saturation: 0.61, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2F731C is Cyan = 0.59, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 47 | 115 | 28 | - |
| CMYK | 0.59 | 0 | 0.76 | 0.55 |
| HSL | 106.9º | 0.61% | 0.28% | - |
| HSV(B) | 106.9º | 0.76% | 0.45% | - |
| XYZ | 7.51 | 12.95 | 3.2 | - |
| YUV | 84.75 | 95.97 | 101.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 115 | 28 | 0.59 | 0 | 0.76 | 0.55 | 106.9 | 0.61 | 0.28 |
| Hex | 2F | 73 | 1C | 3B | 0 | 4C | 37 | 6B | 3D | 1C |
| Octal | 57 | 163 | 34 | 73 | 0 | 114 | 67 | 153 | 75 | 34 |
| Binary | 101111 | 1110011 | 11100 | 111011 | 0 | 1001100 | 110111 | 1101011 | 111101 | 11100 |
Color Harmonies of #2F731C
Complementary color
Monochromatic Colors of #2F731C
Black with #2F731C
Text Example
Text Example
White with #2F731C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F731C; }
p { color: rgb(47,115,28); }
H1.HeaderClassName
{
color: #2F731C;
}
.AnyTagClassName
{
color: #2F731C;
}
</style>
background-color css
<style>
a { background-color: #2F731C; }
a { background-color: rgb(47,115,28); }
div.DivClassName
{
background-color: #2F731C;
}
.BgClassName
{
background-color: #2F731C;
}
</style>
border-color css
<style>
span { border-color: #2F731C; }
span { border-color: rgb(47,115,28); }
td.TdClassName
{
border-color: #2F731C;
}
.TagClassName
{
border-color: #2F731C;
}
</style>