Shades of Bilbao #2C7301
Tints of Bilbao #2C7301
RGB
CMYK
RGB Variations
Color information
#2C7301 (or 0x2C7301) is known color: Bilbao. HEX triplet: 2C, 73 and 01. RGB value is (44,115,1). Sum of RGB (Red+Green+Blue) = 44+115+1=160 (21% of max value = 765). Red value is 44 (17.58% from 255 or 27.5% from 160); Green value is 115 (45.31% from 255 or 71.88% from 160); Blue value is 1 (0.78% from 255 or 0.62% from 160); Max value from RGB is 115 - color contains mainly: green. Hex color #2C7301 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2C7301 is #D38CFE. Grayscale: #515151. Windows color (decimal): -13864191 or 95020. OLE color: 95020.
HSL color Cylindrical-coordinate representation of color #2C7301: hue angle of 97.37º degrees, saturation: 0.98, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #2C7301 is Cyan = 0.62, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 44 | 115 | 1 | - |
| CMYK | 0.62 | 0 | 0.99 | 0.55 |
| HSL | 97.37º | 0.98% | 0.23% | - |
| HSV(B) | 97.37º | 0.99% | 0.45% | - |
| XYZ | 7.17 | 12.8 | 2.12 | - |
| YUV | 80.78 | 82.98 | 101.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 115 | 1 | 0.62 | 0 | 0.99 | 0.55 | 97.37 | 0.98 | 0.23 |
| Hex | 2C | 73 | 1 | 3E | 0 | 63 | 37 | 61 | 62 | 17 |
| Octal | 54 | 163 | 1 | 76 | 0 | 143 | 67 | 141 | 142 | 27 |
| Binary | 101100 | 1110011 | 1 | 111110 | 0 | 1100011 | 110111 | 1100001 | 1100010 | 10111 |
Color Harmonies of #2C7301
Complementary color
Monochromatic Colors of #2C7301
Black with #2C7301
Text Example
Text Example
White with #2C7301
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C7301; }
p { color: rgb(44,115,1); }
H1.HeaderClassName
{
color: #2C7301;
}
.AnyTagClassName
{
color: #2C7301;
}
</style>
background-color css
<style>
a { background-color: #2C7301; }
a { background-color: rgb(44,115,1); }
div.DivClassName
{
background-color: #2C7301;
}
.BgClassName
{
background-color: #2C7301;
}
</style>
border-color css
<style>
span { border-color: #2C7301; }
span { border-color: rgb(44,115,1); }
td.TdClassName
{
border-color: #2C7301;
}
.TagClassName
{
border-color: #2C7301;
}
</style>