Shades of Bilbao #2C640A
Tints of Bilbao #2C640A
RGB
CMYK
RGB Variations
Color information
#2C640A (or 0x2C640A) is known color: Bilbao. HEX triplet: 2C, 64 and 0A. RGB value is (44,100,10). Sum of RGB (Red+Green+Blue) = 44+100+10=154 (20% of max value = 765). Red value is 44 (17.58% from 255 or 28.57% from 154); Green value is 100 (39.45% from 255 or 64.94% from 154); Blue value is 10 (4.30% from 255 or 6.49% from 154); Max value from RGB is 100 - color contains mainly: green. Hex color #2C640A is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2C640A is #D39BF5. Grayscale: #494949. Windows color (decimal): -13868022 or 681004. OLE color: 681004.
HSL color Cylindrical-coordinate representation of color #2C640A: hue angle of 97.33º degrees, saturation: 0.82, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #2C640A is Cyan = 0.56, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 44 | 100 | 10 | - |
| CMYK | 0.56 | 0 | 0.90 | 0.61 |
| HSL | 97.33º | 0.82% | 0.22% | - |
| HSV(B) | 97.33º | 0.9% | 0.39% | - |
| XYZ | 5.65 | 9.67 | 1.86 | - |
| YUV | 73 | 92.45 | 107.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 100 | 10 | 0.56 | 0 | 0.90 | 0.61 | 97.33 | 0.82 | 0.22 |
| Hex | 2C | 64 | A | 38 | 0 | 5A | 3D | 61 | 52 | 16 |
| Octal | 54 | 144 | 12 | 70 | 0 | 132 | 75 | 141 | 122 | 26 |
| Binary | 101100 | 1100100 | 1010 | 111000 | 0 | 1011010 | 111101 | 1100001 | 1010010 | 10110 |
Color Harmonies of #2C640A
Complementary color
Monochromatic Colors of #2C640A
Black with #2C640A
Text Example
Text Example
White with #2C640A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C640A; }
p { color: rgb(44,100,10); }
H1.HeaderClassName
{
color: #2C640A;
}
.AnyTagClassName
{
color: #2C640A;
}
</style>
background-color css
<style>
a { background-color: #2C640A; }
a { background-color: rgb(44,100,10); }
div.DivClassName
{
background-color: #2C640A;
}
.BgClassName
{
background-color: #2C640A;
}
</style>
border-color css
<style>
span { border-color: #2C640A; }
span { border-color: rgb(44,100,10); }
td.TdClassName
{
border-color: #2C640A;
}
.TagClassName
{
border-color: #2C640A;
}
</style>