Shades of Bilbao #2E6907
Tints of Bilbao #2E6907
RGB
CMYK
RGB Variations
Color information
#2E6907 (or 0x2E6907) is known color: Bilbao. HEX triplet: 2E, 69 and 07. RGB value is (46,105,7). Sum of RGB (Red+Green+Blue) = 46+105+7=158 (20% of max value = 765). Red value is 46 (18.36% from 255 or 29.11% from 158); Green value is 105 (41.41% from 255 or 66.46% from 158); Blue value is 7 (3.12% from 255 or 4.43% from 158); Max value from RGB is 105 - color contains mainly: green. Hex color #2E6907 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2E6907 is #D196F8. Grayscale: #4C4C4C. Windows color (decimal): -13735673 or 485678. OLE color: 485678.
HSL color Cylindrical-coordinate representation of color #2E6907: hue angle of 96.12º degrees, saturation: 0.88, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #2E6907 is Cyan = 0.56, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 46 | 105 | 7 | - |
| CMYK | 0.56 | 0 | 0.93 | 0.59 |
| HSL | 96.12º | 0.88% | 0.22% | - |
| HSV(B) | 96.12º | 0.93% | 0.41% | - |
| XYZ | 6.22 | 10.7 | 1.94 | - |
| YUV | 76.19 | 88.95 | 106.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 105 | 7 | 0.56 | 0 | 0.93 | 0.59 | 96.12 | 0.88 | 0.22 |
| Hex | 2E | 69 | 7 | 38 | 0 | 5D | 3B | 60 | 58 | 16 |
| Octal | 56 | 151 | 7 | 70 | 0 | 135 | 73 | 140 | 130 | 26 |
| Binary | 101110 | 1101001 | 111 | 111000 | 0 | 1011101 | 111011 | 1100000 | 1011000 | 10110 |
Color Harmonies of #2E6907
Complementary color
Monochromatic Colors of #2E6907
Black with #2E6907
Text Example
Text Example
White with #2E6907
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E6907; }
p { color: rgb(46,105,7); }
H1.HeaderClassName
{
color: #2E6907;
}
.AnyTagClassName
{
color: #2E6907;
}
</style>
background-color css
<style>
a { background-color: #2E6907; }
a { background-color: rgb(46,105,7); }
div.DivClassName
{
background-color: #2E6907;
}
.BgClassName
{
background-color: #2E6907;
}
</style>
border-color css
<style>
span { border-color: #2E6907; }
span { border-color: rgb(46,105,7); }
td.TdClassName
{
border-color: #2E6907;
}
.TagClassName
{
border-color: #2E6907;
}
</style>