Shades of Bilbao #2F761B
Tints of Bilbao #2F761B
RGB
CMYK
RGB Variations
Color information
#2F761B (or 0x2F761B) is known color: Bilbao. HEX triplet: 2F, 76 and 1B. RGB value is (47,118,27). Sum of RGB (Red+Green+Blue) = 47+118+27=192 (25% of max value = 765). Red value is 47 (18.75% from 255 or 24.48% from 192); Green value is 118 (46.48% from 255 or 61.46% from 192); Blue value is 27 (10.94% from 255 or 14.06% from 192); Max value from RGB is 118 - color contains mainly: green. Hex color #2F761B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2F761B is #D089E4. Grayscale: #565656. Windows color (decimal): -13666789 or 1799727. OLE color: 1799727.
HSL color Cylindrical-coordinate representation of color #2F761B: hue angle of 106.81º degrees, saturation: 0.63, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2F761B is Cyan = 0.60, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 47 | 118 | 27 | - |
| CMYK | 0.60 | 0 | 0.77 | 0.54 |
| HSL | 106.81º | 0.63% | 0.28% | - |
| HSV(B) | 106.81º | 0.77% | 0.46% | - |
| XYZ | 7.85 | 13.64 | 3.26 | - |
| YUV | 86.4 | 94.48 | 99.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 118 | 27 | 0.60 | 0 | 0.77 | 0.54 | 106.81 | 0.63 | 0.28 |
| Hex | 2F | 76 | 1B | 3C | 0 | 4D | 36 | 6B | 3F | 1C |
| Octal | 57 | 166 | 33 | 74 | 0 | 115 | 66 | 153 | 77 | 34 |
| Binary | 101111 | 1110110 | 11011 | 111100 | 0 | 1001101 | 110110 | 1101011 | 111111 | 11100 |
Color Harmonies of #2F761B
Complementary color
Monochromatic Colors of #2F761B
Black with #2F761B
Text Example
Text Example
White with #2F761B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F761B; }
p { color: rgb(47,118,27); }
H1.HeaderClassName
{
color: #2F761B;
}
.AnyTagClassName
{
color: #2F761B;
}
</style>
background-color css
<style>
a { background-color: #2F761B; }
a { background-color: rgb(47,118,27); }
div.DivClassName
{
background-color: #2F761B;
}
.BgClassName
{
background-color: #2F761B;
}
</style>
border-color css
<style>
span { border-color: #2F761B; }
span { border-color: rgb(47,118,27); }
td.TdClassName
{
border-color: #2F761B;
}
.TagClassName
{
border-color: #2F761B;
}
</style>