Shades of Bilbao #2E7905
Tints of Bilbao #2E7905
RGB
CMYK
RGB Variations
Color information
#2E7905 (or 0x2E7905) is known color: Bilbao. HEX triplet: 2E, 79 and 05. RGB value is (46,121,5). Sum of RGB (Red+Green+Blue) = 46+121+5=172 (22% of max value = 765). Red value is 46 (18.36% from 255 or 26.74% from 172); Green value is 121 (47.66% from 255 or 70.35% from 172); Blue value is 5 (2.34% from 255 or 2.91% from 172); Max value from RGB is 121 - color contains mainly: green. Hex color #2E7905 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2E7905 is #D186FA. Grayscale: #555555. Windows color (decimal): -13731579 or 358702. OLE color: 358702.
HSL color Cylindrical-coordinate representation of color #2E7905: hue angle of 98.79º degrees, saturation: 0.92, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #2E7905 is Cyan = 0.62, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 46 | 121 | 5 | - |
| CMYK | 0.62 | 0 | 0.96 | 0.53 |
| HSL | 98.79º | 0.92% | 0.25% | - |
| HSV(B) | 98.79º | 0.96% | 0.47% | - |
| XYZ | 7.99 | 14.27 | 2.48 | - |
| YUV | 85.35 | 82.65 | 99.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 121 | 5 | 0.62 | 0 | 0.96 | 0.53 | 98.79 | 0.92 | 0.25 |
| Hex | 2E | 79 | 5 | 3E | 0 | 60 | 35 | 63 | 5C | 19 |
| Octal | 56 | 171 | 5 | 76 | 0 | 140 | 65 | 143 | 134 | 31 |
| Binary | 101110 | 1111001 | 101 | 111110 | 0 | 1100000 | 110101 | 1100011 | 1011100 | 11001 |
Color Harmonies of #2E7905
Complementary color
Monochromatic Colors of #2E7905
Black with #2E7905
Text Example
Text Example
White with #2E7905
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E7905; }
p { color: rgb(46,121,5); }
H1.HeaderClassName
{
color: #2E7905;
}
.AnyTagClassName
{
color: #2E7905;
}
</style>
background-color css
<style>
a { background-color: #2E7905; }
a { background-color: rgb(46,121,5); }
div.DivClassName
{
background-color: #2E7905;
}
.BgClassName
{
background-color: #2E7905;
}
</style>
border-color css
<style>
span { border-color: #2E7905; }
span { border-color: rgb(46,121,5); }
td.TdClassName
{
border-color: #2E7905;
}
.TagClassName
{
border-color: #2E7905;
}
</style>