Shades of Bilbao #2E8D03
Tints of Bilbao #2E8D03
RGB
CMYK
RGB Variations
Color information
#2E8D03 (or 0x2E8D03) is known color: Bilbao. HEX triplet: 2E, 8D and 03. RGB value is (46,141,3). Sum of RGB (Red+Green+Blue) = 46+141+3=190 (25% of max value = 765). Red value is 46 (18.36% from 255 or 24.21% from 190); Green value is 141 (55.47% from 255 or 74.21% from 190); Blue value is 3 (1.56% from 255 or 1.58% from 190); Max value from RGB is 141 - color contains mainly: green. Hex color #2E8D03 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2E8D03 is #D172FC. Grayscale: #616161. Windows color (decimal): -13726461 or 232750. OLE color: 232750.
HSL color Cylindrical-coordinate representation of color #2E8D03: hue angle of 101.3º degrees, saturation: 0.96, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #2E8D03 is Cyan = 0.67, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 46 | 141 | 3 | - |
| CMYK | 0.67 | 0 | 0.98 | 0.45 |
| HSL | 101.3º | 0.96% | 0.28% | - |
| HSV(B) | 101.3º | 0.98% | 0.55% | - |
| XYZ | 10.67 | 19.64 | 3.31 | - |
| YUV | 96.86 | 75.03 | 91.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 141 | 3 | 0.67 | 0 | 0.98 | 0.45 | 101.3 | 0.96 | 0.28 |
| Hex | 2E | 8D | 3 | 43 | 0 | 62 | 2D | 65 | 60 | 1C |
| Octal | 56 | 215 | 3 | 103 | 0 | 142 | 55 | 145 | 140 | 34 |
| Binary | 101110 | 10001101 | 11 | 1000011 | 0 | 1100010 | 101101 | 1100101 | 1100000 | 11100 |
Color Harmonies of #2E8D03
Complementary color
Monochromatic Colors of #2E8D03
Black with #2E8D03
Text Example
Text Example
White with #2E8D03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E8D03; }
p { color: rgb(46,141,3); }
H1.HeaderClassName
{
color: #2E8D03;
}
.AnyTagClassName
{
color: #2E8D03;
}
</style>
background-color css
<style>
a { background-color: #2E8D03; }
a { background-color: rgb(46,141,3); }
div.DivClassName
{
background-color: #2E8D03;
}
.BgClassName
{
background-color: #2E8D03;
}
</style>
border-color css
<style>
span { border-color: #2E8D03; }
span { border-color: rgb(46,141,3); }
td.TdClassName
{
border-color: #2E8D03;
}
.TagClassName
{
border-color: #2E8D03;
}
</style>