Shades of Bilbao #2F781C
Tints of Bilbao #2F781C
RGB
CMYK
RGB Variations
Color information
#2F781C (or 0x2F781C) is known color: Bilbao. HEX triplet: 2F, 78 and 1C. RGB value is (47,120,28). Sum of RGB (Red+Green+Blue) = 47+120+28=195 (25% of max value = 765). Red value is 47 (18.75% from 255 or 24.10% from 195); Green value is 120 (47.27% from 255 or 61.54% from 195); Blue value is 28 (11.33% from 255 or 14.36% from 195); Max value from RGB is 120 - color contains mainly: green. Hex color #2F781C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2F781C is #D087E3. Grayscale: #575757. Windows color (decimal): -13666276 or 1865775. OLE color: 1865775.
HSL color Cylindrical-coordinate representation of color #2F781C: hue angle of 107.61º degrees, saturation: 0.62, 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 #2F781C is Cyan = 0.61, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 47 | 120 | 28 | - |
| CMYK | 0.61 | 0 | 0.77 | 0.53 |
| HSL | 107.61º | 0.62% | 0.29% | - |
| HSV(B) | 107.61º | 0.77% | 0.47% | - |
| XYZ | 8.1 | 14.12 | 3.4 | - |
| YUV | 87.69 | 94.32 | 98.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 120 | 28 | 0.61 | 0 | 0.77 | 0.53 | 107.61 | 0.62 | 0.29 |
| Hex | 2F | 78 | 1C | 3D | 0 | 4D | 35 | 6C | 3E | 1D |
| Octal | 57 | 170 | 34 | 75 | 0 | 115 | 65 | 154 | 76 | 35 |
| Binary | 101111 | 1111000 | 11100 | 111101 | 0 | 1001101 | 110101 | 1101100 | 111110 | 11101 |
Color Harmonies of #2F781C
Complementary color
Monochromatic Colors of #2F781C
Black with #2F781C
Text Example
Text Example
White with #2F781C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F781C; }
p { color: rgb(47,120,28); }
H1.HeaderClassName
{
color: #2F781C;
}
.AnyTagClassName
{
color: #2F781C;
}
</style>
background-color css
<style>
a { background-color: #2F781C; }
a { background-color: rgb(47,120,28); }
div.DivClassName
{
background-color: #2F781C;
}
.BgClassName
{
background-color: #2F781C;
}
</style>
border-color css
<style>
span { border-color: #2F781C; }
span { border-color: rgb(47,120,28); }
td.TdClassName
{
border-color: #2F781C;
}
.TagClassName
{
border-color: #2F781C;
}
</style>