Shades of Bilbao #2C780A
Tints of Bilbao #2C780A
RGB
CMYK
RGB Variations
Color information
#2C780A (or 0x2C780A) is known color: Bilbao. HEX triplet: 2C, 78 and 0A. RGB value is (44,120,10). Sum of RGB (Red+Green+Blue) = 44+120+10=174 (23% of max value = 765). Red value is 44 (17.58% from 255 or 25.29% from 174); Green value is 120 (47.27% from 255 or 68.97% from 174); Blue value is 10 (4.30% from 255 or 5.75% from 174); Max value from RGB is 120 - color contains mainly: green. Hex color #2C780A is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2C780A is #D387F5. Grayscale: #555555. Windows color (decimal): -13862902 or 686124. OLE color: 686124.
HSL color Cylindrical-coordinate representation of color #2C780A: hue angle of 101.45º degrees, saturation: 0.85, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #2C780A is Cyan = 0.63, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 44 | 120 | 10 | - |
| CMYK | 0.63 | 0 | 0.92 | 0.53 |
| HSL | 101.45º | 0.85% | 0.25% | - |
| HSV(B) | 101.45º | 0.92% | 0.47% | - |
| XYZ | 7.81 | 13.99 | 2.58 | - |
| YUV | 84.74 | 85.82 | 98.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 120 | 10 | 0.63 | 0 | 0.92 | 0.53 | 101.45 | 0.85 | 0.25 |
| Hex | 2C | 78 | A | 3F | 0 | 5C | 35 | 65 | 55 | 19 |
| Octal | 54 | 170 | 12 | 77 | 0 | 134 | 65 | 145 | 125 | 31 |
| Binary | 101100 | 1111000 | 1010 | 111111 | 0 | 1011100 | 110101 | 1100101 | 1010101 | 11001 |
Color Harmonies of #2C780A
Complementary color
Monochromatic Colors of #2C780A
Black with #2C780A
Text Example
Text Example
White with #2C780A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C780A; }
p { color: rgb(44,120,10); }
H1.HeaderClassName
{
color: #2C780A;
}
.AnyTagClassName
{
color: #2C780A;
}
</style>
background-color css
<style>
a { background-color: #2C780A; }
a { background-color: rgb(44,120,10); }
div.DivClassName
{
background-color: #2C780A;
}
.BgClassName
{
background-color: #2C780A;
}
</style>
border-color css
<style>
span { border-color: #2C780A; }
span { border-color: rgb(44,120,10); }
td.TdClassName
{
border-color: #2C780A;
}
.TagClassName
{
border-color: #2C780A;
}
</style>