Shades of Bilbao #2E700C
Tints of Bilbao #2E700C
RGB
CMYK
RGB Variations
Color information
#2E700C (or 0x2E700C) is known color: Bilbao. HEX triplet: 2E, 70 and 0C. RGB value is (46,112,12). Sum of RGB (Red+Green+Blue) = 46+112+12=170 (22% of max value = 765). Red value is 46 (18.36% from 255 or 27.06% from 170); Green value is 112 (44.14% from 255 or 65.88% from 170); Blue value is 12 (5.08% from 255 or 7.06% from 170); Max value from RGB is 112 - color contains mainly: green. Hex color #2E700C is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2E700C is #D18FF3. Grayscale: #515151. Windows color (decimal): -13733876 or 815150. OLE color: 815150.
HSL color Cylindrical-coordinate representation of color #2E700C: hue angle of 99.6º degrees, saturation: 0.81, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #2E700C is Cyan = 0.59, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 46 | 112 | 12 | - |
| CMYK | 0.59 | 0 | 0.89 | 0.56 |
| HSL | 99.6º | 0.81% | 0.24% | - |
| HSV(B) | 99.6º | 0.89% | 0.44% | - |
| XYZ | 6.99 | 12.2 | 2.33 | - |
| YUV | 80.87 | 89.13 | 103.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 112 | 12 | 0.59 | 0 | 0.89 | 0.56 | 99.6 | 0.81 | 0.24 |
| Hex | 2E | 70 | C | 3B | 0 | 59 | 38 | 64 | 51 | 18 |
| Octal | 56 | 160 | 14 | 73 | 0 | 131 | 70 | 144 | 121 | 30 |
| Binary | 101110 | 1110000 | 1100 | 111011 | 0 | 1011001 | 111000 | 1100100 | 1010001 | 11000 |
Color Harmonies of #2E700C
Complementary color
Monochromatic Colors of #2E700C
Black with #2E700C
Text Example
Text Example
White with #2E700C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E700C; }
p { color: rgb(46,112,12); }
H1.HeaderClassName
{
color: #2E700C;
}
.AnyTagClassName
{
color: #2E700C;
}
</style>
background-color css
<style>
a { background-color: #2E700C; }
a { background-color: rgb(46,112,12); }
div.DivClassName
{
background-color: #2E700C;
}
.BgClassName
{
background-color: #2E700C;
}
</style>
border-color css
<style>
span { border-color: #2E700C; }
span { border-color: rgb(46,112,12); }
td.TdClassName
{
border-color: #2E700C;
}
.TagClassName
{
border-color: #2E700C;
}
</style>