Shades of Bilbao #2B761E
Tints of Bilbao #2B761E
RGB
CMYK
RGB Variations
Color information
#2B761E (or 0x2B761E) is known color: Bilbao. HEX triplet: 2B, 76 and 1E. RGB value is (43,118,30). Sum of RGB (Red+Green+Blue) = 43+118+30=191 (25% of max value = 765). Red value is 43 (17.19% from 255 or 22.51% from 191); Green value is 118 (46.48% from 255 or 61.78% from 191); Blue value is 30 (12.11% from 255 or 15.71% from 191); Max value from RGB is 118 - color contains mainly: green. Hex color #2B761E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2B761E is #D489E1. Grayscale: #555555. Windows color (decimal): -13928930 or 1996331. OLE color: 1996331.
HSL color Cylindrical-coordinate representation of color #2B761E: hue angle of 111.14º degrees, saturation: 0.59, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2B761E is Cyan = 0.64, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 43 | 118 | 30 | - |
| CMYK | 0.64 | 0 | 0.75 | 0.54 |
| HSL | 111.14º | 0.59% | 0.29% | - |
| HSV(B) | 111.14º | 0.75% | 0.46% | - |
| XYZ | 7.71 | 13.56 | 3.44 | - |
| YUV | 85.54 | 96.65 | 97.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 118 | 30 | 0.64 | 0 | 0.75 | 0.54 | 111.14 | 0.59 | 0.29 |
| Hex | 2B | 76 | 1E | 40 | 0 | 4B | 36 | 6F | 3B | 1D |
| Octal | 53 | 166 | 36 | 100 | 0 | 113 | 66 | 157 | 73 | 35 |
| Binary | 101011 | 1110110 | 11110 | 1000000 | 0 | 1001011 | 110110 | 1101111 | 111011 | 11101 |
Color Harmonies of #2B761E
Complementary color
Monochromatic Colors of #2B761E
Black with #2B761E
Text Example
Text Example
White with #2B761E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B761E; }
p { color: rgb(43,118,30); }
H1.HeaderClassName
{
color: #2B761E;
}
.AnyTagClassName
{
color: #2B761E;
}
</style>
background-color css
<style>
a { background-color: #2B761E; }
a { background-color: rgb(43,118,30); }
div.DivClassName
{
background-color: #2B761E;
}
.BgClassName
{
background-color: #2B761E;
}
</style>
border-color css
<style>
span { border-color: #2B761E; }
span { border-color: rgb(43,118,30); }
td.TdClassName
{
border-color: #2B761E;
}
.TagClassName
{
border-color: #2B761E;
}
</style>