Shades of Bilbao #2E8905
Tints of Bilbao #2E8905
RGB
CMYK
RGB Variations
Color information
#2E8905 (or 0x2E8905) is known color: Bilbao. HEX triplet: 2E, 89 and 05. RGB value is (46,137,5). Sum of RGB (Red+Green+Blue) = 46+137+5=188 (24% of max value = 765). Red value is 46 (18.36% from 255 or 24.47% from 188); Green value is 137 (53.91% from 255 or 72.87% from 188); Blue value is 5 (2.34% from 255 or 2.66% from 188); Max value from RGB is 137 - color contains mainly: green. Hex color #2E8905 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2E8905 is #D176FA. Grayscale: #5F5F5F. Windows color (decimal): -13727483 or 362798. OLE color: 362798.
HSL color Cylindrical-coordinate representation of color #2E8905: hue angle of 101.36º degrees, saturation: 0.93, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #2E8905 is Cyan = 0.66, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 46 | 137 | 5 | - |
| CMYK | 0.66 | 0 | 0.96 | 0.46 |
| HSL | 101.36º | 0.93% | 0.28% | - |
| HSV(B) | 101.36º | 0.96% | 0.54% | - |
| XYZ | 10.1 | 18.48 | 3.18 | - |
| YUV | 94.74 | 77.35 | 93.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 137 | 5 | 0.66 | 0 | 0.96 | 0.46 | 101.36 | 0.93 | 0.28 |
| Hex | 2E | 89 | 5 | 42 | 0 | 60 | 2E | 65 | 5D | 1C |
| Octal | 56 | 211 | 5 | 102 | 0 | 140 | 56 | 145 | 135 | 34 |
| Binary | 101110 | 10001001 | 101 | 1000010 | 0 | 1100000 | 101110 | 1100101 | 1011101 | 11100 |
Color Harmonies of #2E8905
Complementary color
Monochromatic Colors of #2E8905
Black with #2E8905
Text Example
Text Example
White with #2E8905
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E8905; }
p { color: rgb(46,137,5); }
H1.HeaderClassName
{
color: #2E8905;
}
.AnyTagClassName
{
color: #2E8905;
}
</style>
background-color css
<style>
a { background-color: #2E8905; }
a { background-color: rgb(46,137,5); }
div.DivClassName
{
background-color: #2E8905;
}
.BgClassName
{
background-color: #2E8905;
}
</style>
border-color css
<style>
span { border-color: #2E8905; }
span { border-color: rgb(46,137,5); }
td.TdClassName
{
border-color: #2E8905;
}
.TagClassName
{
border-color: #2E8905;
}
</style>