Shades of Bilbao #2E8401
Tints of Bilbao #2E8401
RGB
CMYK
RGB Variations
Color information
#2E8401 (or 0x2E8401) is known color: Bilbao. HEX triplet: 2E, 84 and 01. RGB value is (46,132,1). Sum of RGB (Red+Green+Blue) = 46+132+1=179 (23% of max value = 765). Red value is 46 (18.36% from 255 or 25.70% from 179); Green value is 132 (51.95% from 255 or 73.74% from 179); Blue value is 1 (0.78% from 255 or 0.56% from 179); Max value from RGB is 132 - color contains mainly: green. Hex color #2E8401 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2E8401 is #D17BFE. Grayscale: #5B5B5B. Windows color (decimal): -13728767 or 99374. OLE color: 99374.
HSL color Cylindrical-coordinate representation of color #2E8401: hue angle of 99.39º degrees, saturation: 0.98, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #2E8401 is Cyan = 0.65, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 46 | 132 | 1 | - |
| CMYK | 0.65 | 0 | 0.99 | 0.48 |
| HSL | 99.39º | 0.98% | 0.26% | - |
| HSV(B) | 99.39º | 0.99% | 0.52% | - |
| XYZ | 9.38 | 17.09 | 2.83 | - |
| YUV | 91.35 | 77.01 | 95.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 132 | 1 | 0.65 | 0 | 0.99 | 0.48 | 99.39 | 0.98 | 0.26 |
| Hex | 2E | 84 | 1 | 41 | 0 | 63 | 30 | 63 | 62 | 1A |
| Octal | 56 | 204 | 1 | 101 | 0 | 143 | 60 | 143 | 142 | 32 |
| Binary | 101110 | 10000100 | 1 | 1000001 | 0 | 1100011 | 110000 | 1100011 | 1100010 | 11010 |
Color Harmonies of #2E8401
Complementary color
Monochromatic Colors of #2E8401
Black with #2E8401
Text Example
Text Example
White with #2E8401
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E8401; }
p { color: rgb(46,132,1); }
H1.HeaderClassName
{
color: #2E8401;
}
.AnyTagClassName
{
color: #2E8401;
}
</style>
background-color css
<style>
a { background-color: #2E8401; }
a { background-color: rgb(46,132,1); }
div.DivClassName
{
background-color: #2E8401;
}
.BgClassName
{
background-color: #2E8401;
}
</style>
border-color css
<style>
span { border-color: #2E8401; }
span { border-color: rgb(46,132,1); }
td.TdClassName
{
border-color: #2E8401;
}
.TagClassName
{
border-color: #2E8401;
}
</style>