Shades of Bilbao #2C710B
Tints of Bilbao #2C710B
RGB
CMYK
RGB Variations
Color information
#2C710B (or 0x2C710B) is known color: Bilbao. HEX triplet: 2C, 71 and 0B. RGB value is (44,113,11). Sum of RGB (Red+Green+Blue) = 44+113+11=168 (22% of max value = 765). Red value is 44 (17.58% from 255 or 26.19% from 168); Green value is 113 (44.53% from 255 or 67.26% from 168); Blue value is 11 (4.69% from 255 or 6.55% from 168); Max value from RGB is 113 - color contains mainly: green. Hex color #2C710B is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2C710B is #D38EF4. Grayscale: #515151. Windows color (decimal): -13864693 or 749868. OLE color: 749868.
HSL color Cylindrical-coordinate representation of color #2C710B: hue angle of 100.59º degrees, saturation: 0.82, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #2C710B is Cyan = 0.61, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 44 | 113 | 11 | - |
| CMYK | 0.61 | 0 | 0.90 | 0.56 |
| HSL | 100.59º | 0.82% | 0.24% | - |
| HSV(B) | 100.59º | 0.9% | 0.44% | - |
| XYZ | 7 | 12.37 | 2.34 | - |
| YUV | 80.74 | 88.64 | 101.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 113 | 11 | 0.61 | 0 | 0.90 | 0.56 | 100.59 | 0.82 | 0.24 |
| Hex | 2C | 71 | B | 3D | 0 | 5A | 38 | 65 | 52 | 18 |
| Octal | 54 | 161 | 13 | 75 | 0 | 132 | 70 | 145 | 122 | 30 |
| Binary | 101100 | 1110001 | 1011 | 111101 | 0 | 1011010 | 111000 | 1100101 | 1010010 | 11000 |
Color Harmonies of #2C710B
Complementary color
Monochromatic Colors of #2C710B
Black with #2C710B
Text Example
Text Example
White with #2C710B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C710B; }
p { color: rgb(44,113,11); }
H1.HeaderClassName
{
color: #2C710B;
}
.AnyTagClassName
{
color: #2C710B;
}
</style>
background-color css
<style>
a { background-color: #2C710B; }
a { background-color: rgb(44,113,11); }
div.DivClassName
{
background-color: #2C710B;
}
.BgClassName
{
background-color: #2C710B;
}
</style>
border-color css
<style>
span { border-color: #2C710B; }
span { border-color: rgb(44,113,11); }
td.TdClassName
{
border-color: #2C710B;
}
.TagClassName
{
border-color: #2C710B;
}
</style>