Shades of Bilbao #2A710C
Tints of Bilbao #2A710C
RGB
CMYK
RGB Variations
Color information
#2A710C (or 0x2A710C) is known color: Bilbao. HEX triplet: 2A, 71 and 0C. RGB value is (42,113,12). Sum of RGB (Red+Green+Blue) = 42+113+12=167 (22% of max value = 765). Red value is 42 (16.80% from 255 or 25.15% from 167); Green value is 113 (44.53% from 255 or 67.66% from 167); Blue value is 12 (5.08% from 255 or 7.19% from 167); Max value from RGB is 113 - color contains mainly: green. Hex color #2A710C is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2A710C is #D58EF3. Grayscale: #505050. Windows color (decimal): -13995764 or 815402. OLE color: 815402.
HSL color Cylindrical-coordinate representation of color #2A710C: hue angle of 102.18º degrees, saturation: 0.81, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #2A710C is Cyan = 0.63, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 42 | 113 | 12 | - |
| CMYK | 0.63 | 0 | 0.89 | 0.56 |
| HSL | 102.18º | 0.81% | 0.25% | - |
| HSV(B) | 102.18º | 0.89% | 0.44% | - |
| XYZ | 6.93 | 12.33 | 2.36 | - |
| YUV | 80.26 | 89.48 | 100.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 113 | 12 | 0.63 | 0 | 0.89 | 0.56 | 102.18 | 0.81 | 0.25 |
| Hex | 2A | 71 | C | 3F | 0 | 59 | 38 | 66 | 51 | 19 |
| Octal | 52 | 161 | 14 | 77 | 0 | 131 | 70 | 146 | 121 | 31 |
| Binary | 101010 | 1110001 | 1100 | 111111 | 0 | 1011001 | 111000 | 1100110 | 1010001 | 11001 |
Color Harmonies of #2A710C
Complementary color
Monochromatic Colors of #2A710C
Black with #2A710C
Text Example
Text Example
White with #2A710C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A710C; }
p { color: rgb(42,113,12); }
H1.HeaderClassName
{
color: #2A710C;
}
.AnyTagClassName
{
color: #2A710C;
}
</style>
background-color css
<style>
a { background-color: #2A710C; }
a { background-color: rgb(42,113,12); }
div.DivClassName
{
background-color: #2A710C;
}
.BgClassName
{
background-color: #2A710C;
}
</style>
border-color css
<style>
span { border-color: #2A710C; }
span { border-color: rgb(42,113,12); }
td.TdClassName
{
border-color: #2A710C;
}
.TagClassName
{
border-color: #2A710C;
}
</style>