Shades of Bilbao #2E7514
Tints of Bilbao #2E7514
RGB
CMYK
RGB Variations
Color information
#2E7514 (or 0x2E7514) is known color: Bilbao. HEX triplet: 2E, 75 and 14. RGB value is (46,117,20). Sum of RGB (Red+Green+Blue) = 46+117+20=183 (24% of max value = 765). Red value is 46 (18.36% from 255 or 25.14% from 183); Green value is 117 (46.09% from 255 or 63.93% from 183); Blue value is 20 (8.20% from 255 or 10.93% from 183); Max value from RGB is 117 - color contains mainly: green. Hex color #2E7514 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2E7514 is #D18AEB. Grayscale: #555555. Windows color (decimal): -13732588 or 1340718. OLE color: 1340718.
HSL color Cylindrical-coordinate representation of color #2E7514: hue angle of 103.92º degrees, saturation: 0.71, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2E7514 is Cyan = 0.61, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 46 | 117 | 20 | - |
| CMYK | 0.61 | 0 | 0.83 | 0.54 |
| HSL | 103.92º | 0.71% | 0.27% | - |
| HSV(B) | 103.92º | 0.83% | 0.46% | - |
| XYZ | 7.61 | 13.35 | 2.84 | - |
| YUV | 84.71 | 91.48 | 100.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 117 | 20 | 0.61 | 0 | 0.83 | 0.54 | 103.92 | 0.71 | 0.27 |
| Hex | 2E | 75 | 14 | 3D | 0 | 53 | 36 | 68 | 47 | 1B |
| Octal | 56 | 165 | 24 | 75 | 0 | 123 | 66 | 150 | 107 | 33 |
| Binary | 101110 | 1110101 | 10100 | 111101 | 0 | 1010011 | 110110 | 1101000 | 1000111 | 11011 |
Color Harmonies of #2E7514
Complementary color
Monochromatic Colors of #2E7514
Black with #2E7514
Text Example
Text Example
White with #2E7514
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E7514; }
p { color: rgb(46,117,20); }
H1.HeaderClassName
{
color: #2E7514;
}
.AnyTagClassName
{
color: #2E7514;
}
</style>
background-color css
<style>
a { background-color: #2E7514; }
a { background-color: rgb(46,117,20); }
div.DivClassName
{
background-color: #2E7514;
}
.BgClassName
{
background-color: #2E7514;
}
</style>
border-color css
<style>
span { border-color: #2E7514; }
span { border-color: rgb(46,117,20); }
td.TdClassName
{
border-color: #2E7514;
}
.TagClassName
{
border-color: #2E7514;
}
</style>