Shades of Bilbao #2A780F
Tints of Bilbao #2A780F
RGB
CMYK
RGB Variations
Color information
#2A780F (or 0x2A780F) is known color: Bilbao. HEX triplet: 2A, 78 and 0F. RGB value is (42,120,15). Sum of RGB (Red+Green+Blue) = 42+120+15=177 (23% of max value = 765). Red value is 42 (16.80% from 255 or 23.73% from 177); Green value is 120 (47.27% from 255 or 67.80% from 177); Blue value is 15 (6.25% from 255 or 8.47% from 177); Max value from RGB is 120 - color contains mainly: green. Hex color #2A780F is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2A780F is #D587F0. Grayscale: #555555. Windows color (decimal): -13993969 or 1013802. OLE color: 1013802.
HSL color Cylindrical-coordinate representation of color #2A780F: hue angle of 104.57º degrees, saturation: 0.78, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #2A780F is Cyan = 0.65, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 42 | 120 | 15 | - |
| CMYK | 0.65 | 0 | 0.87 | 0.53 |
| HSL | 104.57º | 0.78% | 0.26% | - |
| HSV(B) | 104.57º | 0.88% | 0.47% | - |
| XYZ | 7.76 | 13.96 | 2.74 | - |
| YUV | 84.71 | 88.66 | 97.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 120 | 15 | 0.65 | 0 | 0.87 | 0.53 | 104.57 | 0.78 | 0.26 |
| Hex | 2A | 78 | F | 41 | 0 | 57 | 35 | 69 | 4E | 1A |
| Octal | 52 | 170 | 17 | 101 | 0 | 127 | 65 | 151 | 116 | 32 |
| Binary | 101010 | 1111000 | 1111 | 1000001 | 0 | 1010111 | 110101 | 1101001 | 1001110 | 11010 |
Color Harmonies of #2A780F
Complementary color
Monochromatic Colors of #2A780F
Black with #2A780F
Text Example
Text Example
White with #2A780F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A780F; }
p { color: rgb(42,120,15); }
H1.HeaderClassName
{
color: #2A780F;
}
.AnyTagClassName
{
color: #2A780F;
}
</style>
background-color css
<style>
a { background-color: #2A780F; }
a { background-color: rgb(42,120,15); }
div.DivClassName
{
background-color: #2A780F;
}
.BgClassName
{
background-color: #2A780F;
}
</style>
border-color css
<style>
span { border-color: #2A780F; }
span { border-color: rgb(42,120,15); }
td.TdClassName
{
border-color: #2A780F;
}
.TagClassName
{
border-color: #2A780F;
}
</style>