Shades of Bilbao #2C640E
Tints of Bilbao #2C640E
RGB
CMYK
RGB Variations
Color information
#2C640E (or 0x2C640E) is known color: Bilbao. HEX triplet: 2C, 64 and 0E. RGB value is (44,100,14). Sum of RGB (Red+Green+Blue) = 44+100+14=158 (20% of max value = 765). Red value is 44 (17.58% from 255 or 27.85% from 158); Green value is 100 (39.45% from 255 or 63.29% from 158); Blue value is 14 (5.86% from 255 or 8.86% from 158); Max value from RGB is 100 - color contains mainly: green. Hex color #2C640E is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2C640E is #D39BF1. Grayscale: #494949. Windows color (decimal): -13868018 or 943148. OLE color: 943148.
HSL color Cylindrical-coordinate representation of color #2C640E: hue angle of 99.07º degrees, saturation: 0.75, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #2C640E is Cyan = 0.56, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 44 | 100 | 14 | - |
| CMYK | 0.56 | 0 | 0.86 | 0.61 |
| HSL | 99.07º | 0.75% | 0.22% | - |
| HSV(B) | 99.07º | 0.86% | 0.39% | - |
| XYZ | 5.68 | 9.68 | 1.99 | - |
| YUV | 73.45 | 94.45 | 106.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 100 | 14 | 0.56 | 0 | 0.86 | 0.61 | 99.07 | 0.75 | 0.22 |
| Hex | 2C | 64 | E | 38 | 0 | 56 | 3D | 63 | 4B | 16 |
| Octal | 54 | 144 | 16 | 70 | 0 | 126 | 75 | 143 | 113 | 26 |
| Binary | 101100 | 1100100 | 1110 | 111000 | 0 | 1010110 | 111101 | 1100011 | 1001011 | 10110 |
Color Harmonies of #2C640E
Complementary color
Monochromatic Colors of #2C640E
Black with #2C640E
Text Example
Text Example
White with #2C640E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C640E; }
p { color: rgb(44,100,14); }
H1.HeaderClassName
{
color: #2C640E;
}
.AnyTagClassName
{
color: #2C640E;
}
</style>
background-color css
<style>
a { background-color: #2C640E; }
a { background-color: rgb(44,100,14); }
div.DivClassName
{
background-color: #2C640E;
}
.BgClassName
{
background-color: #2C640E;
}
</style>
border-color css
<style>
span { border-color: #2C640E; }
span { border-color: rgb(44,100,14); }
td.TdClassName
{
border-color: #2C640E;
}
.TagClassName
{
border-color: #2C640E;
}
</style>