Shades of Bilbao #2C780C
Tints of Bilbao #2C780C
RGB
CMYK
RGB Variations
Color information
#2C780C (or 0x2C780C) is known color: Bilbao. HEX triplet: 2C, 78 and 0C. RGB value is (44,120,12). Sum of RGB (Red+Green+Blue) = 44+120+12=176 (23% of max value = 765). Red value is 44 (17.58% from 255 or 25% from 176); Green value is 120 (47.27% from 255 or 68.18% from 176); Blue value is 12 (5.08% from 255 or 6.82% from 176); Max value from RGB is 120 - color contains mainly: green. Hex color #2C780C is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2C780C is #D387F3. Grayscale: #555555. Windows color (decimal): -13862900 or 817196. OLE color: 817196.
HSL color Cylindrical-coordinate representation of color #2C780C: hue angle of 102.22º degrees, saturation: 0.82, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #2C780C is Cyan = 0.63, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 44 | 120 | 12 | - |
| CMYK | 0.63 | 0 | 0.90 | 0.53 |
| HSL | 102.22º | 0.82% | 0.26% | - |
| HSV(B) | 102.22º | 0.9% | 0.47% | - |
| XYZ | 7.82 | 13.99 | 2.64 | - |
| YUV | 84.96 | 86.82 | 98.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 120 | 12 | 0.63 | 0 | 0.90 | 0.53 | 102.22 | 0.82 | 0.26 |
| Hex | 2C | 78 | C | 3F | 0 | 5A | 35 | 66 | 52 | 1A |
| Octal | 54 | 170 | 14 | 77 | 0 | 132 | 65 | 146 | 122 | 32 |
| Binary | 101100 | 1111000 | 1100 | 111111 | 0 | 1011010 | 110101 | 1100110 | 1010010 | 11010 |
Color Harmonies of #2C780C
Complementary color
Monochromatic Colors of #2C780C
Black with #2C780C
Text Example
Text Example
White with #2C780C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C780C; }
p { color: rgb(44,120,12); }
H1.HeaderClassName
{
color: #2C780C;
}
.AnyTagClassName
{
color: #2C780C;
}
</style>
background-color css
<style>
a { background-color: #2C780C; }
a { background-color: rgb(44,120,12); }
div.DivClassName
{
background-color: #2C780C;
}
.BgClassName
{
background-color: #2C780C;
}
</style>
border-color css
<style>
span { border-color: #2C780C; }
span { border-color: rgb(44,120,12); }
td.TdClassName
{
border-color: #2C780C;
}
.TagClassName
{
border-color: #2C780C;
}
</style>