Shades of Bilbao #2E800D
Tints of Bilbao #2E800D
RGB
CMYK
RGB Variations
Color information
#2E800D (or 0x2E800D) is known color: Bilbao. HEX triplet: 2E, 80 and 0D. RGB value is (46,128,13). Sum of RGB (Red+Green+Blue) = 46+128+13=187 (24% of max value = 765). Red value is 46 (18.36% from 255 or 24.60% from 187); Green value is 128 (50.39% from 255 or 68.45% from 187); Blue value is 13 (5.47% from 255 or 6.95% from 187); Max value from RGB is 128 - color contains mainly: green. Hex color #2E800D is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2E800D is #D17FF2. Grayscale: #5A5A5A. Windows color (decimal): -13729779 or 884782. OLE color: 884782.
HSL color Cylindrical-coordinate representation of color #2E800D: hue angle of 102.78º degrees, saturation: 0.82, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #2E800D is Cyan = 0.64, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 46 | 128 | 13 | - |
| CMYK | 0.64 | 0 | 0.90 | 0.50 |
| HSL | 102.78º | 0.82% | 0.28% | - |
| HSV(B) | 102.78º | 0.9% | 0.5% | - |
| XYZ | 8.92 | 16.05 | 3.01 | - |
| YUV | 90.37 | 84.33 | 96.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 128 | 13 | 0.64 | 0 | 0.90 | 0.50 | 102.78 | 0.82 | 0.28 |
| Hex | 2E | 80 | D | 40 | 0 | 5A | 32 | 67 | 52 | 1C |
| Octal | 56 | 200 | 15 | 100 | 0 | 132 | 62 | 147 | 122 | 34 |
| Binary | 101110 | 10000000 | 1101 | 1000000 | 0 | 1011010 | 110010 | 1100111 | 1010010 | 11100 |
Color Harmonies of #2E800D
Complementary color
Monochromatic Colors of #2E800D
Black with #2E800D
Text Example
Text Example
White with #2E800D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E800D; }
p { color: rgb(46,128,13); }
H1.HeaderClassName
{
color: #2E800D;
}
.AnyTagClassName
{
color: #2E800D;
}
</style>
background-color css
<style>
a { background-color: #2E800D; }
a { background-color: rgb(46,128,13); }
div.DivClassName
{
background-color: #2E800D;
}
.BgClassName
{
background-color: #2E800D;
}
</style>
border-color css
<style>
span { border-color: #2E800D; }
span { border-color: rgb(46,128,13); }
td.TdClassName
{
border-color: #2E800D;
}
.TagClassName
{
border-color: #2E800D;
}
</style>