Shades of Bilbao #2C7106
Tints of Bilbao #2C7106
RGB
CMYK
RGB Variations
Color information
#2C7106 (or 0x2C7106) is known color: Bilbao. HEX triplet: 2C, 71 and 06. RGB value is (44,113,6). Sum of RGB (Red+Green+Blue) = 44+113+6=163 (21% of max value = 765). Red value is 44 (17.58% from 255 or 26.99% from 163); Green value is 113 (44.53% from 255 or 69.33% from 163); Blue value is 6 (2.73% from 255 or 3.68% from 163); Max value from RGB is 113 - color contains mainly: green. Hex color #2C7106 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2C7106 is #D38EF9. Grayscale: #505050. Windows color (decimal): -13864698 or 422188. OLE color: 422188.
HSL color Cylindrical-coordinate representation of color #2C7106: hue angle of 98.69º degrees, saturation: 0.9, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #2C7106 is Cyan = 0.61, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 44 | 113 | 6 | - |
| CMYK | 0.61 | 0 | 0.95 | 0.56 |
| HSL | 98.69º | 0.9% | 0.23% | - |
| HSV(B) | 98.69º | 0.95% | 0.44% | - |
| XYZ | 6.98 | 12.36 | 2.19 | - |
| YUV | 80.17 | 86.14 | 102.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 113 | 6 | 0.61 | 0 | 0.95 | 0.56 | 98.69 | 0.9 | 0.23 |
| Hex | 2C | 71 | 6 | 3D | 0 | 5F | 38 | 63 | 5A | 17 |
| Octal | 54 | 161 | 6 | 75 | 0 | 137 | 70 | 143 | 132 | 27 |
| Binary | 101100 | 1110001 | 110 | 111101 | 0 | 1011111 | 111000 | 1100011 | 1011010 | 10111 |
Color Harmonies of #2C7106
Complementary color
Monochromatic Colors of #2C7106
Black with #2C7106
Text Example
Text Example
White with #2C7106
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C7106; }
p { color: rgb(44,113,6); }
H1.HeaderClassName
{
color: #2C7106;
}
.AnyTagClassName
{
color: #2C7106;
}
</style>
background-color css
<style>
a { background-color: #2C7106; }
a { background-color: rgb(44,113,6); }
div.DivClassName
{
background-color: #2C7106;
}
.BgClassName
{
background-color: #2C7106;
}
</style>
border-color css
<style>
span { border-color: #2C7106; }
span { border-color: rgb(44,113,6); }
td.TdClassName
{
border-color: #2C7106;
}
.TagClassName
{
border-color: #2C7106;
}
</style>