Shades of Bilbao #2E701B
Tints of Bilbao #2E701B
RGB
CMYK
RGB Variations
Color information
#2E701B (or 0x2E701B) is known color: Bilbao. HEX triplet: 2E, 70 and 1B. RGB value is (46,112,27). Sum of RGB (Red+Green+Blue) = 46+112+27=185 (24% of max value = 765). Red value is 46 (18.36% from 255 or 24.86% from 185); Green value is 112 (44.14% from 255 or 60.54% from 185); Blue value is 27 (10.94% from 255 or 14.59% from 185); Max value from RGB is 112 - color contains mainly: green. Hex color #2E701B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2E701B is #D18FE4. Grayscale: #525252. Windows color (decimal): -13733861 or 1798190. OLE color: 1798190.
HSL color Cylindrical-coordinate representation of color #2E701B: hue angle of 106.59º 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 #2E701B is Cyan = 0.59, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 46 | 112 | 27 | - |
| CMYK | 0.59 | 0 | 0.76 | 0.56 |
| HSL | 106.59º | 0.61% | 0.27% | - |
| HSV(B) | 106.59º | 0.76% | 0.44% | - |
| XYZ | 7.12 | 12.25 | 3.03 | - |
| YUV | 82.58 | 96.63 | 101.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 112 | 27 | 0.59 | 0 | 0.76 | 0.56 | 106.59 | 0.61 | 0.27 |
| Hex | 2E | 70 | 1B | 3B | 0 | 4C | 38 | 6B | 3D | 1B |
| Octal | 56 | 160 | 33 | 73 | 0 | 114 | 70 | 153 | 75 | 33 |
| Binary | 101110 | 1110000 | 11011 | 111011 | 0 | 1001100 | 111000 | 1101011 | 111101 | 11011 |
Color Harmonies of #2E701B
Complementary color
Monochromatic Colors of #2E701B
Black with #2E701B
Text Example
Text Example
White with #2E701B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E701B; }
p { color: rgb(46,112,27); }
H1.HeaderClassName
{
color: #2E701B;
}
.AnyTagClassName
{
color: #2E701B;
}
</style>
background-color css
<style>
a { background-color: #2E701B; }
a { background-color: rgb(46,112,27); }
div.DivClassName
{
background-color: #2E701B;
}
.BgClassName
{
background-color: #2E701B;
}
</style>
border-color css
<style>
span { border-color: #2E701B; }
span { border-color: rgb(46,112,27); }
td.TdClassName
{
border-color: #2E701B;
}
.TagClassName
{
border-color: #2E701B;
}
</style>