Shades of Bilbao #2C6605
Tints of Bilbao #2C6605
RGB
CMYK
RGB Variations
Color information
#2C6605 (or 0x2C6605) is known color: Bilbao. HEX triplet: 2C, 66 and 05. RGB value is (44,102,5). Sum of RGB (Red+Green+Blue) = 44+102+5=151 (20% of max value = 765). Red value is 44 (17.58% from 255 or 29.14% from 151); Green value is 102 (40.23% from 255 or 67.55% from 151); Blue value is 5 (2.34% from 255 or 3.31% from 151); Max value from RGB is 102 - color contains mainly: green. Hex color #2C6605 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2C6605 is #D399FA. Grayscale: #494949. Windows color (decimal): -13867515 or 353836. OLE color: 353836.
HSL color Cylindrical-coordinate representation of color #2C6605: hue angle of 95.88º degrees, saturation: 0.91, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #2C6605 is Cyan = 0.57, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 44 | 102 | 5 | - |
| CMYK | 0.57 | 0 | 0.95 | 0.6 |
| HSL | 95.88º | 0.91% | 0.21% | - |
| HSV(B) | 95.88º | 0.95% | 0.4% | - |
| XYZ | 5.82 | 10.05 | 1.78 | - |
| YUV | 73.6 | 89.28 | 106.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 102 | 5 | 0.57 | 0 | 0.95 | 0.6 | 95.88 | 0.91 | 0.21 |
| Hex | 2C | 66 | 5 | 39 | 0 | 5F | 3C | 60 | 5B | 15 |
| Octal | 54 | 146 | 5 | 71 | 0 | 137 | 74 | 140 | 133 | 25 |
| Binary | 101100 | 1100110 | 101 | 111001 | 0 | 1011111 | 111100 | 1100000 | 1011011 | 10101 |
Color Harmonies of #2C6605
Complementary color
Monochromatic Colors of #2C6605
Black with #2C6605
Text Example
Text Example
White with #2C6605
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C6605; }
p { color: rgb(44,102,5); }
H1.HeaderClassName
{
color: #2C6605;
}
.AnyTagClassName
{
color: #2C6605;
}
</style>
background-color css
<style>
a { background-color: #2C6605; }
a { background-color: rgb(44,102,5); }
div.DivClassName
{
background-color: #2C6605;
}
.BgClassName
{
background-color: #2C6605;
}
</style>
border-color css
<style>
span { border-color: #2C6605; }
span { border-color: rgb(44,102,5); }
td.TdClassName
{
border-color: #2C6605;
}
.TagClassName
{
border-color: #2C6605;
}
</style>