Shades of Bilbao #2F781B
Tints of Bilbao #2F781B
RGB
CMYK
RGB Variations
Color information
#2F781B (or 0x2F781B) is known color: Bilbao. HEX triplet: 2F, 78 and 1B. RGB value is (47,120,27). Sum of RGB (Red+Green+Blue) = 47+120+27=194 (25% of max value = 765). Red value is 47 (18.75% from 255 or 24.23% from 194); Green value is 120 (47.27% from 255 or 61.86% from 194); Blue value is 27 (10.94% from 255 or 13.92% from 194); Max value from RGB is 120 - color contains mainly: green. Hex color #2F781B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2F781B is #D087E4. Grayscale: #575757. Windows color (decimal): -13666277 or 1800239. OLE color: 1800239.
HSL color Cylindrical-coordinate representation of color #2F781B: hue angle of 107.1º degrees, saturation: 0.63, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2F781B is Cyan = 0.61, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 47 | 120 | 27 | - |
| CMYK | 0.61 | 0 | 0.78 | 0.53 |
| HSL | 107.1º | 0.63% | 0.29% | - |
| HSV(B) | 107.1º | 0.78% | 0.47% | - |
| XYZ | 8.09 | 14.12 | 3.34 | - |
| YUV | 87.57 | 93.82 | 99.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 120 | 27 | 0.61 | 0 | 0.78 | 0.53 | 107.1 | 0.63 | 0.29 |
| Hex | 2F | 78 | 1B | 3D | 0 | 4E | 35 | 6B | 3F | 1D |
| Octal | 57 | 170 | 33 | 75 | 0 | 116 | 65 | 153 | 77 | 35 |
| Binary | 101111 | 1111000 | 11011 | 111101 | 0 | 1001110 | 110101 | 1101011 | 111111 | 11101 |
Color Harmonies of #2F781B
Complementary color
Monochromatic Colors of #2F781B
Black with #2F781B
Text Example
Text Example
White with #2F781B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F781B; }
p { color: rgb(47,120,27); }
H1.HeaderClassName
{
color: #2F781B;
}
.AnyTagClassName
{
color: #2F781B;
}
</style>
background-color css
<style>
a { background-color: #2F781B; }
a { background-color: rgb(47,120,27); }
div.DivClassName
{
background-color: #2F781B;
}
.BgClassName
{
background-color: #2F781B;
}
</style>
border-color css
<style>
span { border-color: #2F781B; }
span { border-color: rgb(47,120,27); }
td.TdClassName
{
border-color: #2F781B;
}
.TagClassName
{
border-color: #2F781B;
}
</style>