Shades of Bilbao #2C7708
Tints of Bilbao #2C7708
RGB
CMYK
RGB Variations
Color information
#2C7708 (or 0x2C7708) is known color: Bilbao. HEX triplet: 2C, 77 and 08. RGB value is (44,119,8). Sum of RGB (Red+Green+Blue) = 44+119+8=171 (22% of max value = 765). Red value is 44 (17.58% from 255 or 25.73% from 171); Green value is 119 (46.88% from 255 or 69.59% from 171); Blue value is 8 (3.52% from 255 or 4.68% from 171); Max value from RGB is 119 - color contains mainly: green. Hex color #2C7708 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2C7708 is #D388F7. Grayscale: #545454. Windows color (decimal): -13863160 or 554796. OLE color: 554796.
HSL color Cylindrical-coordinate representation of color #2C7708: hue angle of 100.54º degrees, saturation: 0.87, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #2C7708 is Cyan = 0.63, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 44 | 119 | 8 | - |
| CMYK | 0.63 | 0 | 0.93 | 0.53 |
| HSL | 100.54º | 0.87% | 0.25% | - |
| HSV(B) | 100.54º | 0.93% | 0.47% | - |
| XYZ | 7.68 | 13.75 | 2.48 | - |
| YUV | 83.92 | 85.15 | 99.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 119 | 8 | 0.63 | 0 | 0.93 | 0.53 | 100.54 | 0.87 | 0.25 |
| Hex | 2C | 77 | 8 | 3F | 0 | 5D | 35 | 65 | 57 | 19 |
| Octal | 54 | 167 | 10 | 77 | 0 | 135 | 65 | 145 | 127 | 31 |
| Binary | 101100 | 1110111 | 1000 | 111111 | 0 | 1011101 | 110101 | 1100101 | 1010111 | 11001 |
Color Harmonies of #2C7708
Complementary color
Monochromatic Colors of #2C7708
Black with #2C7708
Text Example
Text Example
White with #2C7708
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C7708; }
p { color: rgb(44,119,8); }
H1.HeaderClassName
{
color: #2C7708;
}
.AnyTagClassName
{
color: #2C7708;
}
</style>
background-color css
<style>
a { background-color: #2C7708; }
a { background-color: rgb(44,119,8); }
div.DivClassName
{
background-color: #2C7708;
}
.BgClassName
{
background-color: #2C7708;
}
</style>
border-color css
<style>
span { border-color: #2C7708; }
span { border-color: rgb(44,119,8); }
td.TdClassName
{
border-color: #2C7708;
}
.TagClassName
{
border-color: #2C7708;
}
</style>