Shades of Bilbao #2C6812
Tints of Bilbao #2C6812
RGB
CMYK
RGB Variations
Color information
#2C6812 (or 0x2C6812) is known color: Bilbao. HEX triplet: 2C, 68 and 12. RGB value is (44,104,18). Sum of RGB (Red+Green+Blue) = 44+104+18=166 (21% of max value = 765). Red value is 44 (17.58% from 255 or 26.51% from 166); Green value is 104 (41.02% from 255 or 62.65% from 166); Blue value is 18 (7.42% from 255 or 10.84% from 166); Max value from RGB is 104 - color contains mainly: green. Hex color #2C6812 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2C6812 is #D397ED. Grayscale: #4C4C4C. Windows color (decimal): -13866990 or 1206316. OLE color: 1206316.
HSL color Cylindrical-coordinate representation of color #2C6812: hue angle of 101.86º degrees, saturation: 0.7, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2C6812 is Cyan = 0.58, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 44 | 104 | 18 | - |
| CMYK | 0.58 | 0 | 0.83 | 0.59 |
| HSL | 101.86º | 0.7% | 0.24% | - |
| HSV(B) | 101.86º | 0.83% | 0.41% | - |
| XYZ | 6.1 | 10.48 | 2.27 | - |
| YUV | 76.26 | 95.12 | 104.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 104 | 18 | 0.58 | 0 | 0.83 | 0.59 | 101.86 | 0.7 | 0.24 |
| Hex | 2C | 68 | 12 | 3A | 0 | 53 | 3B | 66 | 46 | 18 |
| Octal | 54 | 150 | 22 | 72 | 0 | 123 | 73 | 146 | 106 | 30 |
| Binary | 101100 | 1101000 | 10010 | 111010 | 0 | 1010011 | 111011 | 1100110 | 1000110 | 11000 |
Color Harmonies of #2C6812
Complementary color
Monochromatic Colors of #2C6812
Black with #2C6812
Text Example
Text Example
White with #2C6812
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C6812; }
p { color: rgb(44,104,18); }
H1.HeaderClassName
{
color: #2C6812;
}
.AnyTagClassName
{
color: #2C6812;
}
</style>
background-color css
<style>
a { background-color: #2C6812; }
a { background-color: rgb(44,104,18); }
div.DivClassName
{
background-color: #2C6812;
}
.BgClassName
{
background-color: #2C6812;
}
</style>
border-color css
<style>
span { border-color: #2C6812; }
span { border-color: rgb(44,104,18); }
td.TdClassName
{
border-color: #2C6812;
}
.TagClassName
{
border-color: #2C6812;
}
</style>