Shades of Bilbao #2C6802
Tints of Bilbao #2C6802
RGB
CMYK
RGB Variations
Color information
#2C6802 (or 0x2C6802) is known color: Bilbao. HEX triplet: 2C, 68 and 02. RGB value is (44,104,2). Sum of RGB (Red+Green+Blue) = 44+104+2=150 (19% of max value = 765). Red value is 44 (17.58% from 255 or 29.33% from 150); Green value is 104 (41.02% from 255 or 69.33% from 150); Blue value is 2 (1.17% from 255 or 1.33% from 150); Max value from RGB is 104 - color contains mainly: green. Hex color #2C6802 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2C6802 is #D397FD. Grayscale: #4A4A4A. Windows color (decimal): -13867006 or 157740. OLE color: 157740.
HSL color Cylindrical-coordinate representation of color #2C6802: hue angle of 95.29º degrees, saturation: 0.96, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #2C6802 is Cyan = 0.58, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 44 | 104 | 2 | - |
| CMYK | 0.58 | 0 | 0.98 | 0.59 |
| HSL | 95.29º | 0.96% | 0.21% | - |
| HSV(B) | 95.29º | 0.98% | 0.41% | - |
| XYZ | 6 | 10.44 | 1.76 | - |
| YUV | 74.43 | 87.12 | 106.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 104 | 2 | 0.58 | 0 | 0.98 | 0.59 | 95.29 | 0.96 | 0.21 |
| Hex | 2C | 68 | 2 | 3A | 0 | 62 | 3B | 5F | 60 | 15 |
| Octal | 54 | 150 | 2 | 72 | 0 | 142 | 73 | 137 | 140 | 25 |
| Binary | 101100 | 1101000 | 10 | 111010 | 0 | 1100010 | 111011 | 1011111 | 1100000 | 10101 |
Color Harmonies of #2C6802
Complementary color
Monochromatic Colors of #2C6802
Black with #2C6802
Text Example
Text Example
White with #2C6802
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C6802; }
p { color: rgb(44,104,2); }
H1.HeaderClassName
{
color: #2C6802;
}
.AnyTagClassName
{
color: #2C6802;
}
</style>
background-color css
<style>
a { background-color: #2C6802; }
a { background-color: rgb(44,104,2); }
div.DivClassName
{
background-color: #2C6802;
}
.BgClassName
{
background-color: #2C6802;
}
</style>
border-color css
<style>
span { border-color: #2C6802; }
span { border-color: rgb(44,104,2); }
td.TdClassName
{
border-color: #2C6802;
}
.TagClassName
{
border-color: #2C6802;
}
</style>