Shades of Bilbao #2C761F
Tints of Bilbao #2C761F
RGB
CMYK
RGB Variations
Color information
#2C761F (or 0x2C761F) is known color: Bilbao. HEX triplet: 2C, 76 and 1F. RGB value is (44,118,31). Sum of RGB (Red+Green+Blue) = 44+118+31=193 (25% of max value = 765). Red value is 44 (17.58% from 255 or 22.80% from 193); Green value is 118 (46.48% from 255 or 61.14% from 193); Blue value is 31 (12.5% from 255 or 16.06% from 193); Max value from RGB is 118 - color contains mainly: green. Hex color #2C761F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2C761F is #D389E0. Grayscale: #565656. Windows color (decimal): -13863393 or 2061868. OLE color: 2061868.
HSL color Cylindrical-coordinate representation of color #2C761F: hue angle of 111.03º degrees, saturation: 0.58, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #2C761F is Cyan = 0.63, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 44 | 118 | 31 | - |
| CMYK | 0.63 | 0 | 0.74 | 0.54 |
| HSL | 111.03º | 0.58% | 0.29% | - |
| HSV(B) | 111.03º | 0.74% | 0.46% | - |
| XYZ | 7.76 | 13.59 | 3.51 | - |
| YUV | 85.96 | 96.98 | 98.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 118 | 31 | 0.63 | 0 | 0.74 | 0.54 | 111.03 | 0.58 | 0.29 |
| Hex | 2C | 76 | 1F | 3F | 0 | 4A | 36 | 6F | 3A | 1D |
| Octal | 54 | 166 | 37 | 77 | 0 | 112 | 66 | 157 | 72 | 35 |
| Binary | 101100 | 1110110 | 11111 | 111111 | 0 | 1001010 | 110110 | 1101111 | 111010 | 11101 |
Color Harmonies of #2C761F
Complementary color
Monochromatic Colors of #2C761F
Black with #2C761F
Text Example
Text Example
White with #2C761F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C761F; }
p { color: rgb(44,118,31); }
H1.HeaderClassName
{
color: #2C761F;
}
.AnyTagClassName
{
color: #2C761F;
}
</style>
background-color css
<style>
a { background-color: #2C761F; }
a { background-color: rgb(44,118,31); }
div.DivClassName
{
background-color: #2C761F;
}
.BgClassName
{
background-color: #2C761F;
}
</style>
border-color css
<style>
span { border-color: #2C761F; }
span { border-color: rgb(44,118,31); }
td.TdClassName
{
border-color: #2C761F;
}
.TagClassName
{
border-color: #2C761F;
}
</style>