Shades of Bilbao #2E7618
Tints of Bilbao #2E7618
RGB
CMYK
RGB Variations
Color information
#2E7618 (or 0x2E7618) is known color: Bilbao. HEX triplet: 2E, 76 and 18. RGB value is (46,118,24). Sum of RGB (Red+Green+Blue) = 46+118+24=188 (24% of max value = 765). Red value is 46 (18.36% from 255 or 24.47% from 188); Green value is 118 (46.48% from 255 or 62.77% from 188); Blue value is 24 (9.77% from 255 or 12.77% from 188); Max value from RGB is 118 - color contains mainly: green. Hex color #2E7618 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2E7618 is #D189E7. Grayscale: #565656. Windows color (decimal): -13732328 or 1603118. OLE color: 1603118.
HSL color Cylindrical-coordinate representation of color #2E7618: hue angle of 105.96º degrees, saturation: 0.66, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2E7618 is Cyan = 0.61, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 46 | 118 | 24 | - |
| CMYK | 0.61 | 0 | 0.80 | 0.54 |
| HSL | 105.96º | 0.66% | 0.28% | - |
| HSV(B) | 105.96º | 0.8% | 0.46% | - |
| XYZ | 7.77 | 13.6 | 3.08 | - |
| YUV | 85.76 | 93.15 | 99.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 118 | 24 | 0.61 | 0 | 0.80 | 0.54 | 105.96 | 0.66 | 0.28 |
| Hex | 2E | 76 | 18 | 3D | 0 | 50 | 36 | 6A | 42 | 1C |
| Octal | 56 | 166 | 30 | 75 | 0 | 120 | 66 | 152 | 102 | 34 |
| Binary | 101110 | 1110110 | 11000 | 111101 | 0 | 1010000 | 110110 | 1101010 | 1000010 | 11100 |
Color Harmonies of #2E7618
Complementary color
Monochromatic Colors of #2E7618
Black with #2E7618
Text Example
Text Example
White with #2E7618
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E7618; }
p { color: rgb(46,118,24); }
H1.HeaderClassName
{
color: #2E7618;
}
.AnyTagClassName
{
color: #2E7618;
}
</style>
background-color css
<style>
a { background-color: #2E7618; }
a { background-color: rgb(46,118,24); }
div.DivClassName
{
background-color: #2E7618;
}
.BgClassName
{
background-color: #2E7618;
}
</style>
border-color css
<style>
span { border-color: #2E7618; }
span { border-color: rgb(46,118,24); }
td.TdClassName
{
border-color: #2E7618;
}
.TagClassName
{
border-color: #2E7618;
}
</style>