Shades of Bilbao #2C7410
Tints of Bilbao #2C7410
RGB
CMYK
RGB Variations
Color information
#2C7410 (or 0x2C7410) is known color: Bilbao. HEX triplet: 2C, 74 and 10. RGB value is (44,116,16). Sum of RGB (Red+Green+Blue) = 44+116+16=176 (23% of max value = 765). Red value is 44 (17.58% from 255 or 25% from 176); Green value is 116 (45.70% from 255 or 65.91% from 176); Blue value is 16 (6.64% from 255 or 9.09% from 176); Max value from RGB is 116 - color contains mainly: green. Hex color #2C7410 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2C7410 is #D38BEF. Grayscale: #535353. Windows color (decimal): -13863920 or 1078316. OLE color: 1078316.
HSL color Cylindrical-coordinate representation of color #2C7410: hue angle of 103.2º degrees, saturation: 0.76, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #2C7410 is Cyan = 0.62, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 44 | 116 | 16 | - |
| CMYK | 0.62 | 0 | 0.86 | 0.55 |
| HSL | 103.2º | 0.76% | 0.26% | - |
| HSV(B) | 103.2º | 0.86% | 0.45% | - |
| XYZ | 7.38 | 13.06 | 2.62 | - |
| YUV | 83.07 | 90.15 | 100.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 116 | 16 | 0.62 | 0 | 0.86 | 0.55 | 103.2 | 0.76 | 0.26 |
| Hex | 2C | 74 | 10 | 3E | 0 | 56 | 37 | 67 | 4C | 1A |
| Octal | 54 | 164 | 20 | 76 | 0 | 126 | 67 | 147 | 114 | 32 |
| Binary | 101100 | 1110100 | 10000 | 111110 | 0 | 1010110 | 110111 | 1100111 | 1001100 | 11010 |
Color Harmonies of #2C7410
Complementary color
Monochromatic Colors of #2C7410
Black with #2C7410
Text Example
Text Example
White with #2C7410
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C7410; }
p { color: rgb(44,116,16); }
H1.HeaderClassName
{
color: #2C7410;
}
.AnyTagClassName
{
color: #2C7410;
}
</style>
background-color css
<style>
a { background-color: #2C7410; }
a { background-color: rgb(44,116,16); }
div.DivClassName
{
background-color: #2C7410;
}
.BgClassName
{
background-color: #2C7410;
}
</style>
border-color css
<style>
span { border-color: #2C7410; }
span { border-color: rgb(44,116,16); }
td.TdClassName
{
border-color: #2C7410;
}
.TagClassName
{
border-color: #2C7410;
}
</style>