Shades of Bilbao #2E7321
Tints of Bilbao #2E7321
RGB
CMYK
RGB Variations
Color information
#2E7321 (or 0x2E7321) is known color: Bilbao. HEX triplet: 2E, 73 and 21. RGB value is (46,115,33). Sum of RGB (Red+Green+Blue) = 46+115+33=194 (25% of max value = 765). Red value is 46 (18.36% from 255 or 23.71% from 194); Green value is 115 (45.31% from 255 or 59.28% from 194); Blue value is 33 (13.28% from 255 or 17.01% from 194); Max value from RGB is 115 - color contains mainly: green. Hex color #2E7321 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2E7321 is #D18CDE. Grayscale: #555555. Windows color (decimal): -13733087 or 2192174. OLE color: 2192174.
HSL color Cylindrical-coordinate representation of color #2E7321: hue angle of 110.49º degrees, saturation: 0.55, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #2E7321 is Cyan = 0.6, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 46 | 115 | 33 | - |
| CMYK | 0.6 | 0 | 0.71 | 0.55 |
| HSL | 110.49º | 0.55% | 0.29% | - |
| HSV(B) | 110.49º | 0.71% | 0.45% | - |
| XYZ | 7.53 | 12.95 | 3.54 | - |
| YUV | 85.02 | 98.64 | 100.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 115 | 33 | 0.6 | 0 | 0.71 | 0.55 | 110.49 | 0.55 | 0.29 |
| Hex | 2E | 73 | 21 | 3C | 0 | 47 | 37 | 6E | 37 | 1D |
| Octal | 56 | 163 | 41 | 74 | 0 | 107 | 67 | 156 | 67 | 35 |
| Binary | 101110 | 1110011 | 100001 | 111100 | 0 | 1000111 | 110111 | 1101110 | 110111 | 11101 |
Color Harmonies of #2E7321
Complementary color
Monochromatic Colors of #2E7321
Black with #2E7321
Text Example
Text Example
White with #2E7321
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E7321; }
p { color: rgb(46,115,33); }
H1.HeaderClassName
{
color: #2E7321;
}
.AnyTagClassName
{
color: #2E7321;
}
</style>
background-color css
<style>
a { background-color: #2E7321; }
a { background-color: rgb(46,115,33); }
div.DivClassName
{
background-color: #2E7321;
}
.BgClassName
{
background-color: #2E7321;
}
</style>
border-color css
<style>
span { border-color: #2E7321; }
span { border-color: rgb(46,115,33); }
td.TdClassName
{
border-color: #2E7321;
}
.TagClassName
{
border-color: #2E7321;
}
</style>