Shades of Bilbao #2C780B
Tints of Bilbao #2C780B
RGB
CMYK
RGB Variations
Color information
#2C780B (or 0x2C780B) is known color: Bilbao. HEX triplet: 2C, 78 and 0B. RGB value is (44,120,11). Sum of RGB (Red+Green+Blue) = 44+120+11=175 (23% of max value = 765). Red value is 44 (17.58% from 255 or 25.14% from 175); Green value is 120 (47.27% from 255 or 68.57% from 175); Blue value is 11 (4.69% from 255 or 6.29% from 175); Max value from RGB is 120 - color contains mainly: green. Hex color #2C780B is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2C780B is #D387F4. Grayscale: #555555. Windows color (decimal): -13862901 or 751660. OLE color: 751660.
HSL color Cylindrical-coordinate representation of color #2C780B: hue angle of 101.83º degrees, saturation: 0.83, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #2C780B is Cyan = 0.63, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 44 | 120 | 11 | - |
| CMYK | 0.63 | 0 | 0.91 | 0.53 |
| HSL | 101.83º | 0.83% | 0.26% | - |
| HSV(B) | 101.83º | 0.91% | 0.47% | - |
| XYZ | 7.82 | 13.99 | 2.61 | - |
| YUV | 84.85 | 86.32 | 98.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 120 | 11 | 0.63 | 0 | 0.91 | 0.53 | 101.83 | 0.83 | 0.26 |
| Hex | 2C | 78 | B | 3F | 0 | 5B | 35 | 66 | 53 | 1A |
| Octal | 54 | 170 | 13 | 77 | 0 | 133 | 65 | 146 | 123 | 32 |
| Binary | 101100 | 1111000 | 1011 | 111111 | 0 | 1011011 | 110101 | 1100110 | 1010011 | 11010 |
Color Harmonies of #2C780B
Complementary color
Monochromatic Colors of #2C780B
Black with #2C780B
Text Example
Text Example
White with #2C780B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C780B; }
p { color: rgb(44,120,11); }
H1.HeaderClassName
{
color: #2C780B;
}
.AnyTagClassName
{
color: #2C780B;
}
</style>
background-color css
<style>
a { background-color: #2C780B; }
a { background-color: rgb(44,120,11); }
div.DivClassName
{
background-color: #2C780B;
}
.BgClassName
{
background-color: #2C780B;
}
</style>
border-color css
<style>
span { border-color: #2C780B; }
span { border-color: rgb(44,120,11); }
td.TdClassName
{
border-color: #2C780B;
}
.TagClassName
{
border-color: #2C780B;
}
</style>