Shades of Bilbao #2A770D
Tints of Bilbao #2A770D
RGB
CMYK
RGB Variations
Color information
#2A770D (or 0x2A770D) is known color: Bilbao. HEX triplet: 2A, 77 and 0D. RGB value is (42,119,13). Sum of RGB (Red+Green+Blue) = 42+119+13=174 (23% of max value = 765). Red value is 42 (16.80% from 255 or 24.14% from 174); Green value is 119 (46.88% from 255 or 68.39% from 174); Blue value is 13 (5.47% from 255 or 7.47% from 174); Max value from RGB is 119 - color contains mainly: green. Hex color #2A770D is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2A770D is #D588F2. Grayscale: #545454. Windows color (decimal): -13994227 or 882474. OLE color: 882474.
HSL color Cylindrical-coordinate representation of color #2A770D: hue angle of 103.58º degrees, saturation: 0.8, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #2A770D is Cyan = 0.65, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 42 | 119 | 13 | - |
| CMYK | 0.65 | 0 | 0.89 | 0.53 |
| HSL | 103.58º | 0.8% | 0.26% | - |
| HSV(B) | 103.58º | 0.89% | 0.47% | - |
| XYZ | 7.62 | 13.71 | 2.63 | - |
| YUV | 83.89 | 87.99 | 98.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 119 | 13 | 0.65 | 0 | 0.89 | 0.53 | 103.58 | 0.8 | 0.26 |
| Hex | 2A | 77 | D | 41 | 0 | 59 | 35 | 68 | 50 | 1A |
| Octal | 52 | 167 | 15 | 101 | 0 | 131 | 65 | 150 | 120 | 32 |
| Binary | 101010 | 1110111 | 1101 | 1000001 | 0 | 1011001 | 110101 | 1101000 | 1010000 | 11010 |
Color Harmonies of #2A770D
Complementary color
Monochromatic Colors of #2A770D
Black with #2A770D
Text Example
Text Example
White with #2A770D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A770D; }
p { color: rgb(42,119,13); }
H1.HeaderClassName
{
color: #2A770D;
}
.AnyTagClassName
{
color: #2A770D;
}
</style>
background-color css
<style>
a { background-color: #2A770D; }
a { background-color: rgb(42,119,13); }
div.DivClassName
{
background-color: #2A770D;
}
.BgClassName
{
background-color: #2A770D;
}
</style>
border-color css
<style>
span { border-color: #2A770D; }
span { border-color: rgb(42,119,13); }
td.TdClassName
{
border-color: #2A770D;
}
.TagClassName
{
border-color: #2A770D;
}
</style>