Shades of Bilbao #2C700C
Tints of Bilbao #2C700C
RGB
CMYK
RGB Variations
Color information
#2C700C (or 0x2C700C) is known color: Bilbao. HEX triplet: 2C, 70 and 0C. RGB value is (44,112,12). Sum of RGB (Red+Green+Blue) = 44+112+12=168 (22% of max value = 765). Red value is 44 (17.58% from 255 or 26.19% from 168); Green value is 112 (44.14% from 255 or 66.67% from 168); Blue value is 12 (5.08% from 255 or 7.14% from 168); Max value from RGB is 112 - color contains mainly: green. Hex color #2C700C is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2C700C is #D38FF3. Grayscale: #505050. Windows color (decimal): -13864948 or 815148. OLE color: 815148.
HSL color Cylindrical-coordinate representation of color #2C700C: hue angle of 100.8º degrees, saturation: 0.81, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #2C700C is Cyan = 0.61, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 44 | 112 | 12 | - |
| CMYK | 0.61 | 0 | 0.89 | 0.56 |
| HSL | 100.8º | 0.81% | 0.24% | - |
| HSV(B) | 100.8º | 0.89% | 0.44% | - |
| XYZ | 6.9 | 12.15 | 2.33 | - |
| YUV | 80.27 | 89.47 | 102.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 112 | 12 | 0.61 | 0 | 0.89 | 0.56 | 100.8 | 0.81 | 0.24 |
| Hex | 2C | 70 | C | 3D | 0 | 59 | 38 | 65 | 51 | 18 |
| Octal | 54 | 160 | 14 | 75 | 0 | 131 | 70 | 145 | 121 | 30 |
| Binary | 101100 | 1110000 | 1100 | 111101 | 0 | 1011001 | 111000 | 1100101 | 1010001 | 11000 |
Color Harmonies of #2C700C
Complementary color
Monochromatic Colors of #2C700C
Black with #2C700C
Text Example
Text Example
White with #2C700C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C700C; }
p { color: rgb(44,112,12); }
H1.HeaderClassName
{
color: #2C700C;
}
.AnyTagClassName
{
color: #2C700C;
}
</style>
background-color css
<style>
a { background-color: #2C700C; }
a { background-color: rgb(44,112,12); }
div.DivClassName
{
background-color: #2C700C;
}
.BgClassName
{
background-color: #2C700C;
}
</style>
border-color css
<style>
span { border-color: #2C700C; }
span { border-color: rgb(44,112,12); }
td.TdClassName
{
border-color: #2C700C;
}
.TagClassName
{
border-color: #2C700C;
}
</style>