Shades of Bilbao #2E7401
Tints of Bilbao #2E7401
RGB
CMYK
RGB Variations
Color information
#2E7401 (or 0x2E7401) is known color: Bilbao. HEX triplet: 2E, 74 and 01. RGB value is (46,116,1). Sum of RGB (Red+Green+Blue) = 46+116+1=163 (21% of max value = 765). Red value is 46 (18.36% from 255 or 28.22% from 163); Green value is 116 (45.70% from 255 or 71.17% from 163); Blue value is 1 (0.78% from 255 or 0.61% from 163); Max value from RGB is 116 - color contains mainly: green. Hex color #2E7401 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2E7401 is #D18BFE. Grayscale: #525252. Windows color (decimal): -13732863 or 95278. OLE color: 95278.
HSL color Cylindrical-coordinate representation of color #2E7401: hue angle of 96.52º degrees, saturation: 0.98, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #2E7401 is Cyan = 0.60, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 46 | 116 | 1 | - |
| CMYK | 0.60 | 0 | 0.99 | 0.55 |
| HSL | 96.52º | 0.98% | 0.23% | - |
| HSV(B) | 96.52º | 0.99% | 0.45% | - |
| XYZ | 7.38 | 13.07 | 2.16 | - |
| YUV | 81.96 | 82.31 | 102.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 116 | 1 | 0.60 | 0 | 0.99 | 0.55 | 96.52 | 0.98 | 0.23 |
| Hex | 2E | 74 | 1 | 3C | 0 | 63 | 37 | 61 | 62 | 17 |
| Octal | 56 | 164 | 1 | 74 | 0 | 143 | 67 | 141 | 142 | 27 |
| Binary | 101110 | 1110100 | 1 | 111100 | 0 | 1100011 | 110111 | 1100001 | 1100010 | 10111 |
Color Harmonies of #2E7401
Complementary color
Monochromatic Colors of #2E7401
Black with #2E7401
Text Example
Text Example
White with #2E7401
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E7401; }
p { color: rgb(46,116,1); }
H1.HeaderClassName
{
color: #2E7401;
}
.AnyTagClassName
{
color: #2E7401;
}
</style>
background-color css
<style>
a { background-color: #2E7401; }
a { background-color: rgb(46,116,1); }
div.DivClassName
{
background-color: #2E7401;
}
.BgClassName
{
background-color: #2E7401;
}
</style>
border-color css
<style>
span { border-color: #2E7401; }
span { border-color: rgb(46,116,1); }
td.TdClassName
{
border-color: #2E7401;
}
.TagClassName
{
border-color: #2E7401;
}
</style>