Shades of Bilbao #2C6501
Tints of Bilbao #2C6501
RGB
CMYK
RGB Variations
Color information
#2C6501 (or 0x2C6501) is known color: Bilbao. HEX triplet: 2C, 65 and 01. RGB value is (44,101,1). Sum of RGB (Red+Green+Blue) = 44+101+1=146 (19% of max value = 765). Red value is 44 (17.58% from 255 or 30.14% from 146); Green value is 101 (39.84% from 255 or 69.18% from 146); Blue value is 1 (0.78% from 255 or 0.68% from 146); Max value from RGB is 101 - color contains mainly: green. Hex color #2C6501 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2C6501 is #D39AFE. Grayscale: #484848. Windows color (decimal): -13867775 or 91436. OLE color: 91436.
HSL color Cylindrical-coordinate representation of color #2C6501: hue angle of 94.2º degrees, saturation: 0.98, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #2C6501 is Cyan = 0.56, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 44 | 101 | 1 | - |
| CMYK | 0.56 | 0 | 0.99 | 0.60 |
| HSL | 94.2º | 0.98% | 0.2% | - |
| HSV(B) | 94.2º | 0.99% | 0.4% | - |
| XYZ | 5.7 | 9.85 | 1.63 | - |
| YUV | 72.56 | 87.62 | 107.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 101 | 1 | 0.56 | 0 | 0.99 | 0.60 | 94.2 | 0.98 | 0.2 |
| Hex | 2C | 65 | 1 | 38 | 0 | 63 | 3C | 5E | 62 | 14 |
| Octal | 54 | 145 | 1 | 70 | 0 | 143 | 74 | 136 | 142 | 24 |
| Binary | 101100 | 1100101 | 1 | 111000 | 0 | 1100011 | 111100 | 1011110 | 1100010 | 10100 |
Color Harmonies of #2C6501
Complementary color
Monochromatic Colors of #2C6501
Black with #2C6501
Text Example
Text Example
White with #2C6501
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C6501; }
p { color: rgb(44,101,1); }
H1.HeaderClassName
{
color: #2C6501;
}
.AnyTagClassName
{
color: #2C6501;
}
</style>
background-color css
<style>
a { background-color: #2C6501; }
a { background-color: rgb(44,101,1); }
div.DivClassName
{
background-color: #2C6501;
}
.BgClassName
{
background-color: #2C6501;
}
</style>
border-color css
<style>
span { border-color: #2C6501; }
span { border-color: rgb(44,101,1); }
td.TdClassName
{
border-color: #2C6501;
}
.TagClassName
{
border-color: #2C6501;
}
</style>