Shades of Bilbao #2C6A00
Tints of Bilbao #2C6A00
RGB
CMYK
RGB Variations
Color information
#2C6A00 (or 0x2C6A00) is known color: Bilbao. HEX triplet: 2C, 6A and 00. RGB value is (44,106,0). Sum of RGB (Red+Green+Blue) = 44+106+0=150 (19% of max value = 765). Red value is 44 (17.58% from 255 or 29.33% from 150); Green value is 106 (41.80% from 255 or 70.67% from 150); Blue value is 0 (0.39% from 255 or 0% from 150); Max value from RGB is 106 - color contains mainly: green. Hex color #2C6A00 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2C6A00 is #D395FF. Grayscale: #4B4B4B. Windows color (decimal): -13866496 or 27180. OLE color: 27180.
HSL color Cylindrical-coordinate representation of color #2C6A00: hue angle of 95.09º degrees, saturation: 1, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 1%. Process color model (Four color, CMYK) of #2C6A00 is Cyan = 0.58, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 44 | 106 | 0 | - |
| CMYK | 0.58 | 0 | 1 | 0.58 |
| HSL | 95.09º | 1% | 0.21% | - |
| HSV(B) | 95.09º | 1% | 0.42% | - |
| XYZ | 6.19 | 10.84 | 1.77 | - |
| YUV | 75.38 | 85.46 | 105.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 106 | 0 | 0.58 | 0 | 1 | 0.58 | 95.09 | 1 | 0.21 |
| Hex | 2C | 6A | 0 | 3A | 0 | 64 | 3A | 5F | 64 | 15 |
| Octal | 54 | 152 | 0 | 72 | 0 | 144 | 72 | 137 | 144 | 25 |
| Binary | 101100 | 1101010 | 0 | 111010 | 0 | 1100100 | 111010 | 1011111 | 1100100 | 10101 |
Color Harmonies of #2C6A00
Complementary color
Monochromatic Colors of #2C6A00
Black with #2C6A00
Text Example
Text Example
White with #2C6A00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C6A00; }
p { color: rgb(44,106,0); }
H1.HeaderClassName
{
color: #2C6A00;
}
.AnyTagClassName
{
color: #2C6A00;
}
</style>
background-color css
<style>
a { background-color: #2C6A00; }
a { background-color: rgb(44,106,0); }
div.DivClassName
{
background-color: #2C6A00;
}
.BgClassName
{
background-color: #2C6A00;
}
</style>
border-color css
<style>
span { border-color: #2C6A00; }
span { border-color: rgb(44,106,0); }
td.TdClassName
{
border-color: #2C6A00;
}
.TagClassName
{
border-color: #2C6A00;
}
</style>