Shades of Bilbao #2C630C
Tints of Bilbao #2C630C
RGB
CMYK
RGB Variations
Color information
#2C630C (or 0x2C630C) is known color: Bilbao. HEX triplet: 2C, 63 and 0C. RGB value is (44,99,12). Sum of RGB (Red+Green+Blue) = 44+99+12=155 (20% of max value = 765). Red value is 44 (17.58% from 255 or 28.39% from 155); Green value is 99 (39.06% from 255 or 63.87% from 155); Blue value is 12 (5.08% from 255 or 7.74% from 155); Max value from RGB is 99 - color contains mainly: green. Hex color #2C630C is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2C630C is #D39CF3. Grayscale: #484848. Windows color (decimal): -13868276 or 811820. OLE color: 811820.
HSL color Cylindrical-coordinate representation of color #2C630C: hue angle of 97.93º degrees, saturation: 0.78, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #2C630C is Cyan = 0.56, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 44 | 99 | 12 | - |
| CMYK | 0.56 | 0 | 0.88 | 0.61 |
| HSL | 97.93º | 0.78% | 0.22% | - |
| HSV(B) | 97.93º | 0.88% | 0.39% | - |
| XYZ | 5.57 | 9.49 | 1.89 | - |
| YUV | 72.64 | 93.78 | 107.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 99 | 12 | 0.56 | 0 | 0.88 | 0.61 | 97.93 | 0.78 | 0.22 |
| Hex | 2C | 63 | C | 38 | 0 | 58 | 3D | 62 | 4E | 16 |
| Octal | 54 | 143 | 14 | 70 | 0 | 130 | 75 | 142 | 116 | 26 |
| Binary | 101100 | 1100011 | 1100 | 111000 | 0 | 1011000 | 111101 | 1100010 | 1001110 | 10110 |
Color Harmonies of #2C630C
Complementary color
Monochromatic Colors of #2C630C
Black with #2C630C
Text Example
Text Example
White with #2C630C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C630C; }
p { color: rgb(44,99,12); }
H1.HeaderClassName
{
color: #2C630C;
}
.AnyTagClassName
{
color: #2C630C;
}
</style>
background-color css
<style>
a { background-color: #2C630C; }
a { background-color: rgb(44,99,12); }
div.DivClassName
{
background-color: #2C630C;
}
.BgClassName
{
background-color: #2C630C;
}
</style>
border-color css
<style>
span { border-color: #2C630C; }
span { border-color: rgb(44,99,12); }
td.TdClassName
{
border-color: #2C630C;
}
.TagClassName
{
border-color: #2C630C;
}
</style>