Shades of Bilbao #2E8709
Tints of Bilbao #2E8709
RGB
CMYK
RGB Variations
Color information
#2E8709 (or 0x2E8709) is known color: Bilbao. HEX triplet: 2E, 87 and 09. RGB value is (46,135,9). Sum of RGB (Red+Green+Blue) = 46+135+9=190 (25% of max value = 765). Red value is 46 (18.36% from 255 or 24.21% from 190); Green value is 135 (53.12% from 255 or 71.05% from 190); Blue value is 9 (3.91% from 255 or 4.74% from 190); Max value from RGB is 135 - color contains mainly: green. Hex color #2E8709 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2E8709 is #D178F6. Grayscale: #5E5E5E. Windows color (decimal): -13727991 or 624430. OLE color: 624430.
HSL color Cylindrical-coordinate representation of color #2E8709: hue angle of 102.38º degrees, saturation: 0.88, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #2E8709 is Cyan = 0.66, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 46 | 135 | 9 | - |
| CMYK | 0.66 | 0 | 0.93 | 0.47 |
| HSL | 102.38º | 0.88% | 0.28% | - |
| HSV(B) | 102.38º | 0.93% | 0.53% | - |
| XYZ | 9.84 | 17.93 | 3.2 | - |
| YUV | 94.03 | 80.01 | 93.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 135 | 9 | 0.66 | 0 | 0.93 | 0.47 | 102.38 | 0.88 | 0.28 |
| Hex | 2E | 87 | 9 | 42 | 0 | 5D | 2F | 66 | 58 | 1C |
| Octal | 56 | 207 | 11 | 102 | 0 | 135 | 57 | 146 | 130 | 34 |
| Binary | 101110 | 10000111 | 1001 | 1000010 | 0 | 1011101 | 101111 | 1100110 | 1011000 | 11100 |
Color Harmonies of #2E8709
Complementary color
Monochromatic Colors of #2E8709
Black with #2E8709
Text Example
Text Example
White with #2E8709
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E8709; }
p { color: rgb(46,135,9); }
H1.HeaderClassName
{
color: #2E8709;
}
.AnyTagClassName
{
color: #2E8709;
}
</style>
background-color css
<style>
a { background-color: #2E8709; }
a { background-color: rgb(46,135,9); }
div.DivClassName
{
background-color: #2E8709;
}
.BgClassName
{
background-color: #2E8709;
}
</style>
border-color css
<style>
span { border-color: #2E8709; }
span { border-color: rgb(46,135,9); }
td.TdClassName
{
border-color: #2E8709;
}
.TagClassName
{
border-color: #2E8709;
}
</style>