Shades of Bilbao #2E7809
Tints of Bilbao #2E7809
RGB
CMYK
RGB Variations
Color information
#2E7809 (or 0x2E7809) is known color: Bilbao. HEX triplet: 2E, 78 and 09. RGB value is (46,120,9). Sum of RGB (Red+Green+Blue) = 46+120+9=175 (23% of max value = 765). Red value is 46 (18.36% from 255 or 26.29% from 175); Green value is 120 (47.27% from 255 or 68.57% from 175); Blue value is 9 (3.91% from 255 or 5.14% from 175); Max value from RGB is 120 - color contains mainly: green. Hex color #2E7809 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2E7809 is #D187F6. Grayscale: #555555. Windows color (decimal): -13731831 or 620590. OLE color: 620590.
HSL color Cylindrical-coordinate representation of color #2E7809: hue angle of 100º degrees, saturation: 0.86, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #2E7809 is Cyan = 0.62, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 46 | 120 | 9 | - |
| CMYK | 0.62 | 0 | 0.92 | 0.53 |
| HSL | 100º | 0.86% | 0.25% | - |
| HSV(B) | 100º | 0.93% | 0.47% | - |
| XYZ | 7.89 | 14.03 | 2.55 | - |
| YUV | 85.22 | 84.98 | 100.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 120 | 9 | 0.62 | 0 | 0.92 | 0.53 | 100 | 0.86 | 0.25 |
| Hex | 2E | 78 | 9 | 3E | 0 | 5C | 35 | 64 | 56 | 19 |
| Octal | 56 | 170 | 11 | 76 | 0 | 134 | 65 | 144 | 126 | 31 |
| Binary | 101110 | 1111000 | 1001 | 111110 | 0 | 1011100 | 110101 | 1100100 | 1010110 | 11001 |
Color Harmonies of #2E7809
Complementary color
Monochromatic Colors of #2E7809
Black with #2E7809
Text Example
Text Example
White with #2E7809
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E7809; }
p { color: rgb(46,120,9); }
H1.HeaderClassName
{
color: #2E7809;
}
.AnyTagClassName
{
color: #2E7809;
}
</style>
background-color css
<style>
a { background-color: #2E7809; }
a { background-color: rgb(46,120,9); }
div.DivClassName
{
background-color: #2E7809;
}
.BgClassName
{
background-color: #2E7809;
}
</style>
border-color css
<style>
span { border-color: #2E7809; }
span { border-color: rgb(46,120,9); }
td.TdClassName
{
border-color: #2E7809;
}
.TagClassName
{
border-color: #2E7809;
}
</style>