Shades of Bilbao #2C6A13
Tints of Bilbao #2C6A13
RGB
CMYK
RGB Variations
Color information
#2C6A13 (or 0x2C6A13) is known color: Bilbao. HEX triplet: 2C, 6A and 13. RGB value is (44,106,19). Sum of RGB (Red+Green+Blue) = 44+106+19=169 (22% of max value = 765). Red value is 44 (17.58% from 255 or 26.04% from 169); Green value is 106 (41.80% from 255 or 62.72% from 169); Blue value is 19 (7.81% from 255 or 11.24% from 169); Max value from RGB is 106 - color contains mainly: green. Hex color #2C6A13 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2C6A13 is #D395EC. Grayscale: #4D4D4D. Windows color (decimal): -13866477 or 1272364. OLE color: 1272364.
HSL color Cylindrical-coordinate representation of color #2C6A13: hue angle of 102.76º degrees, saturation: 0.7, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2C6A13 is Cyan = 0.58, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 44 | 106 | 19 | - |
| CMYK | 0.58 | 0 | 0.82 | 0.58 |
| HSL | 102.76º | 0.7% | 0.25% | - |
| HSV(B) | 102.76º | 0.82% | 0.42% | - |
| XYZ | 6.31 | 10.89 | 2.39 | - |
| YUV | 77.54 | 94.96 | 104.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 106 | 19 | 0.58 | 0 | 0.82 | 0.58 | 102.76 | 0.7 | 0.25 |
| Hex | 2C | 6A | 13 | 3A | 0 | 52 | 3A | 67 | 46 | 19 |
| Octal | 54 | 152 | 23 | 72 | 0 | 122 | 72 | 147 | 106 | 31 |
| Binary | 101100 | 1101010 | 10011 | 111010 | 0 | 1010010 | 111010 | 1100111 | 1000110 | 11001 |
Color Harmonies of #2C6A13
Complementary color
Monochromatic Colors of #2C6A13
Black with #2C6A13
Text Example
Text Example
White with #2C6A13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C6A13; }
p { color: rgb(44,106,19); }
H1.HeaderClassName
{
color: #2C6A13;
}
.AnyTagClassName
{
color: #2C6A13;
}
</style>
background-color css
<style>
a { background-color: #2C6A13; }
a { background-color: rgb(44,106,19); }
div.DivClassName
{
background-color: #2C6A13;
}
.BgClassName
{
background-color: #2C6A13;
}
</style>
border-color css
<style>
span { border-color: #2C6A13; }
span { border-color: rgb(44,106,19); }
td.TdClassName
{
border-color: #2C6A13;
}
.TagClassName
{
border-color: #2C6A13;
}
</style>