Shades of Bilbao #2C6E03
Tints of Bilbao #2C6E03
RGB
CMYK
RGB Variations
Color information
#2C6E03 (or 0x2C6E03) is known color: Bilbao. HEX triplet: 2C, 6E and 03. RGB value is (44,110,3). Sum of RGB (Red+Green+Blue) = 44+110+3=157 (20% of max value = 765). Red value is 44 (17.58% from 255 or 28.03% from 157); Green value is 110 (43.36% from 255 or 70.06% from 157); Blue value is 3 (1.56% from 255 or 1.91% from 157); Max value from RGB is 110 - color contains mainly: green. Hex color #2C6E03 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2C6E03 is #D391FC. Grayscale: #4E4E4E. Windows color (decimal): -13865469 or 224812. OLE color: 224812.
HSL color Cylindrical-coordinate representation of color #2C6E03: hue angle of 97.01º degrees, saturation: 0.95, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #2C6E03 is Cyan = 0.6, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 44 | 110 | 3 | - |
| CMYK | 0.6 | 0 | 0.97 | 0.57 |
| HSL | 97.01º | 0.95% | 0.22% | - |
| HSV(B) | 97.01º | 0.97% | 0.43% | - |
| XYZ | 6.63 | 11.69 | 1.99 | - |
| YUV | 78.07 | 85.63 | 103.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 110 | 3 | 0.6 | 0 | 0.97 | 0.57 | 97.01 | 0.95 | 0.22 |
| Hex | 2C | 6E | 3 | 3C | 0 | 61 | 39 | 61 | 5F | 16 |
| Octal | 54 | 156 | 3 | 74 | 0 | 141 | 71 | 141 | 137 | 26 |
| Binary | 101100 | 1101110 | 11 | 111100 | 0 | 1100001 | 111001 | 1100001 | 1011111 | 10110 |
Color Harmonies of #2C6E03
Complementary color
Monochromatic Colors of #2C6E03
Black with #2C6E03
Text Example
Text Example
White with #2C6E03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C6E03; }
p { color: rgb(44,110,3); }
H1.HeaderClassName
{
color: #2C6E03;
}
.AnyTagClassName
{
color: #2C6E03;
}
</style>
background-color css
<style>
a { background-color: #2C6E03; }
a { background-color: rgb(44,110,3); }
div.DivClassName
{
background-color: #2C6E03;
}
.BgClassName
{
background-color: #2C6E03;
}
</style>
border-color css
<style>
span { border-color: #2C6E03; }
span { border-color: rgb(44,110,3); }
td.TdClassName
{
border-color: #2C6E03;
}
.TagClassName
{
border-color: #2C6E03;
}
</style>