Shades of Bilbao #2E801A
Tints of Bilbao #2E801A
RGB
CMYK
RGB Variations
Color information
#2E801A (or 0x2E801A) is known color: Bilbao. HEX triplet: 2E, 80 and 1A. RGB value is (46,128,26). Sum of RGB (Red+Green+Blue) = 46+128+26=200 (26% of max value = 765). Red value is 46 (18.36% from 255 or 23% from 200); Green value is 128 (50.39% from 255 or 64% from 200); Blue value is 26 (10.55% from 255 or 13% from 200); Max value from RGB is 128 - color contains mainly: green. Hex color #2E801A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2E801A is #D17FE5. Grayscale: #5C5C5C. Windows color (decimal): -13729766 or 1736750. OLE color: 1736750.
HSL color Cylindrical-coordinate representation of color #2E801A: hue angle of 108.24º degrees, saturation: 0.66, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2E801A is Cyan = 0.64, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 46 | 128 | 26 | - |
| CMYK | 0.64 | 0 | 0.80 | 0.50 |
| HSL | 108.24º | 0.66% | 0.3% | - |
| HSV(B) | 108.24º | 0.8% | 0.5% | - |
| XYZ | 9.03 | 16.09 | 3.61 | - |
| YUV | 91.85 | 90.83 | 95.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 128 | 26 | 0.64 | 0 | 0.80 | 0.50 | 108.24 | 0.66 | 0.3 |
| Hex | 2E | 80 | 1A | 40 | 0 | 50 | 32 | 6C | 42 | 1E |
| Octal | 56 | 200 | 32 | 100 | 0 | 120 | 62 | 154 | 102 | 36 |
| Binary | 101110 | 10000000 | 11010 | 1000000 | 0 | 1010000 | 110010 | 1101100 | 1000010 | 11110 |
Color Harmonies of #2E801A
Complementary color
Monochromatic Colors of #2E801A
Black with #2E801A
Text Example
Text Example
White with #2E801A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E801A; }
p { color: rgb(46,128,26); }
H1.HeaderClassName
{
color: #2E801A;
}
.AnyTagClassName
{
color: #2E801A;
}
</style>
background-color css
<style>
a { background-color: #2E801A; }
a { background-color: rgb(46,128,26); }
div.DivClassName
{
background-color: #2E801A;
}
.BgClassName
{
background-color: #2E801A;
}
</style>
border-color css
<style>
span { border-color: #2E801A; }
span { border-color: rgb(46,128,26); }
td.TdClassName
{
border-color: #2E801A;
}
.TagClassName
{
border-color: #2E801A;
}
</style>