Shades of Bilbao #2E7918
Tints of Bilbao #2E7918
RGB
CMYK
RGB Variations
Color information
#2E7918 (or 0x2E7918) is known color: Bilbao. HEX triplet: 2E, 79 and 18. RGB value is (46,121,24). Sum of RGB (Red+Green+Blue) = 46+121+24=191 (25% of max value = 765). Red value is 46 (18.36% from 255 or 24.08% from 191); Green value is 121 (47.66% from 255 or 63.35% from 191); Blue value is 24 (9.77% from 255 or 12.57% from 191); Max value from RGB is 121 - color contains mainly: green. Hex color #2E7918 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2E7918 is #D186E7. Grayscale: #575757. Windows color (decimal): -13731560 or 1603886. OLE color: 1603886.
HSL color Cylindrical-coordinate representation of color #2E7918: hue angle of 106.39º degrees, saturation: 0.67, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2E7918 is Cyan = 0.62, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 46 | 121 | 24 | - |
| CMYK | 0.62 | 0 | 0.80 | 0.53 |
| HSL | 106.39º | 0.67% | 0.28% | - |
| HSV(B) | 106.39º | 0.8% | 0.47% | - |
| XYZ | 8.13 | 14.32 | 3.2 | - |
| YUV | 87.52 | 92.15 | 98.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 121 | 24 | 0.62 | 0 | 0.80 | 0.53 | 106.39 | 0.67 | 0.28 |
| Hex | 2E | 79 | 18 | 3E | 0 | 50 | 35 | 6A | 43 | 1C |
| Octal | 56 | 171 | 30 | 76 | 0 | 120 | 65 | 152 | 103 | 34 |
| Binary | 101110 | 1111001 | 11000 | 111110 | 0 | 1010000 | 110101 | 1101010 | 1000011 | 11100 |
Color Harmonies of #2E7918
Complementary color
Monochromatic Colors of #2E7918
Black with #2E7918
Text Example
Text Example
White with #2E7918
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E7918; }
p { color: rgb(46,121,24); }
H1.HeaderClassName
{
color: #2E7918;
}
.AnyTagClassName
{
color: #2E7918;
}
</style>
background-color css
<style>
a { background-color: #2E7918; }
a { background-color: rgb(46,121,24); }
div.DivClassName
{
background-color: #2E7918;
}
.BgClassName
{
background-color: #2E7918;
}
</style>
border-color css
<style>
span { border-color: #2E7918; }
span { border-color: rgb(46,121,24); }
td.TdClassName
{
border-color: #2E7918;
}
.TagClassName
{
border-color: #2E7918;
}
</style>