Shades of Bilbao #2E7816
Tints of Bilbao #2E7816
RGB
CMYK
RGB Variations
Color information
#2E7816 (or 0x2E7816) is known color: Bilbao. HEX triplet: 2E, 78 and 16. RGB value is (46,120,22). Sum of RGB (Red+Green+Blue) = 46+120+22=188 (24% of max value = 765). Red value is 46 (18.36% from 255 or 24.47% from 188); Green value is 120 (47.27% from 255 or 63.83% from 188); Blue value is 22 (8.98% from 255 or 11.70% from 188); Max value from RGB is 120 - color contains mainly: green. Hex color #2E7816 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2E7816 is #D187E9. Grayscale: #575757. Windows color (decimal): -13731818 or 1472558. OLE color: 1472558.
HSL color Cylindrical-coordinate representation of color #2E7816: hue angle of 105.31º degrees, saturation: 0.69, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2E7816 is Cyan = 0.62, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 46 | 120 | 22 | - |
| CMYK | 0.62 | 0 | 0.82 | 0.53 |
| HSL | 105.31º | 0.69% | 0.28% | - |
| HSV(B) | 105.31º | 0.82% | 0.47% | - |
| XYZ | 7.99 | 14.07 | 3.05 | - |
| YUV | 86.7 | 91.48 | 98.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 120 | 22 | 0.62 | 0 | 0.82 | 0.53 | 105.31 | 0.69 | 0.28 |
| Hex | 2E | 78 | 16 | 3E | 0 | 52 | 35 | 69 | 45 | 1C |
| Octal | 56 | 170 | 26 | 76 | 0 | 122 | 65 | 151 | 105 | 34 |
| Binary | 101110 | 1111000 | 10110 | 111110 | 0 | 1010010 | 110101 | 1101001 | 1000101 | 11100 |
Color Harmonies of #2E7816
Complementary color
Monochromatic Colors of #2E7816
Black with #2E7816
Text Example
Text Example
White with #2E7816
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E7816; }
p { color: rgb(46,120,22); }
H1.HeaderClassName
{
color: #2E7816;
}
.AnyTagClassName
{
color: #2E7816;
}
</style>
background-color css
<style>
a { background-color: #2E7816; }
a { background-color: rgb(46,120,22); }
div.DivClassName
{
background-color: #2E7816;
}
.BgClassName
{
background-color: #2E7816;
}
</style>
border-color css
<style>
span { border-color: #2E7816; }
span { border-color: rgb(46,120,22); }
td.TdClassName
{
border-color: #2E7816;
}
.TagClassName
{
border-color: #2E7816;
}
</style>