Shades of Bilbao #2E810E
Tints of Bilbao #2E810E
RGB
CMYK
RGB Variations
Color information
#2E810E (or 0x2E810E) is known color: Bilbao. HEX triplet: 2E, 81 and 0E. RGB value is (46,129,14). Sum of RGB (Red+Green+Blue) = 46+129+14=189 (25% of max value = 765). Red value is 46 (18.36% from 255 or 24.34% from 189); Green value is 129 (50.78% from 255 or 68.25% from 189); Blue value is 14 (5.86% from 255 or 7.41% from 189); Max value from RGB is 129 - color contains mainly: green. Hex color #2E810E is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2E810E is #D17EF1. Grayscale: #5B5B5B. Windows color (decimal): -13729522 or 950574. OLE color: 950574.
HSL color Cylindrical-coordinate representation of color #2E810E: hue angle of 103.3º degrees, saturation: 0.8, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #2E810E is Cyan = 0.64, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 46 | 129 | 14 | - |
| CMYK | 0.64 | 0 | 0.89 | 0.49 |
| HSL | 103.3º | 0.8% | 0.28% | - |
| HSV(B) | 103.3º | 0.89% | 0.51% | - |
| XYZ | 9.06 | 16.31 | 3.09 | - |
| YUV | 91.07 | 84.5 | 95.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 129 | 14 | 0.64 | 0 | 0.89 | 0.49 | 103.3 | 0.8 | 0.28 |
| Hex | 2E | 81 | E | 40 | 0 | 59 | 31 | 67 | 50 | 1C |
| Octal | 56 | 201 | 16 | 100 | 0 | 131 | 61 | 147 | 120 | 34 |
| Binary | 101110 | 10000001 | 1110 | 1000000 | 0 | 1011001 | 110001 | 1100111 | 1010000 | 11100 |
Color Harmonies of #2E810E
Complementary color
Monochromatic Colors of #2E810E
Black with #2E810E
Text Example
Text Example
White with #2E810E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E810E; }
p { color: rgb(46,129,14); }
H1.HeaderClassName
{
color: #2E810E;
}
.AnyTagClassName
{
color: #2E810E;
}
</style>
background-color css
<style>
a { background-color: #2E810E; }
a { background-color: rgb(46,129,14); }
div.DivClassName
{
background-color: #2E810E;
}
.BgClassName
{
background-color: #2E810E;
}
</style>
border-color css
<style>
span { border-color: #2E810E; }
span { border-color: rgb(46,129,14); }
td.TdClassName
{
border-color: #2E810E;
}
.TagClassName
{
border-color: #2E810E;
}
</style>