Shades of Bilbao #2E730A
Tints of Bilbao #2E730A
RGB
CMYK
RGB Variations
Color information
#2E730A (or 0x2E730A) is known color: Bilbao. HEX triplet: 2E, 73 and 0A. RGB value is (46,115,10). Sum of RGB (Red+Green+Blue) = 46+115+10=171 (22% of max value = 765). Red value is 46 (18.36% from 255 or 26.90% from 171); Green value is 115 (45.31% from 255 or 67.25% from 171); Blue value is 10 (4.30% from 255 or 5.85% from 171); Max value from RGB is 115 - color contains mainly: green. Hex color #2E730A is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2E730A is #D18CF5. Grayscale: #525252. Windows color (decimal): -13733110 or 684846. OLE color: 684846.
HSL color Cylindrical-coordinate representation of color #2E730A: hue angle of 99.43º degrees, saturation: 0.84, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #2E730A is Cyan = 0.6, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 46 | 115 | 10 | - |
| CMYK | 0.6 | 0 | 0.91 | 0.55 |
| HSL | 99.43º | 0.84% | 0.25% | - |
| HSV(B) | 99.43º | 0.91% | 0.45% | - |
| XYZ | 7.31 | 12.86 | 2.38 | - |
| YUV | 82.4 | 87.14 | 102.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 115 | 10 | 0.6 | 0 | 0.91 | 0.55 | 99.43 | 0.84 | 0.25 |
| Hex | 2E | 73 | A | 3C | 0 | 5B | 37 | 63 | 54 | 19 |
| Octal | 56 | 163 | 12 | 74 | 0 | 133 | 67 | 143 | 124 | 31 |
| Binary | 101110 | 1110011 | 1010 | 111100 | 0 | 1011011 | 110111 | 1100011 | 1010100 | 11001 |
Color Harmonies of #2E730A
Complementary color
Monochromatic Colors of #2E730A
Black with #2E730A
Text Example
Text Example
White with #2E730A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E730A; }
p { color: rgb(46,115,10); }
H1.HeaderClassName
{
color: #2E730A;
}
.AnyTagClassName
{
color: #2E730A;
}
</style>
background-color css
<style>
a { background-color: #2E730A; }
a { background-color: rgb(46,115,10); }
div.DivClassName
{
background-color: #2E730A;
}
.BgClassName
{
background-color: #2E730A;
}
</style>
border-color css
<style>
span { border-color: #2E730A; }
span { border-color: rgb(46,115,10); }
td.TdClassName
{
border-color: #2E730A;
}
.TagClassName
{
border-color: #2E730A;
}
</style>