Shades of Bilbao #2C771C
Tints of Bilbao #2C771C
RGB
CMYK
RGB Variations
Color information
#2C771C (or 0x2C771C) is known color: Bilbao. HEX triplet: 2C, 77 and 1C. RGB value is (44,119,28). Sum of RGB (Red+Green+Blue) = 44+119+28=191 (25% of max value = 765). Red value is 44 (17.58% from 255 or 23.04% from 191); Green value is 119 (46.88% from 255 or 62.30% from 191); Blue value is 28 (11.33% from 255 or 14.66% from 191); Max value from RGB is 119 - color contains mainly: green. Hex color #2C771C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2C771C is #D388E3. Grayscale: #565656. Windows color (decimal): -13863140 or 1865516. OLE color: 1865516.
HSL color Cylindrical-coordinate representation of color #2C771C: hue angle of 109.45º degrees, saturation: 0.62, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2C771C is Cyan = 0.63, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 44 | 119 | 28 | - |
| CMYK | 0.63 | 0 | 0.76 | 0.53 |
| HSL | 109.45º | 0.62% | 0.29% | - |
| HSV(B) | 109.45º | 0.76% | 0.47% | - |
| XYZ | 7.85 | 13.81 | 3.35 | - |
| YUV | 86.2 | 95.15 | 97.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 119 | 28 | 0.63 | 0 | 0.76 | 0.53 | 109.45 | 0.62 | 0.29 |
| Hex | 2C | 77 | 1C | 3F | 0 | 4C | 35 | 6D | 3E | 1D |
| Octal | 54 | 167 | 34 | 77 | 0 | 114 | 65 | 155 | 76 | 35 |
| Binary | 101100 | 1110111 | 11100 | 111111 | 0 | 1001100 | 110101 | 1101101 | 111110 | 11101 |
Color Harmonies of #2C771C
Complementary color
Monochromatic Colors of #2C771C
Black with #2C771C
Text Example
Text Example
White with #2C771C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C771C; }
p { color: rgb(44,119,28); }
H1.HeaderClassName
{
color: #2C771C;
}
.AnyTagClassName
{
color: #2C771C;
}
</style>
background-color css
<style>
a { background-color: #2C771C; }
a { background-color: rgb(44,119,28); }
div.DivClassName
{
background-color: #2C771C;
}
.BgClassName
{
background-color: #2C771C;
}
</style>
border-color css
<style>
span { border-color: #2C771C; }
span { border-color: rgb(44,119,28); }
td.TdClassName
{
border-color: #2C771C;
}
.TagClassName
{
border-color: #2C771C;
}
</style>