Shades of Bilbao #2A710E
Tints of Bilbao #2A710E
RGB
CMYK
RGB Variations
Color information
#2A710E (or 0x2A710E) is known color: Bilbao. HEX triplet: 2A, 71 and 0E. RGB value is (42,113,14). Sum of RGB (Red+Green+Blue) = 42+113+14=169 (22% of max value = 765). Red value is 42 (16.80% from 255 or 24.85% from 169); Green value is 113 (44.53% from 255 or 66.86% from 169); Blue value is 14 (5.86% from 255 or 8.28% from 169); Max value from RGB is 113 - color contains mainly: green. Hex color #2A710E is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2A710E is #D58EF1. Grayscale: #505050. Windows color (decimal): -13995762 or 946474. OLE color: 946474.
HSL color Cylindrical-coordinate representation of color #2A710E: hue angle of 103.03º degrees, saturation: 0.78, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #2A710E is Cyan = 0.63, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 42 | 113 | 14 | - |
| CMYK | 0.63 | 0 | 0.88 | 0.56 |
| HSL | 103.03º | 0.78% | 0.25% | - |
| HSV(B) | 103.03º | 0.88% | 0.44% | - |
| XYZ | 6.94 | 12.33 | 2.43 | - |
| YUV | 80.49 | 90.48 | 100.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 113 | 14 | 0.63 | 0 | 0.88 | 0.56 | 103.03 | 0.78 | 0.25 |
| Hex | 2A | 71 | E | 3F | 0 | 58 | 38 | 67 | 4E | 19 |
| Octal | 52 | 161 | 16 | 77 | 0 | 130 | 70 | 147 | 116 | 31 |
| Binary | 101010 | 1110001 | 1110 | 111111 | 0 | 1011000 | 111000 | 1100111 | 1001110 | 11001 |
Color Harmonies of #2A710E
Complementary color
Monochromatic Colors of #2A710E
Black with #2A710E
Text Example
Text Example
White with #2A710E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A710E; }
p { color: rgb(42,113,14); }
H1.HeaderClassName
{
color: #2A710E;
}
.AnyTagClassName
{
color: #2A710E;
}
</style>
background-color css
<style>
a { background-color: #2A710E; }
a { background-color: rgb(42,113,14); }
div.DivClassName
{
background-color: #2A710E;
}
.BgClassName
{
background-color: #2A710E;
}
</style>
border-color css
<style>
span { border-color: #2A710E; }
span { border-color: rgb(42,113,14); }
td.TdClassName
{
border-color: #2A710E;
}
.TagClassName
{
border-color: #2A710E;
}
</style>