Shades of Bilbao #2E6B06
Tints of Bilbao #2E6B06
RGB
CMYK
RGB Variations
Color information
#2E6B06 (or 0x2E6B06) is known color: Bilbao. HEX triplet: 2E, 6B and 06. RGB value is (46,107,6). Sum of RGB (Red+Green+Blue) = 46+107+6=159 (21% of max value = 765). Red value is 46 (18.36% from 255 or 28.93% from 159); Green value is 107 (42.19% from 255 or 67.30% from 159); Blue value is 6 (2.73% from 255 or 3.77% from 159); Max value from RGB is 107 - color contains mainly: green. Hex color #2E6B06 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2E6B06 is #D194F9. Grayscale: #4D4D4D. Windows color (decimal): -13735162 or 420654. OLE color: 420654.
HSL color Cylindrical-coordinate representation of color #2E6B06: hue angle of 96.24º degrees, saturation: 0.89, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #2E6B06 is Cyan = 0.57, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 46 | 107 | 6 | - |
| CMYK | 0.57 | 0 | 0.94 | 0.58 |
| HSL | 96.24º | 0.89% | 0.22% | - |
| HSV(B) | 96.24º | 0.94% | 0.42% | - |
| XYZ | 6.42 | 11.11 | 1.98 | - |
| YUV | 77.25 | 87.79 | 105.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 107 | 6 | 0.57 | 0 | 0.94 | 0.58 | 96.24 | 0.89 | 0.22 |
| Hex | 2E | 6B | 6 | 39 | 0 | 5E | 3A | 60 | 59 | 16 |
| Octal | 56 | 153 | 6 | 71 | 0 | 136 | 72 | 140 | 131 | 26 |
| Binary | 101110 | 1101011 | 110 | 111001 | 0 | 1011110 | 111010 | 1100000 | 1011001 | 10110 |
Color Harmonies of #2E6B06
Complementary color
Monochromatic Colors of #2E6B06
Black with #2E6B06
Text Example
Text Example
White with #2E6B06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E6B06; }
p { color: rgb(46,107,6); }
H1.HeaderClassName
{
color: #2E6B06;
}
.AnyTagClassName
{
color: #2E6B06;
}
</style>
background-color css
<style>
a { background-color: #2E6B06; }
a { background-color: rgb(46,107,6); }
div.DivClassName
{
background-color: #2E6B06;
}
.BgClassName
{
background-color: #2E6B06;
}
</style>
border-color css
<style>
span { border-color: #2E6B06; }
span { border-color: rgb(46,107,6); }
td.TdClassName
{
border-color: #2E6B06;
}
.TagClassName
{
border-color: #2E6B06;
}
</style>