Shades of Bilbao #2C7013
Tints of Bilbao #2C7013
RGB
CMYK
RGB Variations
Color information
#2C7013 (or 0x2C7013) is known color: Bilbao. HEX triplet: 2C, 70 and 13. RGB value is (44,112,19). Sum of RGB (Red+Green+Blue) = 44+112+19=175 (23% of max value = 765). Red value is 44 (17.58% from 255 or 25.14% from 175); Green value is 112 (44.14% from 255 or 64% from 175); Blue value is 19 (7.81% from 255 or 10.86% from 175); Max value from RGB is 112 - color contains mainly: green. Hex color #2C7013 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2C7013 is #D38FEC. Grayscale: #515151. Windows color (decimal): -13864941 or 1273900. OLE color: 1273900.
HSL color Cylindrical-coordinate representation of color #2C7013: hue angle of 103.87º degrees, saturation: 0.71, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2C7013 is Cyan = 0.61, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 44 | 112 | 19 | - |
| CMYK | 0.61 | 0 | 0.83 | 0.56 |
| HSL | 103.87º | 0.71% | 0.26% | - |
| HSV(B) | 103.87º | 0.83% | 0.44% | - |
| XYZ | 6.95 | 12.17 | 2.6 | - |
| YUV | 81.07 | 92.97 | 101.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 112 | 19 | 0.61 | 0 | 0.83 | 0.56 | 103.87 | 0.71 | 0.26 |
| Hex | 2C | 70 | 13 | 3D | 0 | 53 | 38 | 68 | 47 | 1A |
| Octal | 54 | 160 | 23 | 75 | 0 | 123 | 70 | 150 | 107 | 32 |
| Binary | 101100 | 1110000 | 10011 | 111101 | 0 | 1010011 | 111000 | 1101000 | 1000111 | 11010 |
Color Harmonies of #2C7013
Complementary color
Monochromatic Colors of #2C7013
Black with #2C7013
Text Example
Text Example
White with #2C7013
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C7013; }
p { color: rgb(44,112,19); }
H1.HeaderClassName
{
color: #2C7013;
}
.AnyTagClassName
{
color: #2C7013;
}
</style>
background-color css
<style>
a { background-color: #2C7013; }
a { background-color: rgb(44,112,19); }
div.DivClassName
{
background-color: #2C7013;
}
.BgClassName
{
background-color: #2C7013;
}
</style>
border-color css
<style>
span { border-color: #2C7013; }
span { border-color: rgb(44,112,19); }
td.TdClassName
{
border-color: #2C7013;
}
.TagClassName
{
border-color: #2C7013;
}
</style>