Shades of Bilbao #2E701D
Tints of Bilbao #2E701D
RGB
CMYK
RGB Variations
Color information
#2E701D (or 0x2E701D) is known color: Bilbao. HEX triplet: 2E, 70 and 1D. RGB value is (46,112,29). Sum of RGB (Red+Green+Blue) = 46+112+29=187 (24% of max value = 765). Red value is 46 (18.36% from 255 or 24.60% from 187); Green value is 112 (44.14% from 255 or 59.89% from 187); Blue value is 29 (11.72% from 255 or 15.51% from 187); Max value from RGB is 112 - color contains mainly: green. Hex color #2E701D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2E701D is #D18FE2. Grayscale: #535353. Windows color (decimal): -13733859 or 1929262. OLE color: 1929262.
HSL color Cylindrical-coordinate representation of color #2E701D: hue angle of 107.71º degrees, saturation: 0.59, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #2E701D is Cyan = 0.59, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 46 | 112 | 29 | - |
| CMYK | 0.59 | 0 | 0.74 | 0.56 |
| HSL | 107.71º | 0.59% | 0.28% | - |
| HSV(B) | 107.71º | 0.74% | 0.44% | - |
| XYZ | 7.14 | 12.26 | 3.15 | - |
| YUV | 82.8 | 97.63 | 101.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 112 | 29 | 0.59 | 0 | 0.74 | 0.56 | 107.71 | 0.59 | 0.28 |
| Hex | 2E | 70 | 1D | 3B | 0 | 4A | 38 | 6C | 3B | 1C |
| Octal | 56 | 160 | 35 | 73 | 0 | 112 | 70 | 154 | 73 | 34 |
| Binary | 101110 | 1110000 | 11101 | 111011 | 0 | 1001010 | 111000 | 1101100 | 111011 | 11100 |
Color Harmonies of #2E701D
Complementary color
Monochromatic Colors of #2E701D
Black with #2E701D
Text Example
Text Example
White with #2E701D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E701D; }
p { color: rgb(46,112,29); }
H1.HeaderClassName
{
color: #2E701D;
}
.AnyTagClassName
{
color: #2E701D;
}
</style>
background-color css
<style>
a { background-color: #2E701D; }
a { background-color: rgb(46,112,29); }
div.DivClassName
{
background-color: #2E701D;
}
.BgClassName
{
background-color: #2E701D;
}
</style>
border-color css
<style>
span { border-color: #2E701D; }
span { border-color: rgb(46,112,29); }
td.TdClassName
{
border-color: #2E701D;
}
.TagClassName
{
border-color: #2E701D;
}
</style>