Shades of Bilbao #2C6309
Tints of Bilbao #2C6309
RGB
CMYK
RGB Variations
Color information
#2C6309 (or 0x2C6309) is known color: Bilbao. HEX triplet: 2C, 63 and 09. RGB value is (44,99,9). Sum of RGB (Red+Green+Blue) = 44+99+9=152 (20% of max value = 765). Red value is 44 (17.58% from 255 or 28.95% from 152); Green value is 99 (39.06% from 255 or 65.13% from 152); Blue value is 9 (3.91% from 255 or 5.92% from 152); Max value from RGB is 99 - color contains mainly: green. Hex color #2C6309 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2C6309 is #D39CF6. Grayscale: #484848. Windows color (decimal): -13868279 or 615212. OLE color: 615212.
HSL color Cylindrical-coordinate representation of color #2C6309: hue angle of 96.67º degrees, saturation: 0.83, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #2C6309 is Cyan = 0.56, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 44 | 99 | 9 | - |
| CMYK | 0.56 | 0 | 0.91 | 0.61 |
| HSL | 96.67º | 0.83% | 0.21% | - |
| HSV(B) | 96.67º | 0.91% | 0.39% | - |
| XYZ | 5.55 | 9.48 | 1.8 | - |
| YUV | 72.3 | 92.28 | 107.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 99 | 9 | 0.56 | 0 | 0.91 | 0.61 | 96.67 | 0.83 | 0.21 |
| Hex | 2C | 63 | 9 | 38 | 0 | 5B | 3D | 61 | 53 | 15 |
| Octal | 54 | 143 | 11 | 70 | 0 | 133 | 75 | 141 | 123 | 25 |
| Binary | 101100 | 1100011 | 1001 | 111000 | 0 | 1011011 | 111101 | 1100001 | 1010011 | 10101 |
Color Harmonies of #2C6309
Complementary color
Monochromatic Colors of #2C6309
Black with #2C6309
Text Example
Text Example
White with #2C6309
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C6309; }
p { color: rgb(44,99,9); }
H1.HeaderClassName
{
color: #2C6309;
}
.AnyTagClassName
{
color: #2C6309;
}
</style>
background-color css
<style>
a { background-color: #2C6309; }
a { background-color: rgb(44,99,9); }
div.DivClassName
{
background-color: #2C6309;
}
.BgClassName
{
background-color: #2C6309;
}
</style>
border-color css
<style>
span { border-color: #2C6309; }
span { border-color: rgb(44,99,9); }
td.TdClassName
{
border-color: #2C6309;
}
.TagClassName
{
border-color: #2C6309;
}
</style>