Shades of Bilbao #2E721B
Tints of Bilbao #2E721B
RGB
CMYK
RGB Variations
Color information
#2E721B (or 0x2E721B) is known color: Bilbao. HEX triplet: 2E, 72 and 1B. RGB value is (46,114,27). Sum of RGB (Red+Green+Blue) = 46+114+27=187 (24% of max value = 765). Red value is 46 (18.36% from 255 or 24.60% from 187); Green value is 114 (44.92% from 255 or 60.96% from 187); Blue value is 27 (10.94% from 255 or 14.44% from 187); Max value from RGB is 114 - color contains mainly: green. Hex color #2E721B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2E721B is #D18DE4. Grayscale: #545454. Windows color (decimal): -13733349 or 1798702. OLE color: 1798702.
HSL color Cylindrical-coordinate representation of color #2E721B: hue angle of 106.9º degrees, saturation: 0.62, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2E721B is Cyan = 0.60, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 46 | 114 | 27 | - |
| CMYK | 0.60 | 0 | 0.76 | 0.55 |
| HSL | 106.9º | 0.62% | 0.28% | - |
| HSV(B) | 106.9º | 0.76% | 0.45% | - |
| XYZ | 7.34 | 12.69 | 3.1 | - |
| YUV | 83.75 | 95.97 | 101.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 114 | 27 | 0.60 | 0 | 0.76 | 0.55 | 106.9 | 0.62 | 0.28 |
| Hex | 2E | 72 | 1B | 3C | 0 | 4C | 37 | 6B | 3E | 1C |
| Octal | 56 | 162 | 33 | 74 | 0 | 114 | 67 | 153 | 76 | 34 |
| Binary | 101110 | 1110010 | 11011 | 111100 | 0 | 1001100 | 110111 | 1101011 | 111110 | 11100 |
Color Harmonies of #2E721B
Complementary color
Monochromatic Colors of #2E721B
Black with #2E721B
Text Example
Text Example
White with #2E721B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E721B; }
p { color: rgb(46,114,27); }
H1.HeaderClassName
{
color: #2E721B;
}
.AnyTagClassName
{
color: #2E721B;
}
</style>
background-color css
<style>
a { background-color: #2E721B; }
a { background-color: rgb(46,114,27); }
div.DivClassName
{
background-color: #2E721B;
}
.BgClassName
{
background-color: #2E721B;
}
</style>
border-color css
<style>
span { border-color: #2E721B; }
span { border-color: rgb(46,114,27); }
td.TdClassName
{
border-color: #2E721B;
}
.TagClassName
{
border-color: #2E721B;
}
</style>