Shades of Bilbao #2E760C
Tints of Bilbao #2E760C
RGB
CMYK
RGB Variations
Color information
#2E760C (or 0x2E760C) is known color: Bilbao. HEX triplet: 2E, 76 and 0C. RGB value is (46,118,12). Sum of RGB (Red+Green+Blue) = 46+118+12=176 (23% of max value = 765). Red value is 46 (18.36% from 255 or 26.14% from 176); Green value is 118 (46.48% from 255 or 67.05% from 176); Blue value is 12 (5.08% from 255 or 6.82% from 176); Max value from RGB is 118 - color contains mainly: green. Hex color #2E760C is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2E760C is #D189F3. Grayscale: #545454. Windows color (decimal): -13732340 or 816686. OLE color: 816686.
HSL color Cylindrical-coordinate representation of color #2E760C: hue angle of 100.75º degrees, saturation: 0.82, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #2E760C is Cyan = 0.61, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 46 | 118 | 12 | - |
| CMYK | 0.61 | 0 | 0.90 | 0.54 |
| HSL | 100.75º | 0.82% | 0.25% | - |
| HSV(B) | 100.75º | 0.9% | 0.46% | - |
| XYZ | 7.67 | 13.56 | 2.56 | - |
| YUV | 84.39 | 87.15 | 100.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 118 | 12 | 0.61 | 0 | 0.90 | 0.54 | 100.75 | 0.82 | 0.25 |
| Hex | 2E | 76 | C | 3D | 0 | 5A | 36 | 65 | 52 | 19 |
| Octal | 56 | 166 | 14 | 75 | 0 | 132 | 66 | 145 | 122 | 31 |
| Binary | 101110 | 1110110 | 1100 | 111101 | 0 | 1011010 | 110110 | 1100101 | 1010010 | 11001 |
Color Harmonies of #2E760C
Complementary color
Monochromatic Colors of #2E760C
Black with #2E760C
Text Example
Text Example
White with #2E760C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E760C; }
p { color: rgb(46,118,12); }
H1.HeaderClassName
{
color: #2E760C;
}
.AnyTagClassName
{
color: #2E760C;
}
</style>
background-color css
<style>
a { background-color: #2E760C; }
a { background-color: rgb(46,118,12); }
div.DivClassName
{
background-color: #2E760C;
}
.BgClassName
{
background-color: #2E760C;
}
</style>
border-color css
<style>
span { border-color: #2E760C; }
span { border-color: rgb(46,118,12); }
td.TdClassName
{
border-color: #2E760C;
}
.TagClassName
{
border-color: #2E760C;
}
</style>