Shades of Bilbao #2E8504
Tints of Bilbao #2E8504
RGB
CMYK
RGB Variations
Color information
#2E8504 (or 0x2E8504) is known color: Bilbao. HEX triplet: 2E, 85 and 04. RGB value is (46,133,4). Sum of RGB (Red+Green+Blue) = 46+133+4=183 (24% of max value = 765). Red value is 46 (18.36% from 255 or 25.14% from 183); Green value is 133 (52.34% from 255 or 72.68% from 183); Blue value is 4 (1.95% from 255 or 2.19% from 183); Max value from RGB is 133 - color contains mainly: green. Hex color #2E8504 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2E8504 is #D17AFB. Grayscale: #5C5C5C. Windows color (decimal): -13728508 or 296238. OLE color: 296238.
HSL color Cylindrical-coordinate representation of color #2E8504: hue angle of 100.47º degrees, saturation: 0.94, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #2E8504 is Cyan = 0.65, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 46 | 133 | 4 | - |
| CMYK | 0.65 | 0 | 0.97 | 0.48 |
| HSL | 100.47º | 0.94% | 0.27% | - |
| HSV(B) | 100.47º | 0.97% | 0.52% | - |
| XYZ | 9.54 | 17.36 | 2.96 | - |
| YUV | 92.28 | 78.18 | 94.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 133 | 4 | 0.65 | 0 | 0.97 | 0.48 | 100.47 | 0.94 | 0.27 |
| Hex | 2E | 85 | 4 | 41 | 0 | 61 | 30 | 64 | 5E | 1B |
| Octal | 56 | 205 | 4 | 101 | 0 | 141 | 60 | 144 | 136 | 33 |
| Binary | 101110 | 10000101 | 100 | 1000001 | 0 | 1100001 | 110000 | 1100100 | 1011110 | 11011 |
Color Harmonies of #2E8504
Complementary color
Monochromatic Colors of #2E8504
Black with #2E8504
Text Example
Text Example
White with #2E8504
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E8504; }
p { color: rgb(46,133,4); }
H1.HeaderClassName
{
color: #2E8504;
}
.AnyTagClassName
{
color: #2E8504;
}
</style>
background-color css
<style>
a { background-color: #2E8504; }
a { background-color: rgb(46,133,4); }
div.DivClassName
{
background-color: #2E8504;
}
.BgClassName
{
background-color: #2E8504;
}
</style>
border-color css
<style>
span { border-color: #2E8504; }
span { border-color: rgb(46,133,4); }
td.TdClassName
{
border-color: #2E8504;
}
.TagClassName
{
border-color: #2E8504;
}
</style>