Shades of Bilbao #2A711B
Tints of Bilbao #2A711B
RGB
CMYK
RGB Variations
Color information
#2A711B (or 0x2A711B) is known color: Bilbao. HEX triplet: 2A, 71 and 1B. RGB value is (42,113,27). Sum of RGB (Red+Green+Blue) = 42+113+27=182 (24% of max value = 765). Red value is 42 (16.80% from 255 or 23.08% from 182); Green value is 113 (44.53% from 255 or 62.09% from 182); Blue value is 27 (10.94% from 255 or 14.84% from 182); Max value from RGB is 113 - color contains mainly: green. Hex color #2A711B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2A711B is #D58EE4. Grayscale: #525252. Windows color (decimal): -13995749 or 1798442. OLE color: 1798442.
HSL color Cylindrical-coordinate representation of color #2A711B: hue angle of 109.53º degrees, saturation: 0.61, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2A711B is Cyan = 0.63, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 42 | 113 | 27 | - |
| CMYK | 0.63 | 0 | 0.76 | 0.56 |
| HSL | 109.53º | 0.61% | 0.27% | - |
| HSV(B) | 109.53º | 0.76% | 0.44% | - |
| XYZ | 7.06 | 12.38 | 3.05 | - |
| YUV | 81.97 | 96.98 | 99.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 113 | 27 | 0.63 | 0 | 0.76 | 0.56 | 109.53 | 0.61 | 0.27 |
| Hex | 2A | 71 | 1B | 3F | 0 | 4C | 38 | 6E | 3D | 1B |
| Octal | 52 | 161 | 33 | 77 | 0 | 114 | 70 | 156 | 75 | 33 |
| Binary | 101010 | 1110001 | 11011 | 111111 | 0 | 1001100 | 111000 | 1101110 | 111101 | 11011 |
Color Harmonies of #2A711B
Complementary color
Monochromatic Colors of #2A711B
Black with #2A711B
Text Example
Text Example
White with #2A711B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A711B; }
p { color: rgb(42,113,27); }
H1.HeaderClassName
{
color: #2A711B;
}
.AnyTagClassName
{
color: #2A711B;
}
</style>
background-color css
<style>
a { background-color: #2A711B; }
a { background-color: rgb(42,113,27); }
div.DivClassName
{
background-color: #2A711B;
}
.BgClassName
{
background-color: #2A711B;
}
</style>
border-color css
<style>
span { border-color: #2A711B; }
span { border-color: rgb(42,113,27); }
td.TdClassName
{
border-color: #2A711B;
}
.TagClassName
{
border-color: #2A711B;
}
</style>