Shades of Bilbao #2C7519
Tints of Bilbao #2C7519
RGB
CMYK
RGB Variations
Color information
#2C7519 (or 0x2C7519) is known color: Bilbao. HEX triplet: 2C, 75 and 19. RGB value is (44,117,25). Sum of RGB (Red+Green+Blue) = 44+117+25=186 (24% of max value = 765). Red value is 44 (17.58% from 255 or 23.66% from 186); Green value is 117 (46.09% from 255 or 62.90% from 186); Blue value is 25 (10.16% from 255 or 13.44% from 186); Max value from RGB is 117 - color contains mainly: green. Hex color #2C7519 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2C7519 is #D38AE6. Grayscale: #545454. Windows color (decimal): -13863655 or 1668396. OLE color: 1668396.
HSL color Cylindrical-coordinate representation of color #2C7519: hue angle of 107.61º degrees, saturation: 0.65, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2C7519 is Cyan = 0.62, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 44 | 117 | 25 | - |
| CMYK | 0.62 | 0 | 0.79 | 0.54 |
| HSL | 107.61º | 0.65% | 0.28% | - |
| HSV(B) | 107.61º | 0.79% | 0.46% | - |
| XYZ | 7.58 | 13.33 | 3.09 | - |
| YUV | 84.69 | 94.32 | 98.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 117 | 25 | 0.62 | 0 | 0.79 | 0.54 | 107.61 | 0.65 | 0.28 |
| Hex | 2C | 75 | 19 | 3E | 0 | 4F | 36 | 6C | 41 | 1C |
| Octal | 54 | 165 | 31 | 76 | 0 | 117 | 66 | 154 | 101 | 34 |
| Binary | 101100 | 1110101 | 11001 | 111110 | 0 | 1001111 | 110110 | 1101100 | 1000001 | 11100 |
Color Harmonies of #2C7519
Complementary color
Monochromatic Colors of #2C7519
Black with #2C7519
Text Example
Text Example
White with #2C7519
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C7519; }
p { color: rgb(44,117,25); }
H1.HeaderClassName
{
color: #2C7519;
}
.AnyTagClassName
{
color: #2C7519;
}
</style>
background-color css
<style>
a { background-color: #2C7519; }
a { background-color: rgb(44,117,25); }
div.DivClassName
{
background-color: #2C7519;
}
.BgClassName
{
background-color: #2C7519;
}
</style>
border-color css
<style>
span { border-color: #2C7519; }
span { border-color: rgb(44,117,25); }
td.TdClassName
{
border-color: #2C7519;
}
.TagClassName
{
border-color: #2C7519;
}
</style>