Shades of Bilbao #2B760C
Tints of Bilbao #2B760C
RGB
CMYK
RGB Variations
Color information
#2B760C (or 0x2B760C) is known color: Bilbao. HEX triplet: 2B, 76 and 0C. RGB value is (43,118,12). Sum of RGB (Red+Green+Blue) = 43+118+12=173 (22% of max value = 765). Red value is 43 (17.19% from 255 or 24.86% from 173); Green value is 118 (46.48% from 255 or 68.21% from 173); Blue value is 12 (5.08% from 255 or 6.94% from 173); Max value from RGB is 118 - color contains mainly: green. Hex color #2B760C is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2B760C is #D489F3. Grayscale: #535353. Windows color (decimal): -13928948 or 816683. OLE color: 816683.
HSL color Cylindrical-coordinate representation of color #2B760C: hue angle of 102.45º degrees, saturation: 0.82, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #2B760C is Cyan = 0.64, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 43 | 118 | 12 | - |
| CMYK | 0.64 | 0 | 0.90 | 0.54 |
| HSL | 102.45º | 0.82% | 0.25% | - |
| HSV(B) | 102.45º | 0.9% | 0.46% | - |
| XYZ | 7.54 | 13.5 | 2.56 | - |
| YUV | 83.49 | 87.65 | 99.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 118 | 12 | 0.64 | 0 | 0.90 | 0.54 | 102.45 | 0.82 | 0.25 |
| Hex | 2B | 76 | C | 40 | 0 | 5A | 36 | 66 | 52 | 19 |
| Octal | 53 | 166 | 14 | 100 | 0 | 132 | 66 | 146 | 122 | 31 |
| Binary | 101011 | 1110110 | 1100 | 1000000 | 0 | 1011010 | 110110 | 1100110 | 1010010 | 11001 |
Color Harmonies of #2B760C
Complementary color
Monochromatic Colors of #2B760C
Black with #2B760C
Text Example
Text Example
White with #2B760C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B760C; }
p { color: rgb(43,118,12); }
H1.HeaderClassName
{
color: #2B760C;
}
.AnyTagClassName
{
color: #2B760C;
}
</style>
background-color css
<style>
a { background-color: #2B760C; }
a { background-color: rgb(43,118,12); }
div.DivClassName
{
background-color: #2B760C;
}
.BgClassName
{
background-color: #2B760C;
}
</style>
border-color css
<style>
span { border-color: #2B760C; }
span { border-color: rgb(43,118,12); }
td.TdClassName
{
border-color: #2B760C;
}
.TagClassName
{
border-color: #2B760C;
}
</style>