Shades of Bilbao #2E741F
Tints of Bilbao #2E741F
RGB
CMYK
RGB Variations
Color information
#2E741F (or 0x2E741F) is known color: Bilbao. HEX triplet: 2E, 74 and 1F. RGB value is (46,116,31). Sum of RGB (Red+Green+Blue) = 46+116+31=193 (25% of max value = 765). Red value is 46 (18.36% from 255 or 23.83% from 193); Green value is 116 (45.70% from 255 or 60.10% from 193); Blue value is 31 (12.5% from 255 or 16.06% from 193); Max value from RGB is 116 - color contains mainly: green. Hex color #2E741F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2E741F is #D18BE0. Grayscale: #555555. Windows color (decimal): -13732833 or 2061358. OLE color: 2061358.
HSL color Cylindrical-coordinate representation of color #2E741F: hue angle of 109.41º degrees, saturation: 0.58, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #2E741F is Cyan = 0.60, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 46 | 116 | 31 | - |
| CMYK | 0.60 | 0 | 0.73 | 0.55 |
| HSL | 109.41º | 0.58% | 0.29% | - |
| HSV(B) | 109.41º | 0.73% | 0.45% | - |
| XYZ | 7.62 | 13.17 | 3.44 | - |
| YUV | 85.38 | 97.31 | 99.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 116 | 31 | 0.60 | 0 | 0.73 | 0.55 | 109.41 | 0.58 | 0.29 |
| Hex | 2E | 74 | 1F | 3C | 0 | 49 | 37 | 6D | 3A | 1D |
| Octal | 56 | 164 | 37 | 74 | 0 | 111 | 67 | 155 | 72 | 35 |
| Binary | 101110 | 1110100 | 11111 | 111100 | 0 | 1001001 | 110111 | 1101101 | 111010 | 11101 |
Color Harmonies of #2E741F
Complementary color
Monochromatic Colors of #2E741F
Black with #2E741F
Text Example
Text Example
White with #2E741F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E741F; }
p { color: rgb(46,116,31); }
H1.HeaderClassName
{
color: #2E741F;
}
.AnyTagClassName
{
color: #2E741F;
}
</style>
background-color css
<style>
a { background-color: #2E741F; }
a { background-color: rgb(46,116,31); }
div.DivClassName
{
background-color: #2E741F;
}
.BgClassName
{
background-color: #2E741F;
}
</style>
border-color css
<style>
span { border-color: #2E741F; }
span { border-color: rgb(46,116,31); }
td.TdClassName
{
border-color: #2E741F;
}
.TagClassName
{
border-color: #2E741F;
}
</style>