Shades of Bilbao #2E6E13
Tints of Bilbao #2E6E13
RGB
CMYK
RGB Variations
Color information
#2E6E13 (or 0x2E6E13) is known color: Bilbao. HEX triplet: 2E, 6E and 13. RGB value is (46,110,19). Sum of RGB (Red+Green+Blue) = 46+110+19=175 (23% of max value = 765). Red value is 46 (18.36% from 255 or 26.29% from 175); Green value is 110 (43.36% from 255 or 62.86% from 175); Blue value is 19 (7.81% from 255 or 10.86% from 175); Max value from RGB is 110 - color contains mainly: green. Hex color #2E6E13 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2E6E13 is #D191EC. Grayscale: #505050. Windows color (decimal): -13734381 or 1273390. OLE color: 1273390.
HSL color Cylindrical-coordinate representation of color #2E6E13: hue angle of 102.2º degrees, saturation: 0.71, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2E6E13 is Cyan = 0.58, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 46 | 110 | 19 | - |
| CMYK | 0.58 | 0 | 0.83 | 0.57 |
| HSL | 102.2º | 0.71% | 0.25% | - |
| HSV(B) | 102.2º | 0.83% | 0.43% | - |
| XYZ | 6.82 | 11.78 | 2.53 | - |
| YUV | 80.49 | 93.3 | 103.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 110 | 19 | 0.58 | 0 | 0.83 | 0.57 | 102.2 | 0.71 | 0.25 |
| Hex | 2E | 6E | 13 | 3A | 0 | 53 | 39 | 66 | 47 | 19 |
| Octal | 56 | 156 | 23 | 72 | 0 | 123 | 71 | 146 | 107 | 31 |
| Binary | 101110 | 1101110 | 10011 | 111010 | 0 | 1010011 | 111001 | 1100110 | 1000111 | 11001 |
Color Harmonies of #2E6E13
Complementary color
Monochromatic Colors of #2E6E13
Black with #2E6E13
Text Example
Text Example
White with #2E6E13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E6E13; }
p { color: rgb(46,110,19); }
H1.HeaderClassName
{
color: #2E6E13;
}
.AnyTagClassName
{
color: #2E6E13;
}
</style>
background-color css
<style>
a { background-color: #2E6E13; }
a { background-color: rgb(46,110,19); }
div.DivClassName
{
background-color: #2E6E13;
}
.BgClassName
{
background-color: #2E6E13;
}
</style>
border-color css
<style>
span { border-color: #2E6E13; }
span { border-color: rgb(46,110,19); }
td.TdClassName
{
border-color: #2E6E13;
}
.TagClassName
{
border-color: #2E6E13;
}
</style>