Shades of Bilbao #2E7005
Tints of Bilbao #2E7005
RGB
CMYK
RGB Variations
Color information
#2E7005 (or 0x2E7005) is known color: Bilbao. HEX triplet: 2E, 70 and 05. RGB value is (46,112,5). Sum of RGB (Red+Green+Blue) = 46+112+5=163 (21% of max value = 765). Red value is 46 (18.36% from 255 or 28.22% from 163); Green value is 112 (44.14% from 255 or 68.71% from 163); Blue value is 5 (2.34% from 255 or 3.07% from 163); Max value from RGB is 112 - color contains mainly: green. Hex color #2E7005 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2E7005 is #D18FFA. Grayscale: #505050. Windows color (decimal): -13733883 or 356398. OLE color: 356398.
HSL color Cylindrical-coordinate representation of color #2E7005: hue angle of 97.01º degrees, saturation: 0.91, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #2E7005 is Cyan = 0.59, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 46 | 112 | 5 | - |
| CMYK | 0.59 | 0 | 0.96 | 0.56 |
| HSL | 97.01º | 0.91% | 0.23% | - |
| HSV(B) | 97.01º | 0.96% | 0.44% | - |
| XYZ | 6.95 | 12.18 | 2.13 | - |
| YUV | 80.07 | 85.63 | 103.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 112 | 5 | 0.59 | 0 | 0.96 | 0.56 | 97.01 | 0.91 | 0.23 |
| Hex | 2E | 70 | 5 | 3B | 0 | 60 | 38 | 61 | 5B | 17 |
| Octal | 56 | 160 | 5 | 73 | 0 | 140 | 70 | 141 | 133 | 27 |
| Binary | 101110 | 1110000 | 101 | 111011 | 0 | 1100000 | 111000 | 1100001 | 1011011 | 10111 |
Color Harmonies of #2E7005
Complementary color
Monochromatic Colors of #2E7005
Black with #2E7005
Text Example
Text Example
White with #2E7005
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E7005; }
p { color: rgb(46,112,5); }
H1.HeaderClassName
{
color: #2E7005;
}
.AnyTagClassName
{
color: #2E7005;
}
</style>
background-color css
<style>
a { background-color: #2E7005; }
a { background-color: rgb(46,112,5); }
div.DivClassName
{
background-color: #2E7005;
}
.BgClassName
{
background-color: #2E7005;
}
</style>
border-color css
<style>
span { border-color: #2E7005; }
span { border-color: rgb(46,112,5); }
td.TdClassName
{
border-color: #2E7005;
}
.TagClassName
{
border-color: #2E7005;
}
</style>