Shades of Bilbao #2B731E
Tints of Bilbao #2B731E
RGB
CMYK
RGB Variations
Color information
#2B731E (or 0x2B731E) is known color: Bilbao. HEX triplet: 2B, 73 and 1E. RGB value is (43,115,30). Sum of RGB (Red+Green+Blue) = 43+115+30=188 (24% of max value = 765). Red value is 43 (17.19% from 255 or 22.87% from 188); Green value is 115 (45.31% from 255 or 61.17% from 188); Blue value is 30 (12.11% from 255 or 15.96% from 188); Max value from RGB is 115 - color contains mainly: green. Hex color #2B731E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2B731E is #D48CE1. Grayscale: #545454. Windows color (decimal): -13929698 or 1995563. OLE color: 1995563.
HSL color Cylindrical-coordinate representation of color #2B731E: hue angle of 110.82º degrees, saturation: 0.59, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #2B731E is Cyan = 0.63, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 43 | 115 | 30 | - |
| CMYK | 0.63 | 0 | 0.74 | 0.55 |
| HSL | 110.82º | 0.59% | 0.28% | - |
| HSV(B) | 110.82º | 0.74% | 0.45% | - |
| XYZ | 7.36 | 12.87 | 3.32 | - |
| YUV | 83.78 | 97.65 | 98.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 115 | 30 | 0.63 | 0 | 0.74 | 0.55 | 110.82 | 0.59 | 0.28 |
| Hex | 2B | 73 | 1E | 3F | 0 | 4A | 37 | 6F | 3B | 1C |
| Octal | 53 | 163 | 36 | 77 | 0 | 112 | 67 | 157 | 73 | 34 |
| Binary | 101011 | 1110011 | 11110 | 111111 | 0 | 1001010 | 110111 | 1101111 | 111011 | 11100 |
Color Harmonies of #2B731E
Complementary color
Monochromatic Colors of #2B731E
Black with #2B731E
Text Example
Text Example
White with #2B731E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B731E; }
p { color: rgb(43,115,30); }
H1.HeaderClassName
{
color: #2B731E;
}
.AnyTagClassName
{
color: #2B731E;
}
</style>
background-color css
<style>
a { background-color: #2B731E; }
a { background-color: rgb(43,115,30); }
div.DivClassName
{
background-color: #2B731E;
}
.BgClassName
{
background-color: #2B731E;
}
</style>
border-color css
<style>
span { border-color: #2B731E; }
span { border-color: rgb(43,115,30); }
td.TdClassName
{
border-color: #2B731E;
}
.TagClassName
{
border-color: #2B731E;
}
</style>