Shades of Bilbao #2F791B
Tints of Bilbao #2F791B
RGB
CMYK
RGB Variations
Color information
#2F791B (or 0x2F791B) is known color: Bilbao. HEX triplet: 2F, 79 and 1B. RGB value is (47,121,27). Sum of RGB (Red+Green+Blue) = 47+121+27=195 (25% of max value = 765). Red value is 47 (18.75% from 255 or 24.10% from 195); Green value is 121 (47.66% from 255 or 62.05% from 195); Blue value is 27 (10.94% from 255 or 13.85% from 195); Max value from RGB is 121 - color contains mainly: green. Hex color #2F791B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2F791B is #D086E4. Grayscale: #585858. Windows color (decimal): -13666021 or 1800495. OLE color: 1800495.
HSL color Cylindrical-coordinate representation of color #2F791B: hue angle of 107.23º degrees, saturation: 0.64, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2F791B is Cyan = 0.61, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 47 | 121 | 27 | - |
| CMYK | 0.61 | 0 | 0.78 | 0.53 |
| HSL | 107.23º | 0.64% | 0.29% | - |
| HSV(B) | 107.23º | 0.78% | 0.47% | - |
| XYZ | 8.21 | 14.36 | 3.38 | - |
| YUV | 88.16 | 93.48 | 98.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 121 | 27 | 0.61 | 0 | 0.78 | 0.53 | 107.23 | 0.64 | 0.29 |
| Hex | 2F | 79 | 1B | 3D | 0 | 4E | 35 | 6B | 40 | 1D |
| Octal | 57 | 171 | 33 | 75 | 0 | 116 | 65 | 153 | 100 | 35 |
| Binary | 101111 | 1111001 | 11011 | 111101 | 0 | 1001110 | 110101 | 1101011 | 1000000 | 11101 |
Color Harmonies of #2F791B
Complementary color
Monochromatic Colors of #2F791B
Black with #2F791B
Text Example
Text Example
White with #2F791B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F791B; }
p { color: rgb(47,121,27); }
H1.HeaderClassName
{
color: #2F791B;
}
.AnyTagClassName
{
color: #2F791B;
}
</style>
background-color css
<style>
a { background-color: #2F791B; }
a { background-color: rgb(47,121,27); }
div.DivClassName
{
background-color: #2F791B;
}
.BgClassName
{
background-color: #2F791B;
}
</style>
border-color css
<style>
span { border-color: #2F791B; }
span { border-color: rgb(47,121,27); }
td.TdClassName
{
border-color: #2F791B;
}
.TagClassName
{
border-color: #2F791B;
}
</style>