Shades of Bilbao #2E660F
Tints of Bilbao #2E660F
RGB
CMYK
RGB Variations
Color information
#2E660F (or 0x2E660F) is known color: Bilbao. HEX triplet: 2E, 66 and 0F. RGB value is (46,102,15). Sum of RGB (Red+Green+Blue) = 46+102+15=163 (21% of max value = 765). Red value is 46 (18.36% from 255 or 28.22% from 163); Green value is 102 (40.23% from 255 or 62.58% from 163); Blue value is 15 (6.25% from 255 or 9.20% from 163); Max value from RGB is 102 - color contains mainly: green. Hex color #2E660F is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2E660F is #D199F0. Grayscale: #4B4B4B. Windows color (decimal): -13736433 or 1009198. OLE color: 1009198.
HSL color Cylindrical-coordinate representation of color #2E660F: hue angle of 98.62º degrees, saturation: 0.74, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2E660F is Cyan = 0.55, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 46 | 102 | 15 | - |
| CMYK | 0.55 | 0 | 0.85 | 0.6 |
| HSL | 98.62º | 0.74% | 0.23% | - |
| HSV(B) | 98.62º | 0.85% | 0.4% | - |
| XYZ | 5.96 | 10.12 | 2.09 | - |
| YUV | 75.34 | 93.95 | 107.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 102 | 15 | 0.55 | 0 | 0.85 | 0.6 | 98.62 | 0.74 | 0.23 |
| Hex | 2E | 66 | F | 37 | 0 | 55 | 3C | 63 | 4A | 17 |
| Octal | 56 | 146 | 17 | 67 | 0 | 125 | 74 | 143 | 112 | 27 |
| Binary | 101110 | 1100110 | 1111 | 110111 | 0 | 1010101 | 111100 | 1100011 | 1001010 | 10111 |
Color Harmonies of #2E660F
Complementary color
Monochromatic Colors of #2E660F
Black with #2E660F
Text Example
Text Example
White with #2E660F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E660F; }
p { color: rgb(46,102,15); }
H1.HeaderClassName
{
color: #2E660F;
}
.AnyTagClassName
{
color: #2E660F;
}
</style>
background-color css
<style>
a { background-color: #2E660F; }
a { background-color: rgb(46,102,15); }
div.DivClassName
{
background-color: #2E660F;
}
.BgClassName
{
background-color: #2E660F;
}
</style>
border-color css
<style>
span { border-color: #2E660F; }
span { border-color: rgb(46,102,15); }
td.TdClassName
{
border-color: #2E660F;
}
.TagClassName
{
border-color: #2E660F;
}
</style>