Shades of Bilbao #2E7002
Tints of Bilbao #2E7002
RGB
CMYK
RGB Variations
Color information
#2E7002 (or 0x2E7002) is known color: Bilbao. HEX triplet: 2E, 70 and 02. RGB value is (46,112,2). Sum of RGB (Red+Green+Blue) = 46+112+2=160 (21% of max value = 765). Red value is 46 (18.36% from 255 or 28.75% from 160); Green value is 112 (44.14% from 255 or 70% from 160); Blue value is 2 (1.17% from 255 or 1.25% from 160); Max value from RGB is 112 - color contains mainly: green. Hex color #2E7002 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2E7002 is #D18FFD. Grayscale: #505050. Windows color (decimal): -13733886 or 159790. OLE color: 159790.
HSL color Cylindrical-coordinate representation of color #2E7002: hue angle of 96º degrees, saturation: 0.96, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #2E7002 is Cyan = 0.59, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 46 | 112 | 2 | - |
| CMYK | 0.59 | 0 | 0.98 | 0.56 |
| HSL | 96º | 0.96% | 0.22% | - |
| HSV(B) | 96º | 0.98% | 0.44% | - |
| XYZ | 6.93 | 12.17 | 2.04 | - |
| YUV | 79.73 | 84.13 | 103.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 112 | 2 | 0.59 | 0 | 0.98 | 0.56 | 96 | 0.96 | 0.22 |
| Hex | 2E | 70 | 2 | 3B | 0 | 62 | 38 | 60 | 60 | 16 |
| Octal | 56 | 160 | 2 | 73 | 0 | 142 | 70 | 140 | 140 | 26 |
| Binary | 101110 | 1110000 | 10 | 111011 | 0 | 1100010 | 111000 | 1100000 | 1100000 | 10110 |
Color Harmonies of #2E7002
Complementary color
Monochromatic Colors of #2E7002
Black with #2E7002
Text Example
Text Example
White with #2E7002
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E7002; }
p { color: rgb(46,112,2); }
H1.HeaderClassName
{
color: #2E7002;
}
.AnyTagClassName
{
color: #2E7002;
}
</style>
background-color css
<style>
a { background-color: #2E7002; }
a { background-color: rgb(46,112,2); }
div.DivClassName
{
background-color: #2E7002;
}
.BgClassName
{
background-color: #2E7002;
}
</style>
border-color css
<style>
span { border-color: #2E7002; }
span { border-color: rgb(46,112,2); }
td.TdClassName
{
border-color: #2E7002;
}
.TagClassName
{
border-color: #2E7002;
}
</style>