Shades of Bilbao #2E680B
Tints of Bilbao #2E680B
RGB
CMYK
RGB Variations
Color information
#2E680B (or 0x2E680B) is known color: Bilbao. HEX triplet: 2E, 68 and 0B. RGB value is (46,104,11). Sum of RGB (Red+Green+Blue) = 46+104+11=161 (21% of max value = 765). Red value is 46 (18.36% from 255 or 28.57% from 161); Green value is 104 (41.02% from 255 or 64.60% from 161); Blue value is 11 (4.69% from 255 or 6.83% from 161); Max value from RGB is 104 - color contains mainly: green. Hex color #2E680B is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2E680B is #D197F4. Grayscale: #4C4C4C. Windows color (decimal): -13735925 or 747566. OLE color: 747566.
HSL color Cylindrical-coordinate representation of color #2E680B: hue angle of 97.42º degrees, saturation: 0.81, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #2E680B is Cyan = 0.56, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 46 | 104 | 11 | - |
| CMYK | 0.56 | 0 | 0.89 | 0.59 |
| HSL | 97.42º | 0.81% | 0.23% | - |
| HSV(B) | 97.42º | 0.89% | 0.41% | - |
| XYZ | 6.14 | 10.51 | 2.02 | - |
| YUV | 76.06 | 91.28 | 106.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 104 | 11 | 0.56 | 0 | 0.89 | 0.59 | 97.42 | 0.81 | 0.23 |
| Hex | 2E | 68 | B | 38 | 0 | 59 | 3B | 61 | 51 | 17 |
| Octal | 56 | 150 | 13 | 70 | 0 | 131 | 73 | 141 | 121 | 27 |
| Binary | 101110 | 1101000 | 1011 | 111000 | 0 | 1011001 | 111011 | 1100001 | 1010001 | 10111 |
Color Harmonies of #2E680B
Complementary color
Monochromatic Colors of #2E680B
Black with #2E680B
Text Example
Text Example
White with #2E680B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E680B; }
p { color: rgb(46,104,11); }
H1.HeaderClassName
{
color: #2E680B;
}
.AnyTagClassName
{
color: #2E680B;
}
</style>
background-color css
<style>
a { background-color: #2E680B; }
a { background-color: rgb(46,104,11); }
div.DivClassName
{
background-color: #2E680B;
}
.BgClassName
{
background-color: #2E680B;
}
</style>
border-color css
<style>
span { border-color: #2E680B; }
span { border-color: rgb(46,104,11); }
td.TdClassName
{
border-color: #2E680B;
}
.TagClassName
{
border-color: #2E680B;
}
</style>