Shades of Bilbao #2E720B
Tints of Bilbao #2E720B
RGB
CMYK
RGB Variations
Color information
#2E720B (or 0x2E720B) is known color: Bilbao. HEX triplet: 2E, 72 and 0B. RGB value is (46,114,11). Sum of RGB (Red+Green+Blue) = 46+114+11=171 (22% of max value = 765). Red value is 46 (18.36% from 255 or 26.90% from 171); Green value is 114 (44.92% from 255 or 66.67% from 171); Blue value is 11 (4.69% from 255 or 6.43% from 171); Max value from RGB is 114 - color contains mainly: green. Hex color #2E720B is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2E720B is #D18DF4. Grayscale: #525252. Windows color (decimal): -13733365 or 750126. OLE color: 750126.
HSL color Cylindrical-coordinate representation of color #2E720B: hue angle of 99.61º degrees, saturation: 0.82, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #2E720B is Cyan = 0.60, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 46 | 114 | 11 | - |
| CMYK | 0.60 | 0 | 0.90 | 0.55 |
| HSL | 99.61º | 0.82% | 0.25% | - |
| HSV(B) | 99.61º | 0.9% | 0.45% | - |
| XYZ | 7.2 | 12.64 | 2.38 | - |
| YUV | 81.93 | 87.97 | 102.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 114 | 11 | 0.60 | 0 | 0.90 | 0.55 | 99.61 | 0.82 | 0.25 |
| Hex | 2E | 72 | B | 3C | 0 | 5A | 37 | 64 | 52 | 19 |
| Octal | 56 | 162 | 13 | 74 | 0 | 132 | 67 | 144 | 122 | 31 |
| Binary | 101110 | 1110010 | 1011 | 111100 | 0 | 1011010 | 110111 | 1100100 | 1010010 | 11001 |
Color Harmonies of #2E720B
Complementary color
Monochromatic Colors of #2E720B
Black with #2E720B
Text Example
Text Example
White with #2E720B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E720B; }
p { color: rgb(46,114,11); }
H1.HeaderClassName
{
color: #2E720B;
}
.AnyTagClassName
{
color: #2E720B;
}
</style>
background-color css
<style>
a { background-color: #2E720B; }
a { background-color: rgb(46,114,11); }
div.DivClassName
{
background-color: #2E720B;
}
.BgClassName
{
background-color: #2E720B;
}
</style>
border-color css
<style>
span { border-color: #2E720B; }
span { border-color: rgb(46,114,11); }
td.TdClassName
{
border-color: #2E720B;
}
.TagClassName
{
border-color: #2E720B;
}
</style>