Shades of Bilbao #2E760A
Tints of Bilbao #2E760A
RGB
CMYK
RGB Variations
Color information
#2E760A (or 0x2E760A) is known color: Bilbao. HEX triplet: 2E, 76 and 0A. RGB value is (46,118,10). Sum of RGB (Red+Green+Blue) = 46+118+10=174 (23% of max value = 765). Red value is 46 (18.36% from 255 or 26.44% from 174); Green value is 118 (46.48% from 255 or 67.82% from 174); Blue value is 10 (4.30% from 255 or 5.75% from 174); Max value from RGB is 118 - color contains mainly: green. Hex color #2E760A is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2E760A is #D189F5. Grayscale: #545454. Windows color (decimal): -13732342 or 685614. OLE color: 685614.
HSL color Cylindrical-coordinate representation of color #2E760A: hue angle of 100º degrees, saturation: 0.84, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #2E760A is Cyan = 0.61, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 46 | 118 | 10 | - |
| CMYK | 0.61 | 0 | 0.92 | 0.54 |
| HSL | 100º | 0.84% | 0.25% | - |
| HSV(B) | 100º | 0.92% | 0.46% | - |
| XYZ | 7.66 | 13.56 | 2.5 | - |
| YUV | 84.16 | 86.15 | 100.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 118 | 10 | 0.61 | 0 | 0.92 | 0.54 | 100 | 0.84 | 0.25 |
| Hex | 2E | 76 | A | 3D | 0 | 5C | 36 | 64 | 54 | 19 |
| Octal | 56 | 166 | 12 | 75 | 0 | 134 | 66 | 144 | 124 | 31 |
| Binary | 101110 | 1110110 | 1010 | 111101 | 0 | 1011100 | 110110 | 1100100 | 1010100 | 11001 |
Color Harmonies of #2E760A
Complementary color
Monochromatic Colors of #2E760A
Black with #2E760A
Text Example
Text Example
White with #2E760A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E760A; }
p { color: rgb(46,118,10); }
H1.HeaderClassName
{
color: #2E760A;
}
.AnyTagClassName
{
color: #2E760A;
}
</style>
background-color css
<style>
a { background-color: #2E760A; }
a { background-color: rgb(46,118,10); }
div.DivClassName
{
background-color: #2E760A;
}
.BgClassName
{
background-color: #2E760A;
}
</style>
border-color css
<style>
span { border-color: #2E760A; }
span { border-color: rgb(46,118,10); }
td.TdClassName
{
border-color: #2E760A;
}
.TagClassName
{
border-color: #2E760A;
}
</style>