Shades of Bilbao #2E7A09
Tints of Bilbao #2E7A09
RGB
CMYK
RGB Variations
Color information
#2E7A09 (or 0x2E7A09) is known color: Bilbao. HEX triplet: 2E, 7A and 09. RGB value is (46,122,9). Sum of RGB (Red+Green+Blue) = 46+122+9=177 (23% of max value = 765). Red value is 46 (18.36% from 255 or 25.99% from 177); Green value is 122 (48.05% from 255 or 68.93% from 177); Blue value is 9 (3.91% from 255 or 5.08% from 177); Max value from RGB is 122 - color contains mainly: green. Hex color #2E7A09 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2E7A09 is #D185F6. Grayscale: #565656. Windows color (decimal): -13731319 or 621102. OLE color: 621102.
HSL color Cylindrical-coordinate representation of color #2E7A09: hue angle of 100.35º degrees, saturation: 0.86, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #2E7A09 is Cyan = 0.62, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 46 | 122 | 9 | - |
| CMYK | 0.62 | 0 | 0.93 | 0.52 |
| HSL | 100.35º | 0.86% | 0.26% | - |
| HSV(B) | 100.35º | 0.93% | 0.48% | - |
| XYZ | 8.14 | 14.52 | 2.63 | - |
| YUV | 86.39 | 84.32 | 99.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 122 | 9 | 0.62 | 0 | 0.93 | 0.52 | 100.35 | 0.86 | 0.26 |
| Hex | 2E | 7A | 9 | 3E | 0 | 5D | 34 | 64 | 56 | 1A |
| Octal | 56 | 172 | 11 | 76 | 0 | 135 | 64 | 144 | 126 | 32 |
| Binary | 101110 | 1111010 | 1001 | 111110 | 0 | 1011101 | 110100 | 1100100 | 1010110 | 11010 |
Color Harmonies of #2E7A09
Complementary color
Monochromatic Colors of #2E7A09
Black with #2E7A09
Text Example
Text Example
White with #2E7A09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E7A09; }
p { color: rgb(46,122,9); }
H1.HeaderClassName
{
color: #2E7A09;
}
.AnyTagClassName
{
color: #2E7A09;
}
</style>
background-color css
<style>
a { background-color: #2E7A09; }
a { background-color: rgb(46,122,9); }
div.DivClassName
{
background-color: #2E7A09;
}
.BgClassName
{
background-color: #2E7A09;
}
</style>
border-color css
<style>
span { border-color: #2E7A09; }
span { border-color: rgb(46,122,9); }
td.TdClassName
{
border-color: #2E7A09;
}
.TagClassName
{
border-color: #2E7A09;
}
</style>