Shades of Bilbao #2C6905
Tints of Bilbao #2C6905
RGB
CMYK
RGB Variations
Color information
#2C6905 (or 0x2C6905) is known color: Bilbao. HEX triplet: 2C, 69 and 05. RGB value is (44,105,5). Sum of RGB (Red+Green+Blue) = 44+105+5=154 (20% of max value = 765). Red value is 44 (17.58% from 255 or 28.57% from 154); Green value is 105 (41.41% from 255 or 68.18% from 154); Blue value is 5 (2.34% from 255 or 3.25% from 154); Max value from RGB is 105 - color contains mainly: green. Hex color #2C6905 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2C6905 is #D396FA. Grayscale: #4B4B4B. Windows color (decimal): -13866747 or 354604. OLE color: 354604.
HSL color Cylindrical-coordinate representation of color #2C6905: hue angle of 96.6º degrees, saturation: 0.91, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #2C6905 is Cyan = 0.58, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 44 | 105 | 5 | - |
| CMYK | 0.58 | 0 | 0.95 | 0.59 |
| HSL | 96.6º | 0.91% | 0.22% | - |
| HSV(B) | 96.6º | 0.95% | 0.41% | - |
| XYZ | 6.12 | 10.65 | 1.88 | - |
| YUV | 75.36 | 88.29 | 105.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 105 | 5 | 0.58 | 0 | 0.95 | 0.59 | 96.6 | 0.91 | 0.22 |
| Hex | 2C | 69 | 5 | 3A | 0 | 5F | 3B | 61 | 5B | 16 |
| Octal | 54 | 151 | 5 | 72 | 0 | 137 | 73 | 141 | 133 | 26 |
| Binary | 101100 | 1101001 | 101 | 111010 | 0 | 1011111 | 111011 | 1100001 | 1011011 | 10110 |
Color Harmonies of #2C6905
Complementary color
Monochromatic Colors of #2C6905
Black with #2C6905
Text Example
Text Example
White with #2C6905
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C6905; }
p { color: rgb(44,105,5); }
H1.HeaderClassName
{
color: #2C6905;
}
.AnyTagClassName
{
color: #2C6905;
}
</style>
background-color css
<style>
a { background-color: #2C6905; }
a { background-color: rgb(44,105,5); }
div.DivClassName
{
background-color: #2C6905;
}
.BgClassName
{
background-color: #2C6905;
}
</style>
border-color css
<style>
span { border-color: #2C6905; }
span { border-color: rgb(44,105,5); }
td.TdClassName
{
border-color: #2C6905;
}
.TagClassName
{
border-color: #2C6905;
}
</style>