Shades of Bilbao #2C7313
Tints of Bilbao #2C7313
RGB
CMYK
RGB Variations
Color information
#2C7313 (or 0x2C7313) is known color: Bilbao. HEX triplet: 2C, 73 and 13. RGB value is (44,115,19). Sum of RGB (Red+Green+Blue) = 44+115+19=178 (23% of max value = 765). Red value is 44 (17.58% from 255 or 24.72% from 178); Green value is 115 (45.31% from 255 or 64.61% from 178); Blue value is 19 (7.81% from 255 or 10.67% from 178); Max value from RGB is 115 - color contains mainly: green. Hex color #2C7313 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2C7313 is #D38CEC. Grayscale: #535353. Windows color (decimal): -13864173 or 1274668. OLE color: 1274668.
HSL color Cylindrical-coordinate representation of color #2C7313: hue angle of 104.38º degrees, saturation: 0.72, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2C7313 is Cyan = 0.62, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 44 | 115 | 19 | - |
| CMYK | 0.62 | 0 | 0.83 | 0.55 |
| HSL | 104.38º | 0.72% | 0.26% | - |
| HSV(B) | 104.38º | 0.83% | 0.45% | - |
| XYZ | 7.29 | 12.84 | 2.71 | - |
| YUV | 82.83 | 91.98 | 100.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 115 | 19 | 0.62 | 0 | 0.83 | 0.55 | 104.38 | 0.72 | 0.26 |
| Hex | 2C | 73 | 13 | 3E | 0 | 53 | 37 | 68 | 48 | 1A |
| Octal | 54 | 163 | 23 | 76 | 0 | 123 | 67 | 150 | 110 | 32 |
| Binary | 101100 | 1110011 | 10011 | 111110 | 0 | 1010011 | 110111 | 1101000 | 1001000 | 11010 |
Color Harmonies of #2C7313
Complementary color
Monochromatic Colors of #2C7313
Black with #2C7313
Text Example
Text Example
White with #2C7313
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C7313; }
p { color: rgb(44,115,19); }
H1.HeaderClassName
{
color: #2C7313;
}
.AnyTagClassName
{
color: #2C7313;
}
</style>
background-color css
<style>
a { background-color: #2C7313; }
a { background-color: rgb(44,115,19); }
div.DivClassName
{
background-color: #2C7313;
}
.BgClassName
{
background-color: #2C7313;
}
</style>
border-color css
<style>
span { border-color: #2C7313; }
span { border-color: rgb(44,115,19); }
td.TdClassName
{
border-color: #2C7313;
}
.TagClassName
{
border-color: #2C7313;
}
</style>