Shades of Bilbao #2F780C
Tints of Bilbao #2F780C
RGB
CMYK
RGB Variations
Color information
#2F780C (or 0x2F780C) is known color: Bilbao. HEX triplet: 2F, 78 and 0C. RGB value is (47,120,12). Sum of RGB (Red+Green+Blue) = 47+120+12=179 (23% of max value = 765). Red value is 47 (18.75% from 255 or 26.26% from 179); Green value is 120 (47.27% from 255 or 67.04% from 179); Blue value is 12 (5.08% from 255 or 6.70% from 179); Max value from RGB is 120 - color contains mainly: green. Hex color #2F780C is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2F780C is #D087F3. Grayscale: #565656. Windows color (decimal): -13666292 or 817199. OLE color: 817199.
HSL color Cylindrical-coordinate representation of color #2F780C: hue angle of 100.56º degrees, saturation: 0.82, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #2F780C is Cyan = 0.61, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 47 | 120 | 12 | - |
| CMYK | 0.61 | 0 | 0.90 | 0.53 |
| HSL | 100.56º | 0.82% | 0.26% | - |
| HSV(B) | 100.56º | 0.9% | 0.47% | - |
| XYZ | 7.96 | 14.06 | 2.64 | - |
| YUV | 85.86 | 86.32 | 100.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 120 | 12 | 0.61 | 0 | 0.90 | 0.53 | 100.56 | 0.82 | 0.26 |
| Hex | 2F | 78 | C | 3D | 0 | 5A | 35 | 65 | 52 | 1A |
| Octal | 57 | 170 | 14 | 75 | 0 | 132 | 65 | 145 | 122 | 32 |
| Binary | 101111 | 1111000 | 1100 | 111101 | 0 | 1011010 | 110101 | 1100101 | 1010010 | 11010 |
Color Harmonies of #2F780C
Complementary color
Monochromatic Colors of #2F780C
Black with #2F780C
Text Example
Text Example
White with #2F780C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F780C; }
p { color: rgb(47,120,12); }
H1.HeaderClassName
{
color: #2F780C;
}
.AnyTagClassName
{
color: #2F780C;
}
</style>
background-color css
<style>
a { background-color: #2F780C; }
a { background-color: rgb(47,120,12); }
div.DivClassName
{
background-color: #2F780C;
}
.BgClassName
{
background-color: #2F780C;
}
</style>
border-color css
<style>
span { border-color: #2F780C; }
span { border-color: rgb(47,120,12); }
td.TdClassName
{
border-color: #2F780C;
}
.TagClassName
{
border-color: #2F780C;
}
</style>