Shades of Bilbao #2E7517
Tints of Bilbao #2E7517
RGB
CMYK
RGB Variations
Color information
#2E7517 (or 0x2E7517) is known color: Bilbao. HEX triplet: 2E, 75 and 17. RGB value is (46,117,23). Sum of RGB (Red+Green+Blue) = 46+117+23=186 (24% of max value = 765). Red value is 46 (18.36% from 255 or 24.73% from 186); Green value is 117 (46.09% from 255 or 62.90% from 186); Blue value is 23 (9.38% from 255 or 12.37% from 186); Max value from RGB is 117 - color contains mainly: green. Hex color #2E7517 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2E7517 is #D18AE8. Grayscale: #555555. Windows color (decimal): -13732585 or 1537326. OLE color: 1537326.
HSL color Cylindrical-coordinate representation of color #2E7517: hue angle of 105.32º degrees, saturation: 0.67, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2E7517 is Cyan = 0.61, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 46 | 117 | 23 | - |
| CMYK | 0.61 | 0 | 0.80 | 0.54 |
| HSL | 105.32º | 0.67% | 0.27% | - |
| HSV(B) | 105.32º | 0.8% | 0.46% | - |
| XYZ | 7.64 | 13.37 | 2.99 | - |
| YUV | 85.06 | 92.98 | 100.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 117 | 23 | 0.61 | 0 | 0.80 | 0.54 | 105.32 | 0.67 | 0.27 |
| Hex | 2E | 75 | 17 | 3D | 0 | 50 | 36 | 69 | 43 | 1B |
| Octal | 56 | 165 | 27 | 75 | 0 | 120 | 66 | 151 | 103 | 33 |
| Binary | 101110 | 1110101 | 10111 | 111101 | 0 | 1010000 | 110110 | 1101001 | 1000011 | 11011 |
Color Harmonies of #2E7517
Complementary color
Monochromatic Colors of #2E7517
Black with #2E7517
Text Example
Text Example
White with #2E7517
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E7517; }
p { color: rgb(46,117,23); }
H1.HeaderClassName
{
color: #2E7517;
}
.AnyTagClassName
{
color: #2E7517;
}
</style>
background-color css
<style>
a { background-color: #2E7517; }
a { background-color: rgb(46,117,23); }
div.DivClassName
{
background-color: #2E7517;
}
.BgClassName
{
background-color: #2E7517;
}
</style>
border-color css
<style>
span { border-color: #2E7517; }
span { border-color: rgb(46,117,23); }
td.TdClassName
{
border-color: #2E7517;
}
.TagClassName
{
border-color: #2E7517;
}
</style>