Shades of Bilbao #2C760D
Tints of Bilbao #2C760D
RGB
CMYK
RGB Variations
Color information
#2C760D (or 0x2C760D) is known color: Bilbao. HEX triplet: 2C, 76 and 0D. RGB value is (44,118,13). Sum of RGB (Red+Green+Blue) = 44+118+13=175 (23% of max value = 765). Red value is 44 (17.58% from 255 or 25.14% from 175); Green value is 118 (46.48% from 255 or 67.43% from 175); Blue value is 13 (5.47% from 255 or 7.43% from 175); Max value from RGB is 118 - color contains mainly: green. Hex color #2C760D is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2C760D is #D389F2. Grayscale: #545454. Windows color (decimal): -13863411 or 882220. OLE color: 882220.
HSL color Cylindrical-coordinate representation of color #2C760D: hue angle of 102.29º degrees, saturation: 0.8, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #2C760D is Cyan = 0.63, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 44 | 118 | 13 | - |
| CMYK | 0.63 | 0 | 0.89 | 0.54 |
| HSL | 102.29º | 0.8% | 0.26% | - |
| HSV(B) | 102.29º | 0.89% | 0.46% | - |
| XYZ | 7.59 | 13.52 | 2.59 | - |
| YUV | 83.9 | 87.98 | 99.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 118 | 13 | 0.63 | 0 | 0.89 | 0.54 | 102.29 | 0.8 | 0.26 |
| Hex | 2C | 76 | D | 3F | 0 | 59 | 36 | 66 | 50 | 1A |
| Octal | 54 | 166 | 15 | 77 | 0 | 131 | 66 | 146 | 120 | 32 |
| Binary | 101100 | 1110110 | 1101 | 111111 | 0 | 1011001 | 110110 | 1100110 | 1010000 | 11010 |
Color Harmonies of #2C760D
Complementary color
Monochromatic Colors of #2C760D
Black with #2C760D
Text Example
Text Example
White with #2C760D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C760D; }
p { color: rgb(44,118,13); }
H1.HeaderClassName
{
color: #2C760D;
}
.AnyTagClassName
{
color: #2C760D;
}
</style>
background-color css
<style>
a { background-color: #2C760D; }
a { background-color: rgb(44,118,13); }
div.DivClassName
{
background-color: #2C760D;
}
.BgClassName
{
background-color: #2C760D;
}
</style>
border-color css
<style>
span { border-color: #2C760D; }
span { border-color: rgb(44,118,13); }
td.TdClassName
{
border-color: #2C760D;
}
.TagClassName
{
border-color: #2C760D;
}
</style>