Shades of Bilbao #2E6D11
Tints of Bilbao #2E6D11
RGB
CMYK
RGB Variations
Color information
#2E6D11 (or 0x2E6D11) is known color: Bilbao. HEX triplet: 2E, 6D and 11. RGB value is (46,109,17). Sum of RGB (Red+Green+Blue) = 46+109+17=172 (22% of max value = 765). Red value is 46 (18.36% from 255 or 26.74% from 172); Green value is 109 (42.97% from 255 or 63.37% from 172); Blue value is 17 (7.03% from 255 or 9.88% from 172); Max value from RGB is 109 - color contains mainly: green. Hex color #2E6D11 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2E6D11 is #D192EE. Grayscale: #4F4F4F. Windows color (decimal): -13734639 or 1142062. OLE color: 1142062.
HSL color Cylindrical-coordinate representation of color #2E6D11: hue angle of 101.09º degrees, saturation: 0.73, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2E6D11 is Cyan = 0.58, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 46 | 109 | 17 | - |
| CMYK | 0.58 | 0 | 0.84 | 0.57 |
| HSL | 101.09º | 0.73% | 0.25% | - |
| HSV(B) | 101.09º | 0.84% | 0.43% | - |
| XYZ | 6.7 | 11.56 | 2.41 | - |
| YUV | 79.68 | 92.63 | 103.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 109 | 17 | 0.58 | 0 | 0.84 | 0.57 | 101.09 | 0.73 | 0.25 |
| Hex | 2E | 6D | 11 | 3A | 0 | 54 | 39 | 65 | 49 | 19 |
| Octal | 56 | 155 | 21 | 72 | 0 | 124 | 71 | 145 | 111 | 31 |
| Binary | 101110 | 1101101 | 10001 | 111010 | 0 | 1010100 | 111001 | 1100101 | 1001001 | 11001 |
Color Harmonies of #2E6D11
Complementary color
Monochromatic Colors of #2E6D11
Black with #2E6D11
Text Example
Text Example
White with #2E6D11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E6D11; }
p { color: rgb(46,109,17); }
H1.HeaderClassName
{
color: #2E6D11;
}
.AnyTagClassName
{
color: #2E6D11;
}
</style>
background-color css
<style>
a { background-color: #2E6D11; }
a { background-color: rgb(46,109,17); }
div.DivClassName
{
background-color: #2E6D11;
}
.BgClassName
{
background-color: #2E6D11;
}
</style>
border-color css
<style>
span { border-color: #2E6D11; }
span { border-color: rgb(46,109,17); }
td.TdClassName
{
border-color: #2E6D11;
}
.TagClassName
{
border-color: #2E6D11;
}
</style>