Shades of Bilbao #2C7019
Tints of Bilbao #2C7019
RGB
CMYK
RGB Variations
Color information
#2C7019 (or 0x2C7019) is known color: Bilbao. HEX triplet: 2C, 70 and 19. RGB value is (44,112,25). Sum of RGB (Red+Green+Blue) = 44+112+25=181 (23% of max value = 765). Red value is 44 (17.58% from 255 or 24.31% from 181); Green value is 112 (44.14% from 255 or 61.88% from 181); Blue value is 25 (10.16% from 255 or 13.81% from 181); Max value from RGB is 112 - color contains mainly: green. Hex color #2C7019 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2C7019 is #D38FE6. Grayscale: #525252. Windows color (decimal): -13864935 or 1667116. OLE color: 1667116.
HSL color Cylindrical-coordinate representation of color #2C7019: hue angle of 106.9º degrees, saturation: 0.64, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2C7019 is Cyan = 0.61, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 44 | 112 | 25 | - |
| CMYK | 0.61 | 0 | 0.78 | 0.56 |
| HSL | 106.9º | 0.64% | 0.27% | - |
| HSV(B) | 106.9º | 0.78% | 0.44% | - |
| XYZ | 7.01 | 12.19 | 2.9 | - |
| YUV | 81.75 | 95.97 | 101.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 112 | 25 | 0.61 | 0 | 0.78 | 0.56 | 106.9 | 0.64 | 0.27 |
| Hex | 2C | 70 | 19 | 3D | 0 | 4E | 38 | 6B | 40 | 1B |
| Octal | 54 | 160 | 31 | 75 | 0 | 116 | 70 | 153 | 100 | 33 |
| Binary | 101100 | 1110000 | 11001 | 111101 | 0 | 1001110 | 111000 | 1101011 | 1000000 | 11011 |
Color Harmonies of #2C7019
Complementary color
Monochromatic Colors of #2C7019
Black with #2C7019
Text Example
Text Example
White with #2C7019
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C7019; }
p { color: rgb(44,112,25); }
H1.HeaderClassName
{
color: #2C7019;
}
.AnyTagClassName
{
color: #2C7019;
}
</style>
background-color css
<style>
a { background-color: #2C7019; }
a { background-color: rgb(44,112,25); }
div.DivClassName
{
background-color: #2C7019;
}
.BgClassName
{
background-color: #2C7019;
}
</style>
border-color css
<style>
span { border-color: #2C7019; }
span { border-color: rgb(44,112,25); }
td.TdClassName
{
border-color: #2C7019;
}
.TagClassName
{
border-color: #2C7019;
}
</style>