Shades of Bilbao #2E7A11
Tints of Bilbao #2E7A11
RGB
CMYK
RGB Variations
Color information
#2E7A11 (or 0x2E7A11) is known color: Bilbao. HEX triplet: 2E, 7A and 11. RGB value is (46,122,17). Sum of RGB (Red+Green+Blue) = 46+122+17=185 (24% of max value = 765). Red value is 46 (18.36% from 255 or 24.86% from 185); Green value is 122 (48.05% from 255 or 65.95% from 185); Blue value is 17 (7.03% from 255 or 9.19% from 185); Max value from RGB is 122 - color contains mainly: green. Hex color #2E7A11 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2E7A11 is #D185EE. Grayscale: #575757. Windows color (decimal): -13731311 or 1145390. OLE color: 1145390.
HSL color Cylindrical-coordinate representation of color #2E7A11: hue angle of 103.43º degrees, saturation: 0.76, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #2E7A11 is Cyan = 0.62, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 46 | 122 | 17 | - |
| CMYK | 0.62 | 0 | 0.86 | 0.52 |
| HSL | 103.43º | 0.76% | 0.27% | - |
| HSV(B) | 103.43º | 0.86% | 0.48% | - |
| XYZ | 8.19 | 14.54 | 2.91 | - |
| YUV | 87.31 | 88.32 | 98.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 122 | 17 | 0.62 | 0 | 0.86 | 0.52 | 103.43 | 0.76 | 0.27 |
| Hex | 2E | 7A | 11 | 3E | 0 | 56 | 34 | 67 | 4C | 1B |
| Octal | 56 | 172 | 21 | 76 | 0 | 126 | 64 | 147 | 114 | 33 |
| Binary | 101110 | 1111010 | 10001 | 111110 | 0 | 1010110 | 110100 | 1100111 | 1001100 | 11011 |
Color Harmonies of #2E7A11
Complementary color
Monochromatic Colors of #2E7A11
Black with #2E7A11
Text Example
Text Example
White with #2E7A11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E7A11; }
p { color: rgb(46,122,17); }
H1.HeaderClassName
{
color: #2E7A11;
}
.AnyTagClassName
{
color: #2E7A11;
}
</style>
background-color css
<style>
a { background-color: #2E7A11; }
a { background-color: rgb(46,122,17); }
div.DivClassName
{
background-color: #2E7A11;
}
.BgClassName
{
background-color: #2E7A11;
}
</style>
border-color css
<style>
span { border-color: #2E7A11; }
span { border-color: rgb(46,122,17); }
td.TdClassName
{
border-color: #2E7A11;
}
.TagClassName
{
border-color: #2E7A11;
}
</style>