Shades of Bilbao #2C690E
Tints of Bilbao #2C690E
RGB
CMYK
RGB Variations
Color information
#2C690E (or 0x2C690E) is known color: Bilbao. HEX triplet: 2C, 69 and 0E. RGB value is (44,105,14). Sum of RGB (Red+Green+Blue) = 44+105+14=163 (21% of max value = 765). Red value is 44 (17.58% from 255 or 26.99% from 163); Green value is 105 (41.41% from 255 or 64.42% from 163); Blue value is 14 (5.86% from 255 or 8.59% from 163); Max value from RGB is 105 - color contains mainly: green. Hex color #2C690E is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2C690E is #D396F1. Grayscale: #4C4C4C. Windows color (decimal): -13866738 or 944428. OLE color: 944428.
HSL color Cylindrical-coordinate representation of color #2C690E: hue angle of 100.22º degrees, saturation: 0.76, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #2C690E is Cyan = 0.58, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 44 | 105 | 14 | - |
| CMYK | 0.58 | 0 | 0.87 | 0.59 |
| HSL | 100.22º | 0.76% | 0.23% | - |
| HSV(B) | 100.22º | 0.87% | 0.41% | - |
| XYZ | 6.17 | 10.67 | 2.15 | - |
| YUV | 76.39 | 92.79 | 104.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 105 | 14 | 0.58 | 0 | 0.87 | 0.59 | 100.22 | 0.76 | 0.23 |
| Hex | 2C | 69 | E | 3A | 0 | 57 | 3B | 64 | 4C | 17 |
| Octal | 54 | 151 | 16 | 72 | 0 | 127 | 73 | 144 | 114 | 27 |
| Binary | 101100 | 1101001 | 1110 | 111010 | 0 | 1010111 | 111011 | 1100100 | 1001100 | 10111 |
Color Harmonies of #2C690E
Complementary color
Monochromatic Colors of #2C690E
Black with #2C690E
Text Example
Text Example
White with #2C690E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C690E; }
p { color: rgb(44,105,14); }
H1.HeaderClassName
{
color: #2C690E;
}
.AnyTagClassName
{
color: #2C690E;
}
</style>
background-color css
<style>
a { background-color: #2C690E; }
a { background-color: rgb(44,105,14); }
div.DivClassName
{
background-color: #2C690E;
}
.BgClassName
{
background-color: #2C690E;
}
</style>
border-color css
<style>
span { border-color: #2C690E; }
span { border-color: rgb(44,105,14); }
td.TdClassName
{
border-color: #2C690E;
}
.TagClassName
{
border-color: #2C690E;
}
</style>