Shades of Bilbao #2F731B
Tints of Bilbao #2F731B
RGB
CMYK
RGB Variations
Color information
#2F731B (or 0x2F731B) is known color: Bilbao. HEX triplet: 2F, 73 and 1B. RGB value is (47,115,27). Sum of RGB (Red+Green+Blue) = 47+115+27=189 (25% of max value = 765). Red value is 47 (18.75% from 255 or 24.87% from 189); Green value is 115 (45.31% from 255 or 60.85% from 189); Blue value is 27 (10.94% from 255 or 14.29% from 189); Max value from RGB is 115 - color contains mainly: green. Hex color #2F731B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2F731B is #D08CE4. Grayscale: #545454. Windows color (decimal): -13667557 or 1798959. OLE color: 1798959.
HSL color Cylindrical-coordinate representation of color #2F731B: hue angle of 106.36º degrees, saturation: 0.62, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2F731B is Cyan = 0.59, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 47 | 115 | 27 | - |
| CMYK | 0.59 | 0 | 0.77 | 0.55 |
| HSL | 106.36º | 0.62% | 0.28% | - |
| HSV(B) | 106.36º | 0.77% | 0.45% | - |
| XYZ | 7.5 | 12.94 | 3.14 | - |
| YUV | 84.64 | 95.47 | 101.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 115 | 27 | 0.59 | 0 | 0.77 | 0.55 | 106.36 | 0.62 | 0.28 |
| Hex | 2F | 73 | 1B | 3B | 0 | 4D | 37 | 6A | 3E | 1C |
| Octal | 57 | 163 | 33 | 73 | 0 | 115 | 67 | 152 | 76 | 34 |
| Binary | 101111 | 1110011 | 11011 | 111011 | 0 | 1001101 | 110111 | 1101010 | 111110 | 11100 |
Color Harmonies of #2F731B
Complementary color
Monochromatic Colors of #2F731B
Black with #2F731B
Text Example
Text Example
White with #2F731B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F731B; }
p { color: rgb(47,115,27); }
H1.HeaderClassName
{
color: #2F731B;
}
.AnyTagClassName
{
color: #2F731B;
}
</style>
background-color css
<style>
a { background-color: #2F731B; }
a { background-color: rgb(47,115,27); }
div.DivClassName
{
background-color: #2F731B;
}
.BgClassName
{
background-color: #2F731B;
}
</style>
border-color css
<style>
span { border-color: #2F731B; }
span { border-color: rgb(47,115,27); }
td.TdClassName
{
border-color: #2F731B;
}
.TagClassName
{
border-color: #2F731B;
}
</style>