Shades of Bilbao #2E6810
Tints of Bilbao #2E6810
RGB
CMYK
RGB Variations
Color information
#2E6810 (or 0x2E6810) is known color: Bilbao. HEX triplet: 2E, 68 and 10. RGB value is (46,104,16). Sum of RGB (Red+Green+Blue) = 46+104+16=166 (21% of max value = 765). Red value is 46 (18.36% from 255 or 27.71% from 166); Green value is 104 (41.02% from 255 or 62.65% from 166); Blue value is 16 (6.64% from 255 or 9.64% from 166); Max value from RGB is 104 - color contains mainly: green. Hex color #2E6810 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2E6810 is #D197EF. Grayscale: #4C4C4C. Windows color (decimal): -13735920 or 1075246. OLE color: 1075246.
HSL color Cylindrical-coordinate representation of color #2E6810: hue angle of 99.55º degrees, saturation: 0.73, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2E6810 is Cyan = 0.56, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 46 | 104 | 16 | - |
| CMYK | 0.56 | 0 | 0.85 | 0.59 |
| HSL | 99.55º | 0.73% | 0.24% | - |
| HSV(B) | 99.55º | 0.85% | 0.41% | - |
| XYZ | 6.17 | 10.52 | 2.2 | - |
| YUV | 76.63 | 93.78 | 106.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 104 | 16 | 0.56 | 0 | 0.85 | 0.59 | 99.55 | 0.73 | 0.24 |
| Hex | 2E | 68 | 10 | 38 | 0 | 55 | 3B | 64 | 49 | 18 |
| Octal | 56 | 150 | 20 | 70 | 0 | 125 | 73 | 144 | 111 | 30 |
| Binary | 101110 | 1101000 | 10000 | 111000 | 0 | 1010101 | 111011 | 1100100 | 1001001 | 11000 |
Color Harmonies of #2E6810
Complementary color
Monochromatic Colors of #2E6810
Black with #2E6810
Text Example
Text Example
White with #2E6810
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E6810; }
p { color: rgb(46,104,16); }
H1.HeaderClassName
{
color: #2E6810;
}
.AnyTagClassName
{
color: #2E6810;
}
</style>
background-color css
<style>
a { background-color: #2E6810; }
a { background-color: rgb(46,104,16); }
div.DivClassName
{
background-color: #2E6810;
}
.BgClassName
{
background-color: #2E6810;
}
</style>
border-color css
<style>
span { border-color: #2E6810; }
span { border-color: rgb(46,104,16); }
td.TdClassName
{
border-color: #2E6810;
}
.TagClassName
{
border-color: #2E6810;
}
</style>