Shades of Bilbao #2C6405
Tints of Bilbao #2C6405
RGB
CMYK
RGB Variations
Color information
#2C6405 (or 0x2C6405) is known color: Bilbao. HEX triplet: 2C, 64 and 05. RGB value is (44,100,5). Sum of RGB (Red+Green+Blue) = 44+100+5=149 (19% of max value = 765). Red value is 44 (17.58% from 255 or 29.53% from 149); Green value is 100 (39.45% from 255 or 67.11% from 149); Blue value is 5 (2.34% from 255 or 3.36% from 149); Max value from RGB is 100 - color contains mainly: green. Hex color #2C6405 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2C6405 is #D39BFA. Grayscale: #484848. Windows color (decimal): -13868027 or 353324. OLE color: 353324.
HSL color Cylindrical-coordinate representation of color #2C6405: hue angle of 95.37º degrees, saturation: 0.9, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #2C6405 is Cyan = 0.56, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 44 | 100 | 5 | - |
| CMYK | 0.56 | 0 | 0.95 | 0.61 |
| HSL | 95.37º | 0.9% | 0.21% | - |
| HSV(B) | 95.37º | 0.95% | 0.39% | - |
| XYZ | 5.62 | 9.66 | 1.71 | - |
| YUV | 72.43 | 89.95 | 107.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 100 | 5 | 0.56 | 0 | 0.95 | 0.61 | 95.37 | 0.9 | 0.21 |
| Hex | 2C | 64 | 5 | 38 | 0 | 5F | 3D | 5F | 5A | 15 |
| Octal | 54 | 144 | 5 | 70 | 0 | 137 | 75 | 137 | 132 | 25 |
| Binary | 101100 | 1100100 | 101 | 111000 | 0 | 1011111 | 111101 | 1011111 | 1011010 | 10101 |
Color Harmonies of #2C6405
Complementary color
Monochromatic Colors of #2C6405
Black with #2C6405
Text Example
Text Example
White with #2C6405
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C6405; }
p { color: rgb(44,100,5); }
H1.HeaderClassName
{
color: #2C6405;
}
.AnyTagClassName
{
color: #2C6405;
}
</style>
background-color css
<style>
a { background-color: #2C6405; }
a { background-color: rgb(44,100,5); }
div.DivClassName
{
background-color: #2C6405;
}
.BgClassName
{
background-color: #2C6405;
}
</style>
border-color css
<style>
span { border-color: #2C6405; }
span { border-color: rgb(44,100,5); }
td.TdClassName
{
border-color: #2C6405;
}
.TagClassName
{
border-color: #2C6405;
}
</style>