Shades of Bilbao #2E7409
Tints of Bilbao #2E7409
RGB
CMYK
RGB Variations
Color information
#2E7409 (or 0x2E7409) is known color: Bilbao. HEX triplet: 2E, 74 and 09. RGB value is (46,116,9). Sum of RGB (Red+Green+Blue) = 46+116+9=171 (22% of max value = 765). Red value is 46 (18.36% from 255 or 26.90% from 171); Green value is 116 (45.70% from 255 or 67.84% from 171); Blue value is 9 (3.91% from 255 or 5.26% from 171); Max value from RGB is 116 - color contains mainly: green. Hex color #2E7409 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2E7409 is #D18BF6. Grayscale: #535353. Windows color (decimal): -13732855 or 619566. OLE color: 619566.
HSL color Cylindrical-coordinate representation of color #2E7409: hue angle of 99.25º degrees, saturation: 0.86, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #2E7409 is Cyan = 0.60, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 46 | 116 | 9 | - |
| CMYK | 0.60 | 0 | 0.92 | 0.55 |
| HSL | 99.25º | 0.86% | 0.25% | - |
| HSV(B) | 99.25º | 0.92% | 0.45% | - |
| XYZ | 7.42 | 13.09 | 2.39 | - |
| YUV | 82.87 | 86.31 | 101.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 116 | 9 | 0.60 | 0 | 0.92 | 0.55 | 99.25 | 0.86 | 0.25 |
| Hex | 2E | 74 | 9 | 3C | 0 | 5C | 37 | 63 | 56 | 19 |
| Octal | 56 | 164 | 11 | 74 | 0 | 134 | 67 | 143 | 126 | 31 |
| Binary | 101110 | 1110100 | 1001 | 111100 | 0 | 1011100 | 110111 | 1100011 | 1010110 | 11001 |
Color Harmonies of #2E7409
Complementary color
Monochromatic Colors of #2E7409
Black with #2E7409
Text Example
Text Example
White with #2E7409
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E7409; }
p { color: rgb(46,116,9); }
H1.HeaderClassName
{
color: #2E7409;
}
.AnyTagClassName
{
color: #2E7409;
}
</style>
background-color css
<style>
a { background-color: #2E7409; }
a { background-color: rgb(46,116,9); }
div.DivClassName
{
background-color: #2E7409;
}
.BgClassName
{
background-color: #2E7409;
}
</style>
border-color css
<style>
span { border-color: #2E7409; }
span { border-color: rgb(46,116,9); }
td.TdClassName
{
border-color: #2E7409;
}
.TagClassName
{
border-color: #2E7409;
}
</style>