Shades of Bilbao #2C7700
Tints of Bilbao #2C7700
RGB
CMYK
RGB Variations
Color information
#2C7700 (or 0x2C7700) is known color: Bilbao. HEX triplet: 2C, 77 and 00. RGB value is (44,119,0). Sum of RGB (Red+Green+Blue) = 44+119+0=163 (21% of max value = 765). Red value is 44 (17.58% from 255 or 26.99% from 163); Green value is 119 (46.88% from 255 or 73.01% from 163); Blue value is 0 (0.39% from 255 or 0% from 163); Max value from RGB is 119 - color contains mainly: green. Hex color #2C7700 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2C7700 is #D388FF. Grayscale: #535353. Windows color (decimal): -13863168 or 30508. OLE color: 30508.
HSL color Cylindrical-coordinate representation of color #2C7700: hue angle of 97.82º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 1%. Process color model (Four color, CMYK) of #2C7700 is Cyan = 0.63, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 44 | 119 | 0 | - |
| CMYK | 0.63 | 0 | 1 | 0.53 |
| HSL | 97.82º | 1% | 0.23% | - |
| HSV(B) | 97.82º | 1% | 0.47% | - |
| XYZ | 7.64 | 13.73 | 2.25 | - |
| YUV | 83.01 | 81.15 | 100.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 119 | 0 | 0.63 | 0 | 1 | 0.53 | 97.82 | 1 | 0.23 |
| Hex | 2C | 77 | 0 | 3F | 0 | 64 | 35 | 62 | 64 | 17 |
| Octal | 54 | 167 | 0 | 77 | 0 | 144 | 65 | 142 | 144 | 27 |
| Binary | 101100 | 1110111 | 0 | 111111 | 0 | 1100100 | 110101 | 1100010 | 1100100 | 10111 |
Color Harmonies of #2C7700
Complementary color
Monochromatic Colors of #2C7700
Black with #2C7700
Text Example
Text Example
White with #2C7700
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C7700; }
p { color: rgb(44,119,0); }
H1.HeaderClassName
{
color: #2C7700;
}
.AnyTagClassName
{
color: #2C7700;
}
</style>
background-color css
<style>
a { background-color: #2C7700; }
a { background-color: rgb(44,119,0); }
div.DivClassName
{
background-color: #2C7700;
}
.BgClassName
{
background-color: #2C7700;
}
</style>
border-color css
<style>
span { border-color: #2C7700; }
span { border-color: rgb(44,119,0); }
td.TdClassName
{
border-color: #2C7700;
}
.TagClassName
{
border-color: #2C7700;
}
</style>