Shades of Bilbao #2E7708
Tints of Bilbao #2E7708
RGB
CMYK
RGB Variations
Color information
#2E7708 (or 0x2E7708) is known color: Bilbao. HEX triplet: 2E, 77 and 08. RGB value is (46,119,8). Sum of RGB (Red+Green+Blue) = 46+119+8=173 (22% of max value = 765). Red value is 46 (18.36% from 255 or 26.59% from 173); Green value is 119 (46.88% from 255 or 68.79% from 173); Blue value is 8 (3.52% from 255 or 4.62% from 173); Max value from RGB is 119 - color contains mainly: green. Hex color #2E7708 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2E7708 is #D188F7. Grayscale: #545454. Windows color (decimal): -13732088 or 554798. OLE color: 554798.
HSL color Cylindrical-coordinate representation of color #2E7708: hue angle of 99.46º degrees, saturation: 0.87, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #2E7708 is Cyan = 0.61, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 46 | 119 | 8 | - |
| CMYK | 0.61 | 0 | 0.93 | 0.53 |
| HSL | 99.46º | 0.87% | 0.25% | - |
| HSV(B) | 99.46º | 0.93% | 0.47% | - |
| XYZ | 7.77 | 13.79 | 2.48 | - |
| YUV | 84.52 | 84.82 | 100.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 119 | 8 | 0.61 | 0 | 0.93 | 0.53 | 99.46 | 0.87 | 0.25 |
| Hex | 2E | 77 | 8 | 3D | 0 | 5D | 35 | 63 | 57 | 19 |
| Octal | 56 | 167 | 10 | 75 | 0 | 135 | 65 | 143 | 127 | 31 |
| Binary | 101110 | 1110111 | 1000 | 111101 | 0 | 1011101 | 110101 | 1100011 | 1010111 | 11001 |
Color Harmonies of #2E7708
Complementary color
Monochromatic Colors of #2E7708
Black with #2E7708
Text Example
Text Example
White with #2E7708
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E7708; }
p { color: rgb(46,119,8); }
H1.HeaderClassName
{
color: #2E7708;
}
.AnyTagClassName
{
color: #2E7708;
}
</style>
background-color css
<style>
a { background-color: #2E7708; }
a { background-color: rgb(46,119,8); }
div.DivClassName
{
background-color: #2E7708;
}
.BgClassName
{
background-color: #2E7708;
}
</style>
border-color css
<style>
span { border-color: #2E7708; }
span { border-color: rgb(46,119,8); }
td.TdClassName
{
border-color: #2E7708;
}
.TagClassName
{
border-color: #2E7708;
}
</style>