Shades of Bilbao #2E7805
Tints of Bilbao #2E7805
RGB
CMYK
RGB Variations
Color information
#2E7805 (or 0x2E7805) is known color: Bilbao. HEX triplet: 2E, 78 and 05. RGB value is (46,120,5). Sum of RGB (Red+Green+Blue) = 46+120+5=171 (22% of max value = 765). Red value is 46 (18.36% from 255 or 26.90% from 171); Green value is 120 (47.27% from 255 or 70.18% from 171); Blue value is 5 (2.34% from 255 or 2.92% from 171); Max value from RGB is 120 - color contains mainly: green. Hex color #2E7805 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2E7805 is #D187FA. Grayscale: #555555. Windows color (decimal): -13731835 or 358446. OLE color: 358446.
HSL color Cylindrical-coordinate representation of color #2E7805: hue angle of 98.61º 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 #2E7805 is Cyan = 0.62, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 46 | 120 | 5 | - |
| CMYK | 0.62 | 0 | 0.96 | 0.53 |
| HSL | 98.61º | 0.92% | 0.25% | - |
| HSV(B) | 98.61º | 0.96% | 0.47% | - |
| XYZ | 7.87 | 14.02 | 2.44 | - |
| YUV | 84.76 | 82.98 | 100.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 120 | 5 | 0.62 | 0 | 0.96 | 0.53 | 98.61 | 0.92 | 0.25 |
| Hex | 2E | 78 | 5 | 3E | 0 | 60 | 35 | 63 | 5C | 19 |
| Octal | 56 | 170 | 5 | 76 | 0 | 140 | 65 | 143 | 134 | 31 |
| Binary | 101110 | 1111000 | 101 | 111110 | 0 | 1100000 | 110101 | 1100011 | 1011100 | 11001 |
Color Harmonies of #2E7805
Complementary color
Monochromatic Colors of #2E7805
Black with #2E7805
Text Example
Text Example
White with #2E7805
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E7805; }
p { color: rgb(46,120,5); }
H1.HeaderClassName
{
color: #2E7805;
}
.AnyTagClassName
{
color: #2E7805;
}
</style>
background-color css
<style>
a { background-color: #2E7805; }
a { background-color: rgb(46,120,5); }
div.DivClassName
{
background-color: #2E7805;
}
.BgClassName
{
background-color: #2E7805;
}
</style>
border-color css
<style>
span { border-color: #2E7805; }
span { border-color: rgb(46,120,5); }
td.TdClassName
{
border-color: #2E7805;
}
.TagClassName
{
border-color: #2E7805;
}
</style>