Shades of Bilbao #2E620B
Tints of Bilbao #2E620B
RGB
CMYK
RGB Variations
Color information
#2E620B (or 0x2E620B) is known color: Bilbao. HEX triplet: 2E, 62 and 0B. RGB value is (46,98,11). Sum of RGB (Red+Green+Blue) = 46+98+11=155 (20% of max value = 765). Red value is 46 (18.36% from 255 or 29.68% from 155); Green value is 98 (38.67% from 255 or 63.23% from 155); Blue value is 11 (4.69% from 255 or 7.10% from 155); Max value from RGB is 98 - color contains mainly: green. Hex color #2E620B is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2E620B is #D19DF4. Grayscale: #484848. Windows color (decimal): -13737461 or 746030. OLE color: 746030.
HSL color Cylindrical-coordinate representation of color #2E620B: hue angle of 95.86º degrees, saturation: 0.8, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #2E620B is Cyan = 0.53, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 46 | 98 | 11 | - |
| CMYK | 0.53 | 0 | 0.89 | 0.62 |
| HSL | 95.86º | 0.8% | 0.21% | - |
| HSV(B) | 95.86º | 0.89% | 0.38% | - |
| XYZ | 5.55 | 9.34 | 1.83 | - |
| YUV | 72.53 | 93.27 | 109.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 98 | 11 | 0.53 | 0 | 0.89 | 0.62 | 95.86 | 0.8 | 0.21 |
| Hex | 2E | 62 | B | 35 | 0 | 59 | 3E | 60 | 50 | 15 |
| Octal | 56 | 142 | 13 | 65 | 0 | 131 | 76 | 140 | 120 | 25 |
| Binary | 101110 | 1100010 | 1011 | 110101 | 0 | 1011001 | 111110 | 1100000 | 1010000 | 10101 |
Color Harmonies of #2E620B
Complementary color
Monochromatic Colors of #2E620B
Black with #2E620B
Text Example
Text Example
White with #2E620B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E620B; }
p { color: rgb(46,98,11); }
H1.HeaderClassName
{
color: #2E620B;
}
.AnyTagClassName
{
color: #2E620B;
}
</style>
background-color css
<style>
a { background-color: #2E620B; }
a { background-color: rgb(46,98,11); }
div.DivClassName
{
background-color: #2E620B;
}
.BgClassName
{
background-color: #2E620B;
}
</style>
border-color css
<style>
span { border-color: #2E620B; }
span { border-color: rgb(46,98,11); }
td.TdClassName
{
border-color: #2E620B;
}
.TagClassName
{
border-color: #2E620B;
}
</style>