Shades of Bilbao #2E7714
Tints of Bilbao #2E7714
RGB
CMYK
RGB Variations
Color information
#2E7714 (or 0x2E7714) is known color: Bilbao. HEX triplet: 2E, 77 and 14. RGB value is (46,119,20). Sum of RGB (Red+Green+Blue) = 46+119+20=185 (24% of max value = 765). Red value is 46 (18.36% from 255 or 24.86% from 185); Green value is 119 (46.88% from 255 or 64.32% from 185); Blue value is 20 (8.20% from 255 or 10.81% from 185); Max value from RGB is 119 - color contains mainly: green. Hex color #2E7714 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2E7714 is #D188EB. Grayscale: #565656. Windows color (decimal): -13732076 or 1341230. OLE color: 1341230.
HSL color Cylindrical-coordinate representation of color #2E7714: hue angle of 104.24º degrees, saturation: 0.71, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2E7714 is Cyan = 0.61, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 46 | 119 | 20 | - |
| CMYK | 0.61 | 0 | 0.83 | 0.53 |
| HSL | 104.24º | 0.71% | 0.27% | - |
| HSV(B) | 104.24º | 0.83% | 0.47% | - |
| XYZ | 7.85 | 13.83 | 2.92 | - |
| YUV | 85.89 | 90.82 | 99.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 119 | 20 | 0.61 | 0 | 0.83 | 0.53 | 104.24 | 0.71 | 0.27 |
| Hex | 2E | 77 | 14 | 3D | 0 | 53 | 35 | 68 | 47 | 1B |
| Octal | 56 | 167 | 24 | 75 | 0 | 123 | 65 | 150 | 107 | 33 |
| Binary | 101110 | 1110111 | 10100 | 111101 | 0 | 1010011 | 110101 | 1101000 | 1000111 | 11011 |
Color Harmonies of #2E7714
Complementary color
Monochromatic Colors of #2E7714
Black with #2E7714
Text Example
Text Example
White with #2E7714
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E7714; }
p { color: rgb(46,119,20); }
H1.HeaderClassName
{
color: #2E7714;
}
.AnyTagClassName
{
color: #2E7714;
}
</style>
background-color css
<style>
a { background-color: #2E7714; }
a { background-color: rgb(46,119,20); }
div.DivClassName
{
background-color: #2E7714;
}
.BgClassName
{
background-color: #2E7714;
}
</style>
border-color css
<style>
span { border-color: #2E7714; }
span { border-color: rgb(46,119,20); }
td.TdClassName
{
border-color: #2E7714;
}
.TagClassName
{
border-color: #2E7714;
}
</style>