Shades of Bilbao #2C781B
Tints of Bilbao #2C781B
RGB
CMYK
RGB Variations
Color information
#2C781B (or 0x2C781B) is known color: Bilbao. HEX triplet: 2C, 78 and 1B. RGB value is (44,120,27). Sum of RGB (Red+Green+Blue) = 44+120+27=191 (25% of max value = 765). Red value is 44 (17.58% from 255 or 23.04% from 191); Green value is 120 (47.27% from 255 or 62.83% from 191); Blue value is 27 (10.94% from 255 or 14.14% from 191); Max value from RGB is 120 - color contains mainly: green. Hex color #2C781B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2C781B is #D387E4. Grayscale: #565656. Windows color (decimal): -13862885 or 1800236. OLE color: 1800236.
HSL color Cylindrical-coordinate representation of color #2C781B: hue angle of 109.03º degrees, saturation: 0.63, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2C781B is Cyan = 0.63, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 44 | 120 | 27 | - |
| CMYK | 0.63 | 0 | 0.78 | 0.53 |
| HSL | 109.03º | 0.63% | 0.29% | - |
| HSV(B) | 109.03º | 0.78% | 0.47% | - |
| XYZ | 7.95 | 14.05 | 3.33 | - |
| YUV | 86.67 | 94.32 | 97.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 120 | 27 | 0.63 | 0 | 0.78 | 0.53 | 109.03 | 0.63 | 0.29 |
| Hex | 2C | 78 | 1B | 3F | 0 | 4E | 35 | 6D | 3F | 1D |
| Octal | 54 | 170 | 33 | 77 | 0 | 116 | 65 | 155 | 77 | 35 |
| Binary | 101100 | 1111000 | 11011 | 111111 | 0 | 1001110 | 110101 | 1101101 | 111111 | 11101 |
Color Harmonies of #2C781B
Complementary color
Monochromatic Colors of #2C781B
Black with #2C781B
Text Example
Text Example
White with #2C781B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C781B; }
p { color: rgb(44,120,27); }
H1.HeaderClassName
{
color: #2C781B;
}
.AnyTagClassName
{
color: #2C781B;
}
</style>
background-color css
<style>
a { background-color: #2C781B; }
a { background-color: rgb(44,120,27); }
div.DivClassName
{
background-color: #2C781B;
}
.BgClassName
{
background-color: #2C781B;
}
</style>
border-color css
<style>
span { border-color: #2C781B; }
span { border-color: rgb(44,120,27); }
td.TdClassName
{
border-color: #2C781B;
}
.TagClassName
{
border-color: #2C781B;
}
</style>