Shades of Bilbao #2E7103
Tints of Bilbao #2E7103
RGB
CMYK
RGB Variations
Color information
#2E7103 (or 0x2E7103) is known color: Bilbao. HEX triplet: 2E, 71 and 03. RGB value is (46,113,3). Sum of RGB (Red+Green+Blue) = 46+113+3=162 (21% of max value = 765). Red value is 46 (18.36% from 255 or 28.40% from 162); Green value is 113 (44.53% from 255 or 69.75% from 162); Blue value is 3 (1.56% from 255 or 1.85% from 162); Max value from RGB is 113 - color contains mainly: green. Hex color #2E7103 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2E7103 is #D18EFC. Grayscale: #505050. Windows color (decimal): -13733629 or 225582. OLE color: 225582.
HSL color Cylindrical-coordinate representation of color #2E7103: hue angle of 96.55º degrees, saturation: 0.95, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #2E7103 is Cyan = 0.59, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 46 | 113 | 3 | - |
| CMYK | 0.59 | 0 | 0.97 | 0.56 |
| HSL | 96.55º | 0.95% | 0.23% | - |
| HSV(B) | 96.55º | 0.97% | 0.44% | - |
| XYZ | 7.05 | 12.4 | 2.11 | - |
| YUV | 80.43 | 84.3 | 103.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 113 | 3 | 0.59 | 0 | 0.97 | 0.56 | 96.55 | 0.95 | 0.23 |
| Hex | 2E | 71 | 3 | 3B | 0 | 61 | 38 | 61 | 5F | 17 |
| Octal | 56 | 161 | 3 | 73 | 0 | 141 | 70 | 141 | 137 | 27 |
| Binary | 101110 | 1110001 | 11 | 111011 | 0 | 1100001 | 111000 | 1100001 | 1011111 | 10111 |
Color Harmonies of #2E7103
Complementary color
Monochromatic Colors of #2E7103
Black with #2E7103
Text Example
Text Example
White with #2E7103
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E7103; }
p { color: rgb(46,113,3); }
H1.HeaderClassName
{
color: #2E7103;
}
.AnyTagClassName
{
color: #2E7103;
}
</style>
background-color css
<style>
a { background-color: #2E7103; }
a { background-color: rgb(46,113,3); }
div.DivClassName
{
background-color: #2E7103;
}
.BgClassName
{
background-color: #2E7103;
}
</style>
border-color css
<style>
span { border-color: #2E7103; }
span { border-color: rgb(46,113,3); }
td.TdClassName
{
border-color: #2E7103;
}
.TagClassName
{
border-color: #2E7103;
}
</style>