Shades of Bilbao #2E7208
Tints of Bilbao #2E7208
RGB
CMYK
RGB Variations
Color information
#2E7208 (or 0x2E7208) is known color: Bilbao. HEX triplet: 2E, 72 and 08. RGB value is (46,114,8). Sum of RGB (Red+Green+Blue) = 46+114+8=168 (22% of max value = 765). Red value is 46 (18.36% from 255 or 27.38% from 168); Green value is 114 (44.92% from 255 or 67.86% from 168); Blue value is 8 (3.52% from 255 or 4.76% from 168); Max value from RGB is 114 - color contains mainly: green. Hex color #2E7208 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2E7208 is #D18DF7. Grayscale: #515151. Windows color (decimal): -13733368 or 553518. OLE color: 553518.
HSL color Cylindrical-coordinate representation of color #2E7208: hue angle of 98.49º degrees, saturation: 0.87, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #2E7208 is Cyan = 0.60, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 46 | 114 | 8 | - |
| CMYK | 0.60 | 0 | 0.93 | 0.55 |
| HSL | 98.49º | 0.87% | 0.24% | - |
| HSV(B) | 98.49º | 0.93% | 0.45% | - |
| XYZ | 7.19 | 12.63 | 2.29 | - |
| YUV | 81.58 | 86.47 | 102.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 114 | 8 | 0.60 | 0 | 0.93 | 0.55 | 98.49 | 0.87 | 0.24 |
| Hex | 2E | 72 | 8 | 3C | 0 | 5D | 37 | 62 | 57 | 18 |
| Octal | 56 | 162 | 10 | 74 | 0 | 135 | 67 | 142 | 127 | 30 |
| Binary | 101110 | 1110010 | 1000 | 111100 | 0 | 1011101 | 110111 | 1100010 | 1010111 | 11000 |
Color Harmonies of #2E7208
Complementary color
Monochromatic Colors of #2E7208
Black with #2E7208
Text Example
Text Example
White with #2E7208
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E7208; }
p { color: rgb(46,114,8); }
H1.HeaderClassName
{
color: #2E7208;
}
.AnyTagClassName
{
color: #2E7208;
}
</style>
background-color css
<style>
a { background-color: #2E7208; }
a { background-color: rgb(46,114,8); }
div.DivClassName
{
background-color: #2E7208;
}
.BgClassName
{
background-color: #2E7208;
}
</style>
border-color css
<style>
span { border-color: #2E7208; }
span { border-color: rgb(46,114,8); }
td.TdClassName
{
border-color: #2E7208;
}
.TagClassName
{
border-color: #2E7208;
}
</style>