Shades of Bilbao #2C7507
Tints of Bilbao #2C7507
RGB
CMYK
RGB Variations
Color information
#2C7507 (or 0x2C7507) is known color: Bilbao. HEX triplet: 2C, 75 and 07. RGB value is (44,117,7). Sum of RGB (Red+Green+Blue) = 44+117+7=168 (22% of max value = 765). Red value is 44 (17.58% from 255 or 26.19% from 168); Green value is 117 (46.09% from 255 or 69.64% from 168); Blue value is 7 (3.12% from 255 or 4.17% from 168); Max value from RGB is 117 - color contains mainly: green. Hex color #2C7507 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2C7507 is #D38AF8. Grayscale: #535353. Windows color (decimal): -13863673 or 488748. OLE color: 488748.
HSL color Cylindrical-coordinate representation of color #2C7507: hue angle of 99.82º degrees, saturation: 0.89, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #2C7507 is Cyan = 0.62, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 44 | 117 | 7 | - |
| CMYK | 0.62 | 0 | 0.94 | 0.54 |
| HSL | 99.82º | 0.89% | 0.24% | - |
| HSV(B) | 99.82º | 0.94% | 0.46% | - |
| XYZ | 7.44 | 13.27 | 2.37 | - |
| YUV | 82.63 | 85.32 | 100.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 117 | 7 | 0.62 | 0 | 0.94 | 0.54 | 99.82 | 0.89 | 0.24 |
| Hex | 2C | 75 | 7 | 3E | 0 | 5E | 36 | 64 | 59 | 18 |
| Octal | 54 | 165 | 7 | 76 | 0 | 136 | 66 | 144 | 131 | 30 |
| Binary | 101100 | 1110101 | 111 | 111110 | 0 | 1011110 | 110110 | 1100100 | 1011001 | 11000 |
Color Harmonies of #2C7507
Complementary color
Monochromatic Colors of #2C7507
Black with #2C7507
Text Example
Text Example
White with #2C7507
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C7507; }
p { color: rgb(44,117,7); }
H1.HeaderClassName
{
color: #2C7507;
}
.AnyTagClassName
{
color: #2C7507;
}
</style>
background-color css
<style>
a { background-color: #2C7507; }
a { background-color: rgb(44,117,7); }
div.DivClassName
{
background-color: #2C7507;
}
.BgClassName
{
background-color: #2C7507;
}
</style>
border-color css
<style>
span { border-color: #2C7507; }
span { border-color: rgb(44,117,7); }
td.TdClassName
{
border-color: #2C7507;
}
.TagClassName
{
border-color: #2C7507;
}
</style>