Shades of Bilbao #2C6807
Tints of Bilbao #2C6807
RGB
CMYK
RGB Variations
Color information
#2C6807 (or 0x2C6807) is known color: Bilbao. HEX triplet: 2C, 68 and 07. RGB value is (44,104,7). Sum of RGB (Red+Green+Blue) = 44+104+7=155 (20% of max value = 765). Red value is 44 (17.58% from 255 or 28.39% from 155); Green value is 104 (41.02% from 255 or 67.10% from 155); Blue value is 7 (3.12% from 255 or 4.52% from 155); Max value from RGB is 104 - color contains mainly: green. Hex color #2C6807 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2C6807 is #D397F8. Grayscale: #4B4B4B. Windows color (decimal): -13867001 or 485420. OLE color: 485420.
HSL color Cylindrical-coordinate representation of color #2C6807: hue angle of 97.11º degrees, saturation: 0.87, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #2C6807 is Cyan = 0.58, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 44 | 104 | 7 | - |
| CMYK | 0.58 | 0 | 0.93 | 0.59 |
| HSL | 97.11º | 0.87% | 0.22% | - |
| HSV(B) | 97.11º | 0.93% | 0.41% | - |
| XYZ | 6.03 | 10.45 | 1.9 | - |
| YUV | 75 | 89.62 | 105.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 104 | 7 | 0.58 | 0 | 0.93 | 0.59 | 97.11 | 0.87 | 0.22 |
| Hex | 2C | 68 | 7 | 3A | 0 | 5D | 3B | 61 | 57 | 16 |
| Octal | 54 | 150 | 7 | 72 | 0 | 135 | 73 | 141 | 127 | 26 |
| Binary | 101100 | 1101000 | 111 | 111010 | 0 | 1011101 | 111011 | 1100001 | 1010111 | 10110 |
Color Harmonies of #2C6807
Complementary color
Monochromatic Colors of #2C6807
Black with #2C6807
Text Example
Text Example
White with #2C6807
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C6807; }
p { color: rgb(44,104,7); }
H1.HeaderClassName
{
color: #2C6807;
}
.AnyTagClassName
{
color: #2C6807;
}
</style>
background-color css
<style>
a { background-color: #2C6807; }
a { background-color: rgb(44,104,7); }
div.DivClassName
{
background-color: #2C6807;
}
.BgClassName
{
background-color: #2C6807;
}
</style>
border-color css
<style>
span { border-color: #2C6807; }
span { border-color: rgb(44,104,7); }
td.TdClassName
{
border-color: #2C6807;
}
.TagClassName
{
border-color: #2C6807;
}
</style>