Shades of Bilbao #2E8C09
Tints of Bilbao #2E8C09
RGB
CMYK
RGB Variations
Color information
#2E8C09 (or 0x2E8C09) is known color: Bilbao. HEX triplet: 2E, 8C and 09. RGB value is (46,140,9). Sum of RGB (Red+Green+Blue) = 46+140+9=195 (25% of max value = 765). Red value is 46 (18.36% from 255 or 23.59% from 195); Green value is 140 (55.08% from 255 or 71.79% from 195); Blue value is 9 (3.91% from 255 or 4.62% from 195); Max value from RGB is 140 - color contains mainly: green. Hex color #2E8C09 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2E8C09 is #D173F6. Grayscale: #616161. Windows color (decimal): -13726711 or 625710. OLE color: 625710.
HSL color Cylindrical-coordinate representation of color #2E8C09: hue angle of 103.05º degrees, saturation: 0.88, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #2E8C09 is Cyan = 0.67, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 46 | 140 | 9 | - |
| CMYK | 0.67 | 0 | 0.94 | 0.45 |
| HSL | 103.05º | 0.88% | 0.29% | - |
| HSV(B) | 103.05º | 0.94% | 0.55% | - |
| XYZ | 10.55 | 19.36 | 3.44 | - |
| YUV | 96.96 | 78.36 | 91.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 140 | 9 | 0.67 | 0 | 0.94 | 0.45 | 103.05 | 0.88 | 0.29 |
| Hex | 2E | 8C | 9 | 43 | 0 | 5E | 2D | 67 | 58 | 1D |
| Octal | 56 | 214 | 11 | 103 | 0 | 136 | 55 | 147 | 130 | 35 |
| Binary | 101110 | 10001100 | 1001 | 1000011 | 0 | 1011110 | 101101 | 1100111 | 1011000 | 11101 |
Color Harmonies of #2E8C09
Complementary color
Monochromatic Colors of #2E8C09
Black with #2E8C09
Text Example
Text Example
White with #2E8C09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E8C09; }
p { color: rgb(46,140,9); }
H1.HeaderClassName
{
color: #2E8C09;
}
.AnyTagClassName
{
color: #2E8C09;
}
</style>
background-color css
<style>
a { background-color: #2E8C09; }
a { background-color: rgb(46,140,9); }
div.DivClassName
{
background-color: #2E8C09;
}
.BgClassName
{
background-color: #2E8C09;
}
</style>
border-color css
<style>
span { border-color: #2E8C09; }
span { border-color: rgb(46,140,9); }
td.TdClassName
{
border-color: #2E8C09;
}
.TagClassName
{
border-color: #2E8C09;
}
</style>