Shades of Bilbao #2C6B10
Tints of Bilbao #2C6B10
RGB
CMYK
RGB Variations
Color information
#2C6B10 (or 0x2C6B10) is known color: Bilbao. HEX triplet: 2C, 6B and 10. RGB value is (44,107,16). Sum of RGB (Red+Green+Blue) = 44+107+16=167 (22% of max value = 765). Red value is 44 (17.58% from 255 or 26.35% from 167); Green value is 107 (42.19% from 255 or 64.07% from 167); Blue value is 16 (6.64% from 255 or 9.58% from 167); Max value from RGB is 107 - color contains mainly: green. Hex color #2C6B10 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2C6B10 is #D394EF. Grayscale: #4E4E4E. Windows color (decimal): -13866224 or 1076012. OLE color: 1076012.
HSL color Cylindrical-coordinate representation of color #2C6B10: hue angle of 101.54º degrees, saturation: 0.74, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2C6B10 is Cyan = 0.59, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 44 | 107 | 16 | - |
| CMYK | 0.59 | 0 | 0.85 | 0.58 |
| HSL | 101.54º | 0.74% | 0.24% | - |
| HSV(B) | 101.54º | 0.85% | 0.42% | - |
| XYZ | 6.39 | 11.09 | 2.29 | - |
| YUV | 77.79 | 93.13 | 103.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 107 | 16 | 0.59 | 0 | 0.85 | 0.58 | 101.54 | 0.74 | 0.24 |
| Hex | 2C | 6B | 10 | 3B | 0 | 55 | 3A | 66 | 4A | 18 |
| Octal | 54 | 153 | 20 | 73 | 0 | 125 | 72 | 146 | 112 | 30 |
| Binary | 101100 | 1101011 | 10000 | 111011 | 0 | 1010101 | 111010 | 1100110 | 1001010 | 11000 |
Color Harmonies of #2C6B10
Complementary color
Monochromatic Colors of #2C6B10
Black with #2C6B10
Text Example
Text Example
White with #2C6B10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C6B10; }
p { color: rgb(44,107,16); }
H1.HeaderClassName
{
color: #2C6B10;
}
.AnyTagClassName
{
color: #2C6B10;
}
</style>
background-color css
<style>
a { background-color: #2C6B10; }
a { background-color: rgb(44,107,16); }
div.DivClassName
{
background-color: #2C6B10;
}
.BgClassName
{
background-color: #2C6B10;
}
</style>
border-color css
<style>
span { border-color: #2C6B10; }
span { border-color: rgb(44,107,16); }
td.TdClassName
{
border-color: #2C6B10;
}
.TagClassName
{
border-color: #2C6B10;
}
</style>