Shades of Bilbao #2E791C
Tints of Bilbao #2E791C
RGB
CMYK
RGB Variations
Color information
#2E791C (or 0x2E791C) is known color: Bilbao. HEX triplet: 2E, 79 and 1C. RGB value is (46,121,28). Sum of RGB (Red+Green+Blue) = 46+121+28=195 (25% of max value = 765). Red value is 46 (18.36% from 255 or 23.59% from 195); Green value is 121 (47.66% from 255 or 62.05% from 195); Blue value is 28 (11.33% from 255 or 14.36% from 195); Max value from RGB is 121 - color contains mainly: green. Hex color #2E791C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2E791C is #D186E3. Grayscale: #585858. Windows color (decimal): -13731556 or 1866030. OLE color: 1866030.
HSL color Cylindrical-coordinate representation of color #2E791C: hue angle of 108.39º degrees, saturation: 0.62, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2E791C is Cyan = 0.62, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 46 | 121 | 28 | - |
| CMYK | 0.62 | 0 | 0.77 | 0.53 |
| HSL | 108.39º | 0.62% | 0.29% | - |
| HSV(B) | 108.39º | 0.77% | 0.47% | - |
| XYZ | 8.17 | 14.34 | 3.44 | - |
| YUV | 87.97 | 94.15 | 98.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 121 | 28 | 0.62 | 0 | 0.77 | 0.53 | 108.39 | 0.62 | 0.29 |
| Hex | 2E | 79 | 1C | 3E | 0 | 4D | 35 | 6C | 3E | 1D |
| Octal | 56 | 171 | 34 | 76 | 0 | 115 | 65 | 154 | 76 | 35 |
| Binary | 101110 | 1111001 | 11100 | 111110 | 0 | 1001101 | 110101 | 1101100 | 111110 | 11101 |
Color Harmonies of #2E791C
Complementary color
Monochromatic Colors of #2E791C
Black with #2E791C
Text Example
Text Example
White with #2E791C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E791C; }
p { color: rgb(46,121,28); }
H1.HeaderClassName
{
color: #2E791C;
}
.AnyTagClassName
{
color: #2E791C;
}
</style>
background-color css
<style>
a { background-color: #2E791C; }
a { background-color: rgb(46,121,28); }
div.DivClassName
{
background-color: #2E791C;
}
.BgClassName
{
background-color: #2E791C;
}
</style>
border-color css
<style>
span { border-color: #2E791C; }
span { border-color: rgb(46,121,28); }
td.TdClassName
{
border-color: #2E791C;
}
.TagClassName
{
border-color: #2E791C;
}
</style>