Shades of Bilbao #2E8A00
Tints of Bilbao #2E8A00
RGB
CMYK
RGB Variations
Color information
#2E8A00 (or 0x2E8A00) is known color: Bilbao. HEX triplet: 2E, 8A and 00. RGB value is (46,138,0). Sum of RGB (Red+Green+Blue) = 46+138+0=184 (24% of max value = 765). Red value is 46 (18.36% from 255 or 25% from 184); Green value is 138 (54.30% from 255 or 75% from 184); Blue value is 0 (0.39% from 255 or 0% from 184); Max value from RGB is 138 - color contains mainly: green. Hex color #2E8A00 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2E8A00 is #D175FF. Grayscale: #5F5F5F. Windows color (decimal): -13727232 or 35374. OLE color: 35374.
HSL color Cylindrical-coordinate representation of color #2E8A00: hue angle of 100º degrees, saturation: 1, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 1%. Process color model (Four color, CMYK) of #2E8A00 is Cyan = 0.67, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 46 | 138 | 0 | - |
| CMYK | 0.67 | 0 | 1 | 0.46 |
| HSL | 100º | 1% | 0.27% | - |
| HSV(B) | 100º | 1% | 0.54% | - |
| XYZ | 10.22 | 18.76 | 3.08 | - |
| YUV | 94.76 | 74.52 | 93.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 138 | 0 | 0.67 | 0 | 1 | 0.46 | 100 | 1 | 0.27 |
| Hex | 2E | 8A | 0 | 43 | 0 | 64 | 2E | 64 | 64 | 1B |
| Octal | 56 | 212 | 0 | 103 | 0 | 144 | 56 | 144 | 144 | 33 |
| Binary | 101110 | 10001010 | 0 | 1000011 | 0 | 1100100 | 101110 | 1100100 | 1100100 | 11011 |
Color Harmonies of #2E8A00
Complementary color
Monochromatic Colors of #2E8A00
Black with #2E8A00
Text Example
Text Example
White with #2E8A00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E8A00; }
p { color: rgb(46,138,0); }
H1.HeaderClassName
{
color: #2E8A00;
}
.AnyTagClassName
{
color: #2E8A00;
}
</style>
background-color css
<style>
a { background-color: #2E8A00; }
a { background-color: rgb(46,138,0); }
div.DivClassName
{
background-color: #2E8A00;
}
.BgClassName
{
background-color: #2E8A00;
}
</style>
border-color css
<style>
span { border-color: #2E8A00; }
span { border-color: rgb(46,138,0); }
td.TdClassName
{
border-color: #2E8A00;
}
.TagClassName
{
border-color: #2E8A00;
}
</style>