Shades of Bilbao #2E6A07
Tints of Bilbao #2E6A07
RGB
CMYK
RGB Variations
Color information
#2E6A07 (or 0x2E6A07) is known color: Bilbao. HEX triplet: 2E, 6A and 07. RGB value is (46,106,7). Sum of RGB (Red+Green+Blue) = 46+106+7=159 (21% of max value = 765). Red value is 46 (18.36% from 255 or 28.93% from 159); Green value is 106 (41.80% from 255 or 66.67% from 159); Blue value is 7 (3.12% from 255 or 4.40% from 159); Max value from RGB is 106 - color contains mainly: green. Hex color #2E6A07 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2E6A07 is #D195F8. Grayscale: #4D4D4D. Windows color (decimal): -13735417 or 485934. OLE color: 485934.
HSL color Cylindrical-coordinate representation of color #2E6A07: hue angle of 96.36º degrees, saturation: 0.88, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #2E6A07 is Cyan = 0.57, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 46 | 106 | 7 | - |
| CMYK | 0.57 | 0 | 0.93 | 0.58 |
| HSL | 96.36º | 0.88% | 0.22% | - |
| HSV(B) | 96.36º | 0.93% | 0.42% | - |
| XYZ | 6.32 | 10.9 | 1.97 | - |
| YUV | 76.77 | 88.62 | 106.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 106 | 7 | 0.57 | 0 | 0.93 | 0.58 | 96.36 | 0.88 | 0.22 |
| Hex | 2E | 6A | 7 | 39 | 0 | 5D | 3A | 60 | 58 | 16 |
| Octal | 56 | 152 | 7 | 71 | 0 | 135 | 72 | 140 | 130 | 26 |
| Binary | 101110 | 1101010 | 111 | 111001 | 0 | 1011101 | 111010 | 1100000 | 1011000 | 10110 |
Color Harmonies of #2E6A07
Complementary color
Monochromatic Colors of #2E6A07
Black with #2E6A07
Text Example
Text Example
White with #2E6A07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E6A07; }
p { color: rgb(46,106,7); }
H1.HeaderClassName
{
color: #2E6A07;
}
.AnyTagClassName
{
color: #2E6A07;
}
</style>
background-color css
<style>
a { background-color: #2E6A07; }
a { background-color: rgb(46,106,7); }
div.DivClassName
{
background-color: #2E6A07;
}
.BgClassName
{
background-color: #2E6A07;
}
</style>
border-color css
<style>
span { border-color: #2E6A07; }
span { border-color: rgb(46,106,7); }
td.TdClassName
{
border-color: #2E6A07;
}
.TagClassName
{
border-color: #2E6A07;
}
</style>