Shades of Bilbao #2C7609
Tints of Bilbao #2C7609
RGB
CMYK
RGB Variations
Color information
#2C7609 (or 0x2C7609) is known color: Bilbao. HEX triplet: 2C, 76 and 09. RGB value is (44,118,9). Sum of RGB (Red+Green+Blue) = 44+118+9=171 (22% of max value = 765). Red value is 44 (17.58% from 255 or 25.73% from 171); Green value is 118 (46.48% from 255 or 69.01% from 171); Blue value is 9 (3.91% from 255 or 5.26% from 171); Max value from RGB is 118 - color contains mainly: green. Hex color #2C7609 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2C7609 is #D389F6. Grayscale: #535353. Windows color (decimal): -13863415 or 620076. OLE color: 620076.
HSL color Cylindrical-coordinate representation of color #2C7609: hue angle of 100.73º degrees, saturation: 0.86, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #2C7609 is Cyan = 0.63, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 44 | 118 | 9 | - |
| CMYK | 0.63 | 0 | 0.92 | 0.54 |
| HSL | 100.73º | 0.86% | 0.25% | - |
| HSV(B) | 100.73º | 0.92% | 0.46% | - |
| XYZ | 7.57 | 13.51 | 2.47 | - |
| YUV | 83.45 | 85.98 | 99.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 118 | 9 | 0.63 | 0 | 0.92 | 0.54 | 100.73 | 0.86 | 0.25 |
| Hex | 2C | 76 | 9 | 3F | 0 | 5C | 36 | 65 | 56 | 19 |
| Octal | 54 | 166 | 11 | 77 | 0 | 134 | 66 | 145 | 126 | 31 |
| Binary | 101100 | 1110110 | 1001 | 111111 | 0 | 1011100 | 110110 | 1100101 | 1010110 | 11001 |
Color Harmonies of #2C7609
Complementary color
Monochromatic Colors of #2C7609
Black with #2C7609
Text Example
Text Example
White with #2C7609
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C7609; }
p { color: rgb(44,118,9); }
H1.HeaderClassName
{
color: #2C7609;
}
.AnyTagClassName
{
color: #2C7609;
}
</style>
background-color css
<style>
a { background-color: #2C7609; }
a { background-color: rgb(44,118,9); }
div.DivClassName
{
background-color: #2C7609;
}
.BgClassName
{
background-color: #2C7609;
}
</style>
border-color css
<style>
span { border-color: #2C7609; }
span { border-color: rgb(44,118,9); }
td.TdClassName
{
border-color: #2C7609;
}
.TagClassName
{
border-color: #2C7609;
}
</style>