Shades of Bilbao #2E6E0F
Tints of Bilbao #2E6E0F
RGB
CMYK
RGB Variations
Color information
#2E6E0F (or 0x2E6E0F) is known color: Bilbao. HEX triplet: 2E, 6E and 0F. RGB value is (46,110,15). Sum of RGB (Red+Green+Blue) = 46+110+15=171 (22% of max value = 765). Red value is 46 (18.36% from 255 or 26.90% from 171); Green value is 110 (43.36% from 255 or 64.33% from 171); Blue value is 15 (6.25% from 255 or 8.77% from 171); Max value from RGB is 110 - color contains mainly: green. Hex color #2E6E0F is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2E6E0F is #D191F0. Grayscale: #505050. Windows color (decimal): -13734385 or 1011246. OLE color: 1011246.
HSL color Cylindrical-coordinate representation of color #2E6E0F: hue angle of 100.42º degrees, saturation: 0.76, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #2E6E0F is Cyan = 0.58, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 46 | 110 | 15 | - |
| CMYK | 0.58 | 0 | 0.86 | 0.57 |
| HSL | 100.42º | 0.76% | 0.25% | - |
| HSV(B) | 100.42º | 0.86% | 0.43% | - |
| XYZ | 6.79 | 11.77 | 2.37 | - |
| YUV | 80.03 | 91.3 | 103.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 110 | 15 | 0.58 | 0 | 0.86 | 0.57 | 100.42 | 0.76 | 0.25 |
| Hex | 2E | 6E | F | 3A | 0 | 56 | 39 | 64 | 4C | 19 |
| Octal | 56 | 156 | 17 | 72 | 0 | 126 | 71 | 144 | 114 | 31 |
| Binary | 101110 | 1101110 | 1111 | 111010 | 0 | 1010110 | 111001 | 1100100 | 1001100 | 11001 |
Color Harmonies of #2E6E0F
Complementary color
Monochromatic Colors of #2E6E0F
Black with #2E6E0F
Text Example
Text Example
White with #2E6E0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E6E0F; }
p { color: rgb(46,110,15); }
H1.HeaderClassName
{
color: #2E6E0F;
}
.AnyTagClassName
{
color: #2E6E0F;
}
</style>
background-color css
<style>
a { background-color: #2E6E0F; }
a { background-color: rgb(46,110,15); }
div.DivClassName
{
background-color: #2E6E0F;
}
.BgClassName
{
background-color: #2E6E0F;
}
</style>
border-color css
<style>
span { border-color: #2E6E0F; }
span { border-color: rgb(46,110,15); }
td.TdClassName
{
border-color: #2E6E0F;
}
.TagClassName
{
border-color: #2E6E0F;
}
</style>