Shades of Bilbao #2C710D
Tints of Bilbao #2C710D
RGB
CMYK
RGB Variations
Color information
#2C710D (or 0x2C710D) is known color: Bilbao. HEX triplet: 2C, 71 and 0D. RGB value is (44,113,13). Sum of RGB (Red+Green+Blue) = 44+113+13=170 (22% of max value = 765). Red value is 44 (17.58% from 255 or 25.88% from 170); Green value is 113 (44.53% from 255 or 66.47% from 170); Blue value is 13 (5.47% from 255 or 7.65% from 170); Max value from RGB is 113 - color contains mainly: green. Hex color #2C710D is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2C710D is #D38EF2. Grayscale: #515151. Windows color (decimal): -13864691 or 880940. OLE color: 880940.
HSL color Cylindrical-coordinate representation of color #2C710D: hue angle of 101.4º degrees, saturation: 0.79, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #2C710D is Cyan = 0.61, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 44 | 113 | 13 | - |
| CMYK | 0.61 | 0 | 0.88 | 0.56 |
| HSL | 101.4º | 0.79% | 0.25% | - |
| HSV(B) | 101.4º | 0.88% | 0.44% | - |
| XYZ | 7.02 | 12.37 | 2.4 | - |
| YUV | 80.97 | 89.64 | 101.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 113 | 13 | 0.61 | 0 | 0.88 | 0.56 | 101.4 | 0.79 | 0.25 |
| Hex | 2C | 71 | D | 3D | 0 | 58 | 38 | 65 | 4F | 19 |
| Octal | 54 | 161 | 15 | 75 | 0 | 130 | 70 | 145 | 117 | 31 |
| Binary | 101100 | 1110001 | 1101 | 111101 | 0 | 1011000 | 111000 | 1100101 | 1001111 | 11001 |
Color Harmonies of #2C710D
Complementary color
Monochromatic Colors of #2C710D
Black with #2C710D
Text Example
Text Example
White with #2C710D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C710D; }
p { color: rgb(44,113,13); }
H1.HeaderClassName
{
color: #2C710D;
}
.AnyTagClassName
{
color: #2C710D;
}
</style>
background-color css
<style>
a { background-color: #2C710D; }
a { background-color: rgb(44,113,13); }
div.DivClassName
{
background-color: #2C710D;
}
.BgClassName
{
background-color: #2C710D;
}
</style>
border-color css
<style>
span { border-color: #2C710D; }
span { border-color: rgb(44,113,13); }
td.TdClassName
{
border-color: #2C710D;
}
.TagClassName
{
border-color: #2C710D;
}
</style>