Shades of Bilbao #2E6613
Tints of Bilbao #2E6613
RGB
CMYK
RGB Variations
Color information
#2E6613 (or 0x2E6613) is known color: Bilbao. HEX triplet: 2E, 66 and 13. RGB value is (46,102,19). Sum of RGB (Red+Green+Blue) = 46+102+19=167 (22% of max value = 765). Red value is 46 (18.36% from 255 or 27.54% from 167); Green value is 102 (40.23% from 255 or 61.08% from 167); Blue value is 19 (7.81% from 255 or 11.38% from 167); Max value from RGB is 102 - color contains mainly: green. Hex color #2E6613 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2E6613 is #D199EC. Grayscale: #4C4C4C. Windows color (decimal): -13736429 or 1271342. OLE color: 1271342.
HSL color Cylindrical-coordinate representation of color #2E6613: hue angle of 100.48º degrees, saturation: 0.69, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2E6613 is Cyan = 0.55, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 46 | 102 | 19 | - |
| CMYK | 0.55 | 0 | 0.81 | 0.6 |
| HSL | 100.48º | 0.69% | 0.24% | - |
| HSV(B) | 100.48º | 0.81% | 0.4% | - |
| XYZ | 6 | 10.13 | 2.26 | - |
| YUV | 75.79 | 95.95 | 106.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 102 | 19 | 0.55 | 0 | 0.81 | 0.6 | 100.48 | 0.69 | 0.24 |
| Hex | 2E | 66 | 13 | 37 | 0 | 51 | 3C | 64 | 45 | 18 |
| Octal | 56 | 146 | 23 | 67 | 0 | 121 | 74 | 144 | 105 | 30 |
| Binary | 101110 | 1100110 | 10011 | 110111 | 0 | 1010001 | 111100 | 1100100 | 1000101 | 11000 |
Color Harmonies of #2E6613
Complementary color
Monochromatic Colors of #2E6613
Black with #2E6613
Text Example
Text Example
White with #2E6613
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E6613; }
p { color: rgb(46,102,19); }
H1.HeaderClassName
{
color: #2E6613;
}
.AnyTagClassName
{
color: #2E6613;
}
</style>
background-color css
<style>
a { background-color: #2E6613; }
a { background-color: rgb(46,102,19); }
div.DivClassName
{
background-color: #2E6613;
}
.BgClassName
{
background-color: #2E6613;
}
</style>
border-color css
<style>
span { border-color: #2E6613; }
span { border-color: rgb(46,102,19); }
td.TdClassName
{
border-color: #2E6613;
}
.TagClassName
{
border-color: #2E6613;
}
</style>