Shades of Bilbao #2E731B
Tints of Bilbao #2E731B
RGB
CMYK
RGB Variations
Color information
#2E731B (or 0x2E731B) is known color: Bilbao. HEX triplet: 2E, 73 and 1B. RGB value is (46,115,27). Sum of RGB (Red+Green+Blue) = 46+115+27=188 (24% of max value = 765). Red value is 46 (18.36% from 255 or 24.47% from 188); Green value is 115 (45.31% from 255 or 61.17% from 188); Blue value is 27 (10.94% from 255 or 14.36% from 188); Max value from RGB is 115 - color contains mainly: green. Hex color #2E731B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2E731B is #D18CE4. Grayscale: #545454. Windows color (decimal): -13733093 or 1798958. OLE color: 1798958.
HSL color Cylindrical-coordinate representation of color #2E731B: hue angle of 107.05º degrees, saturation: 0.62, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2E731B is Cyan = 0.6, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 46 | 115 | 27 | - |
| CMYK | 0.6 | 0 | 0.77 | 0.55 |
| HSL | 107.05º | 0.62% | 0.28% | - |
| HSV(B) | 107.05º | 0.77% | 0.45% | - |
| XYZ | 7.46 | 12.92 | 3.14 | - |
| YUV | 84.34 | 95.64 | 100.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 115 | 27 | 0.6 | 0 | 0.77 | 0.55 | 107.05 | 0.62 | 0.28 |
| Hex | 2E | 73 | 1B | 3C | 0 | 4D | 37 | 6B | 3E | 1C |
| Octal | 56 | 163 | 33 | 74 | 0 | 115 | 67 | 153 | 76 | 34 |
| Binary | 101110 | 1110011 | 11011 | 111100 | 0 | 1001101 | 110111 | 1101011 | 111110 | 11100 |
Color Harmonies of #2E731B
Complementary color
Monochromatic Colors of #2E731B
Black with #2E731B
Text Example
Text Example
White with #2E731B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E731B; }
p { color: rgb(46,115,27); }
H1.HeaderClassName
{
color: #2E731B;
}
.AnyTagClassName
{
color: #2E731B;
}
</style>
background-color css
<style>
a { background-color: #2E731B; }
a { background-color: rgb(46,115,27); }
div.DivClassName
{
background-color: #2E731B;
}
.BgClassName
{
background-color: #2E731B;
}
</style>
border-color css
<style>
span { border-color: #2E731B; }
span { border-color: rgb(46,115,27); }
td.TdClassName
{
border-color: #2E731B;
}
.TagClassName
{
border-color: #2E731B;
}
</style>