Shades of Bilbao #2E771B
Tints of Bilbao #2E771B
RGB
CMYK
RGB Variations
Color information
#2E771B (or 0x2E771B) is known color: Bilbao. HEX triplet: 2E, 77 and 1B. RGB value is (46,119,27). Sum of RGB (Red+Green+Blue) = 46+119+27=192 (25% of max value = 765). Red value is 46 (18.36% from 255 or 23.96% from 192); Green value is 119 (46.88% from 255 or 61.98% from 192); Blue value is 27 (10.94% from 255 or 14.06% from 192); Max value from RGB is 119 - color contains mainly: green. Hex color #2E771B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2E771B is #D188E4. Grayscale: #565656. Windows color (decimal): -13732069 or 1799982. OLE color: 1799982.
HSL color Cylindrical-coordinate representation of color #2E771B: hue angle of 107.61º degrees, saturation: 0.63, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2E771B is Cyan = 0.61, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 46 | 119 | 27 | - |
| CMYK | 0.61 | 0 | 0.77 | 0.53 |
| HSL | 107.61º | 0.63% | 0.29% | - |
| HSV(B) | 107.61º | 0.77% | 0.47% | - |
| XYZ | 7.92 | 13.85 | 3.29 | - |
| YUV | 86.69 | 94.32 | 98.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 119 | 27 | 0.61 | 0 | 0.77 | 0.53 | 107.61 | 0.63 | 0.29 |
| Hex | 2E | 77 | 1B | 3D | 0 | 4D | 35 | 6C | 3F | 1D |
| Octal | 56 | 167 | 33 | 75 | 0 | 115 | 65 | 154 | 77 | 35 |
| Binary | 101110 | 1110111 | 11011 | 111101 | 0 | 1001101 | 110101 | 1101100 | 111111 | 11101 |
Color Harmonies of #2E771B
Complementary color
Monochromatic Colors of #2E771B
Black with #2E771B
Text Example
Text Example
White with #2E771B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E771B; }
p { color: rgb(46,119,27); }
H1.HeaderClassName
{
color: #2E771B;
}
.AnyTagClassName
{
color: #2E771B;
}
</style>
background-color css
<style>
a { background-color: #2E771B; }
a { background-color: rgb(46,119,27); }
div.DivClassName
{
background-color: #2E771B;
}
.BgClassName
{
background-color: #2E771B;
}
</style>
border-color css
<style>
span { border-color: #2E771B; }
span { border-color: rgb(46,119,27); }
td.TdClassName
{
border-color: #2E771B;
}
.TagClassName
{
border-color: #2E771B;
}
</style>