Shades of Bilbao #2C6A03
Tints of Bilbao #2C6A03
RGB
CMYK
RGB Variations
Color information
#2C6A03 (or 0x2C6A03) is known color: Bilbao. HEX triplet: 2C, 6A and 03. RGB value is (44,106,3). Sum of RGB (Red+Green+Blue) = 44+106+3=153 (20% of max value = 765). Red value is 44 (17.58% from 255 or 28.76% from 153); Green value is 106 (41.80% from 255 or 69.28% from 153); Blue value is 3 (1.56% from 255 or 1.96% from 153); Max value from RGB is 106 - color contains mainly: green. Hex color #2C6A03 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2C6A03 is #D395FC. Grayscale: #4C4C4C. Windows color (decimal): -13866493 or 223788. OLE color: 223788.
HSL color Cylindrical-coordinate representation of color #2C6A03: hue angle of 96.12º degrees, saturation: 0.94, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #2C6A03 is Cyan = 0.58, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 44 | 106 | 3 | - |
| CMYK | 0.58 | 0 | 0.97 | 0.58 |
| HSL | 96.12º | 0.94% | 0.21% | - |
| HSV(B) | 96.12º | 0.97% | 0.42% | - |
| XYZ | 6.21 | 10.85 | 1.85 | - |
| YUV | 75.72 | 86.96 | 105.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 106 | 3 | 0.58 | 0 | 0.97 | 0.58 | 96.12 | 0.94 | 0.21 |
| Hex | 2C | 6A | 3 | 3A | 0 | 61 | 3A | 60 | 5E | 15 |
| Octal | 54 | 152 | 3 | 72 | 0 | 141 | 72 | 140 | 136 | 25 |
| Binary | 101100 | 1101010 | 11 | 111010 | 0 | 1100001 | 111010 | 1100000 | 1011110 | 10101 |
Color Harmonies of #2C6A03
Complementary color
Monochromatic Colors of #2C6A03
Black with #2C6A03
Text Example
Text Example
White with #2C6A03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C6A03; }
p { color: rgb(44,106,3); }
H1.HeaderClassName
{
color: #2C6A03;
}
.AnyTagClassName
{
color: #2C6A03;
}
</style>
background-color css
<style>
a { background-color: #2C6A03; }
a { background-color: rgb(44,106,3); }
div.DivClassName
{
background-color: #2C6A03;
}
.BgClassName
{
background-color: #2C6A03;
}
</style>
border-color css
<style>
span { border-color: #2C6A03; }
span { border-color: rgb(44,106,3); }
td.TdClassName
{
border-color: #2C6A03;
}
.TagClassName
{
border-color: #2C6A03;
}
</style>