Shades of Bilbao #2C8012
Tints of Bilbao #2C8012
RGB
CMYK
RGB Variations
Color information
#2C8012 (or 0x2C8012) is known color: Bilbao. HEX triplet: 2C, 80 and 12. RGB value is (44,128,18). Sum of RGB (Red+Green+Blue) = 44+128+18=190 (25% of max value = 765). Red value is 44 (17.58% from 255 or 23.16% from 190); Green value is 128 (50.39% from 255 or 67.37% from 190); Blue value is 18 (7.42% from 255 or 9.47% from 190); Max value from RGB is 128 - color contains mainly: green. Hex color #2C8012 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2C8012 is #D37FED. Grayscale: #5A5A5A. Windows color (decimal): -13860846 or 1212460. OLE color: 1212460.
HSL color Cylindrical-coordinate representation of color #2C8012: hue angle of 105.82º degrees, saturation: 0.75, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #2C8012 is Cyan = 0.66, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 44 | 128 | 18 | - |
| CMYK | 0.66 | 0 | 0.86 | 0.50 |
| HSL | 105.82º | 0.75% | 0.29% | - |
| HSV(B) | 105.82º | 0.86% | 0.5% | - |
| XYZ | 8.87 | 16.02 | 3.2 | - |
| YUV | 90.34 | 87.17 | 94.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 128 | 18 | 0.66 | 0 | 0.86 | 0.50 | 105.82 | 0.75 | 0.29 |
| Hex | 2C | 80 | 12 | 42 | 0 | 56 | 32 | 6A | 4B | 1D |
| Octal | 54 | 200 | 22 | 102 | 0 | 126 | 62 | 152 | 113 | 35 |
| Binary | 101100 | 10000000 | 10010 | 1000010 | 0 | 1010110 | 110010 | 1101010 | 1001011 | 11101 |
Color Harmonies of #2C8012
Complementary color
Monochromatic Colors of #2C8012
Black with #2C8012
Text Example
Text Example
White with #2C8012
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C8012; }
p { color: rgb(44,128,18); }
H1.HeaderClassName
{
color: #2C8012;
}
.AnyTagClassName
{
color: #2C8012;
}
</style>
background-color css
<style>
a { background-color: #2C8012; }
a { background-color: rgb(44,128,18); }
div.DivClassName
{
background-color: #2C8012;
}
.BgClassName
{
background-color: #2C8012;
}
</style>
border-color css
<style>
span { border-color: #2C8012; }
span { border-color: rgb(44,128,18); }
td.TdClassName
{
border-color: #2C8012;
}
.TagClassName
{
border-color: #2C8012;
}
</style>