Shades of Bilbao #2E850E
Tints of Bilbao #2E850E
RGB
CMYK
RGB Variations
Color information
#2E850E (or 0x2E850E) is known color: Bilbao. HEX triplet: 2E, 85 and 0E. RGB value is (46,133,14). Sum of RGB (Red+Green+Blue) = 46+133+14=193 (25% of max value = 765). Red value is 46 (18.36% from 255 or 23.83% from 193); Green value is 133 (52.34% from 255 or 68.91% from 193); Blue value is 14 (5.86% from 255 or 7.25% from 193); Max value from RGB is 133 - color contains mainly: green. Hex color #2E850E is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2E850E is #D17AF1. Grayscale: #5D5D5D. Windows color (decimal): -13728498 or 951598. OLE color: 951598.
HSL color Cylindrical-coordinate representation of color #2E850E: hue angle of 103.87º degrees, saturation: 0.81, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #2E850E is Cyan = 0.65, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 46 | 133 | 14 | - |
| CMYK | 0.65 | 0 | 0.89 | 0.48 |
| HSL | 103.87º | 0.81% | 0.29% | - |
| HSV(B) | 103.87º | 0.89% | 0.52% | - |
| XYZ | 9.59 | 17.39 | 3.27 | - |
| YUV | 93.42 | 83.18 | 94.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 133 | 14 | 0.65 | 0 | 0.89 | 0.48 | 103.87 | 0.81 | 0.29 |
| Hex | 2E | 85 | E | 41 | 0 | 59 | 30 | 68 | 51 | 1D |
| Octal | 56 | 205 | 16 | 101 | 0 | 131 | 60 | 150 | 121 | 35 |
| Binary | 101110 | 10000101 | 1110 | 1000001 | 0 | 1011001 | 110000 | 1101000 | 1010001 | 11101 |
Color Harmonies of #2E850E
Complementary color
Monochromatic Colors of #2E850E
Black with #2E850E
Text Example
Text Example
White with #2E850E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E850E; }
p { color: rgb(46,133,14); }
H1.HeaderClassName
{
color: #2E850E;
}
.AnyTagClassName
{
color: #2E850E;
}
</style>
background-color css
<style>
a { background-color: #2E850E; }
a { background-color: rgb(46,133,14); }
div.DivClassName
{
background-color: #2E850E;
}
.BgClassName
{
background-color: #2E850E;
}
</style>
border-color css
<style>
span { border-color: #2E850E; }
span { border-color: rgb(46,133,14); }
td.TdClassName
{
border-color: #2E850E;
}
.TagClassName
{
border-color: #2E850E;
}
</style>