Shades of Bilbao #2E620D
Tints of Bilbao #2E620D
RGB
CMYK
RGB Variations
Color information
#2E620D (or 0x2E620D) is known color: Bilbao. HEX triplet: 2E, 62 and 0D. RGB value is (46,98,13). Sum of RGB (Red+Green+Blue) = 46+98+13=157 (20% of max value = 765). Red value is 46 (18.36% from 255 or 29.30% from 157); Green value is 98 (38.67% from 255 or 62.42% from 157); Blue value is 13 (5.47% from 255 or 8.28% from 157); Max value from RGB is 98 - color contains mainly: green. Hex color #2E620D is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2E620D is #D19DF2. Grayscale: #494949. Windows color (decimal): -13737459 or 877102. OLE color: 877102.
HSL color Cylindrical-coordinate representation of color #2E620D: hue angle of 96.71º degrees, saturation: 0.77, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #2E620D is Cyan = 0.53, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 46 | 98 | 13 | - |
| CMYK | 0.53 | 0 | 0.87 | 0.62 |
| HSL | 96.71º | 0.77% | 0.22% | - |
| HSV(B) | 96.71º | 0.87% | 0.38% | - |
| XYZ | 5.57 | 9.35 | 1.89 | - |
| YUV | 72.76 | 94.27 | 108.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 98 | 13 | 0.53 | 0 | 0.87 | 0.62 | 96.71 | 0.77 | 0.22 |
| Hex | 2E | 62 | D | 35 | 0 | 57 | 3E | 61 | 4D | 16 |
| Octal | 56 | 142 | 15 | 65 | 0 | 127 | 76 | 141 | 115 | 26 |
| Binary | 101110 | 1100010 | 1101 | 110101 | 0 | 1010111 | 111110 | 1100001 | 1001101 | 10110 |
Color Harmonies of #2E620D
Complementary color
Monochromatic Colors of #2E620D
Black with #2E620D
Text Example
Text Example
White with #2E620D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E620D; }
p { color: rgb(46,98,13); }
H1.HeaderClassName
{
color: #2E620D;
}
.AnyTagClassName
{
color: #2E620D;
}
</style>
background-color css
<style>
a { background-color: #2E620D; }
a { background-color: rgb(46,98,13); }
div.DivClassName
{
background-color: #2E620D;
}
.BgClassName
{
background-color: #2E620D;
}
</style>
border-color css
<style>
span { border-color: #2E620D; }
span { border-color: rgb(46,98,13); }
td.TdClassName
{
border-color: #2E620D;
}
.TagClassName
{
border-color: #2E620D;
}
</style>