Shades of Bilbao #2C7713
Tints of Bilbao #2C7713
RGB
CMYK
RGB Variations
Color information
#2C7713 (or 0x2C7713) is known color: Bilbao. HEX triplet: 2C, 77 and 13. RGB value is (44,119,19). Sum of RGB (Red+Green+Blue) = 44+119+19=182 (24% of max value = 765). Red value is 44 (17.58% from 255 or 24.18% from 182); Green value is 119 (46.88% from 255 or 65.38% from 182); Blue value is 19 (7.81% from 255 or 10.44% from 182); Max value from RGB is 119 - color contains mainly: green. Hex color #2C7713 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2C7713 is #D388EC. Grayscale: #555555. Windows color (decimal): -13863149 or 1275692. OLE color: 1275692.
HSL color Cylindrical-coordinate representation of color #2C7713: hue angle of 105º degrees, saturation: 0.72, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2C7713 is Cyan = 0.63, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 44 | 119 | 19 | - |
| CMYK | 0.63 | 0 | 0.84 | 0.53 |
| HSL | 105º | 0.72% | 0.27% | - |
| HSV(B) | 105º | 0.84% | 0.47% | - |
| XYZ | 7.75 | 13.78 | 2.87 | - |
| YUV | 85.18 | 90.65 | 98.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 119 | 19 | 0.63 | 0 | 0.84 | 0.53 | 105 | 0.72 | 0.27 |
| Hex | 2C | 77 | 13 | 3F | 0 | 54 | 35 | 69 | 48 | 1B |
| Octal | 54 | 167 | 23 | 77 | 0 | 124 | 65 | 151 | 110 | 33 |
| Binary | 101100 | 1110111 | 10011 | 111111 | 0 | 1010100 | 110101 | 1101001 | 1001000 | 11011 |
Color Harmonies of #2C7713
Complementary color
Monochromatic Colors of #2C7713
Black with #2C7713
Text Example
Text Example
White with #2C7713
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C7713; }
p { color: rgb(44,119,19); }
H1.HeaderClassName
{
color: #2C7713;
}
.AnyTagClassName
{
color: #2C7713;
}
</style>
background-color css
<style>
a { background-color: #2C7713; }
a { background-color: rgb(44,119,19); }
div.DivClassName
{
background-color: #2C7713;
}
.BgClassName
{
background-color: #2C7713;
}
</style>
border-color css
<style>
span { border-color: #2C7713; }
span { border-color: rgb(44,119,19); }
td.TdClassName
{
border-color: #2C7713;
}
.TagClassName
{
border-color: #2C7713;
}
</style>