Shades of Bilbao #2C7213
Tints of Bilbao #2C7213
RGB
CMYK
RGB Variations
Color information
#2C7213 (or 0x2C7213) is known color: Bilbao. HEX triplet: 2C, 72 and 13. RGB value is (44,114,19). Sum of RGB (Red+Green+Blue) = 44+114+19=177 (23% of max value = 765). Red value is 44 (17.58% from 255 or 24.86% from 177); Green value is 114 (44.92% from 255 or 64.41% from 177); Blue value is 19 (7.81% from 255 or 10.73% from 177); Max value from RGB is 114 - color contains mainly: green. Hex color #2C7213 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2C7213 is #D38DEC. Grayscale: #525252. Windows color (decimal): -13864429 or 1274412. OLE color: 1274412.
HSL color Cylindrical-coordinate representation of color #2C7213: hue angle of 104.21º degrees, saturation: 0.71, 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 #2C7213 is Cyan = 0.61, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 44 | 114 | 19 | - |
| CMYK | 0.61 | 0 | 0.83 | 0.55 |
| HSL | 104.21º | 0.71% | 0.26% | - |
| HSV(B) | 104.21º | 0.83% | 0.45% | - |
| XYZ | 7.17 | 12.62 | 2.67 | - |
| YUV | 82.24 | 92.31 | 100.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 114 | 19 | 0.61 | 0 | 0.83 | 0.55 | 104.21 | 0.71 | 0.26 |
| Hex | 2C | 72 | 13 | 3D | 0 | 53 | 37 | 68 | 47 | 1A |
| Octal | 54 | 162 | 23 | 75 | 0 | 123 | 67 | 150 | 107 | 32 |
| Binary | 101100 | 1110010 | 10011 | 111101 | 0 | 1010011 | 110111 | 1101000 | 1000111 | 11010 |
Color Harmonies of #2C7213
Complementary color
Monochromatic Colors of #2C7213
Black with #2C7213
Text Example
Text Example
White with #2C7213
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C7213; }
p { color: rgb(44,114,19); }
H1.HeaderClassName
{
color: #2C7213;
}
.AnyTagClassName
{
color: #2C7213;
}
</style>
background-color css
<style>
a { background-color: #2C7213; }
a { background-color: rgb(44,114,19); }
div.DivClassName
{
background-color: #2C7213;
}
.BgClassName
{
background-color: #2C7213;
}
</style>
border-color css
<style>
span { border-color: #2C7213; }
span { border-color: rgb(44,114,19); }
td.TdClassName
{
border-color: #2C7213;
}
.TagClassName
{
border-color: #2C7213;
}
</style>