Shades of Bilbao #2E7202
Tints of Bilbao #2E7202
RGB
CMYK
RGB Variations
Color information
#2E7202 (or 0x2E7202) is known color: Bilbao. HEX triplet: 2E, 72 and 02. RGB value is (46,114,2). Sum of RGB (Red+Green+Blue) = 46+114+2=162 (21% of max value = 765). Red value is 46 (18.36% from 255 or 28.40% from 162); Green value is 114 (44.92% from 255 or 70.37% from 162); Blue value is 2 (1.17% from 255 or 1.23% from 162); Max value from RGB is 114 - color contains mainly: green. Hex color #2E7202 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2E7202 is #D18DFD. Grayscale: #515151. Windows color (decimal): -13733374 or 160302. OLE color: 160302.
HSL color Cylindrical-coordinate representation of color #2E7202: hue angle of 96.43º degrees, saturation: 0.97, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #2E7202 is Cyan = 0.60, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 46 | 114 | 2 | - |
| CMYK | 0.60 | 0 | 0.98 | 0.55 |
| HSL | 96.43º | 0.97% | 0.23% | - |
| HSV(B) | 96.43º | 0.98% | 0.45% | - |
| XYZ | 7.15 | 12.62 | 2.12 | - |
| YUV | 80.9 | 83.47 | 103.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 114 | 2 | 0.60 | 0 | 0.98 | 0.55 | 96.43 | 0.97 | 0.23 |
| Hex | 2E | 72 | 2 | 3C | 0 | 62 | 37 | 60 | 61 | 17 |
| Octal | 56 | 162 | 2 | 74 | 0 | 142 | 67 | 140 | 141 | 27 |
| Binary | 101110 | 1110010 | 10 | 111100 | 0 | 1100010 | 110111 | 1100000 | 1100001 | 10111 |
Color Harmonies of #2E7202
Complementary color
Monochromatic Colors of #2E7202
Black with #2E7202
Text Example
Text Example
White with #2E7202
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E7202; }
p { color: rgb(46,114,2); }
H1.HeaderClassName
{
color: #2E7202;
}
.AnyTagClassName
{
color: #2E7202;
}
</style>
background-color css
<style>
a { background-color: #2E7202; }
a { background-color: rgb(46,114,2); }
div.DivClassName
{
background-color: #2E7202;
}
.BgClassName
{
background-color: #2E7202;
}
</style>
border-color css
<style>
span { border-color: #2E7202; }
span { border-color: rgb(46,114,2); }
td.TdClassName
{
border-color: #2E7202;
}
.TagClassName
{
border-color: #2E7202;
}
</style>