Shades of Bilbao #2C7212
Tints of Bilbao #2C7212
RGB
CMYK
RGB Variations
Color information
#2C7212 (or 0x2C7212) is known color: Bilbao. HEX triplet: 2C, 72 and 12. RGB value is (44,114,18). Sum of RGB (Red+Green+Blue) = 44+114+18=176 (23% of max value = 765). Red value is 44 (17.58% from 255 or 25% from 176); Green value is 114 (44.92% from 255 or 64.77% from 176); Blue value is 18 (7.42% from 255 or 10.23% from 176); Max value from RGB is 114 - color contains mainly: green. Hex color #2C7212 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2C7212 is #D38DED. Grayscale: #525252. Windows color (decimal): -13864430 or 1208876. OLE color: 1208876.
HSL color Cylindrical-coordinate representation of color #2C7212: hue angle of 103.75º degrees, saturation: 0.73, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2C7212 is Cyan = 0.61, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 44 | 114 | 18 | - |
| CMYK | 0.61 | 0 | 0.84 | 0.55 |
| HSL | 103.75º | 0.73% | 0.26% | - |
| HSV(B) | 103.75º | 0.84% | 0.45% | - |
| XYZ | 7.17 | 12.61 | 2.63 | - |
| YUV | 82.13 | 91.81 | 100.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 114 | 18 | 0.61 | 0 | 0.84 | 0.55 | 103.75 | 0.73 | 0.26 |
| Hex | 2C | 72 | 12 | 3D | 0 | 54 | 37 | 68 | 49 | 1A |
| Octal | 54 | 162 | 22 | 75 | 0 | 124 | 67 | 150 | 111 | 32 |
| Binary | 101100 | 1110010 | 10010 | 111101 | 0 | 1010100 | 110111 | 1101000 | 1001001 | 11010 |
Color Harmonies of #2C7212
Complementary color
Monochromatic Colors of #2C7212
Black with #2C7212
Text Example
Text Example
White with #2C7212
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C7212; }
p { color: rgb(44,114,18); }
H1.HeaderClassName
{
color: #2C7212;
}
.AnyTagClassName
{
color: #2C7212;
}
</style>
background-color css
<style>
a { background-color: #2C7212; }
a { background-color: rgb(44,114,18); }
div.DivClassName
{
background-color: #2C7212;
}
.BgClassName
{
background-color: #2C7212;
}
</style>
border-color css
<style>
span { border-color: #2C7212; }
span { border-color: rgb(44,114,18); }
td.TdClassName
{
border-color: #2C7212;
}
.TagClassName
{
border-color: #2C7212;
}
</style>