Shades of Bilbao #2E711C
Tints of Bilbao #2E711C
RGB
CMYK
RGB Variations
Color information
#2E711C (or 0x2E711C) is known color: Bilbao. HEX triplet: 2E, 71 and 1C. RGB value is (46,113,28). Sum of RGB (Red+Green+Blue) = 46+113+28=187 (24% of max value = 765). Red value is 46 (18.36% from 255 or 24.60% from 187); Green value is 113 (44.53% from 255 or 60.43% from 187); Blue value is 28 (11.33% from 255 or 14.97% from 187); Max value from RGB is 113 - color contains mainly: green. Hex color #2E711C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2E711C is #D18EE3. Grayscale: #535353. Windows color (decimal): -13733604 or 1863982. OLE color: 1863982.
HSL color Cylindrical-coordinate representation of color #2E711C: hue angle of 107.29º degrees, saturation: 0.6, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2E711C is Cyan = 0.59, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 46 | 113 | 28 | - |
| CMYK | 0.59 | 0 | 0.75 | 0.56 |
| HSL | 107.29º | 0.6% | 0.28% | - |
| HSV(B) | 107.29º | 0.75% | 0.44% | - |
| XYZ | 7.24 | 12.47 | 3.12 | - |
| YUV | 83.28 | 96.8 | 101.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 113 | 28 | 0.59 | 0 | 0.75 | 0.56 | 107.29 | 0.6 | 0.28 |
| Hex | 2E | 71 | 1C | 3B | 0 | 4B | 38 | 6B | 3C | 1C |
| Octal | 56 | 161 | 34 | 73 | 0 | 113 | 70 | 153 | 74 | 34 |
| Binary | 101110 | 1110001 | 11100 | 111011 | 0 | 1001011 | 111000 | 1101011 | 111100 | 11100 |
Color Harmonies of #2E711C
Complementary color
Monochromatic Colors of #2E711C
Black with #2E711C
Text Example
Text Example
White with #2E711C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E711C; }
p { color: rgb(46,113,28); }
H1.HeaderClassName
{
color: #2E711C;
}
.AnyTagClassName
{
color: #2E711C;
}
</style>
background-color css
<style>
a { background-color: #2E711C; }
a { background-color: rgb(46,113,28); }
div.DivClassName
{
background-color: #2E711C;
}
.BgClassName
{
background-color: #2E711C;
}
</style>
border-color css
<style>
span { border-color: #2E711C; }
span { border-color: rgb(46,113,28); }
td.TdClassName
{
border-color: #2E711C;
}
.TagClassName
{
border-color: #2E711C;
}
</style>