Shades of Bilbao #2C740F
Tints of Bilbao #2C740F
RGB
CMYK
RGB Variations
Color information
#2C740F (or 0x2C740F) is known color: Bilbao. HEX triplet: 2C, 74 and 0F. RGB value is (44,116,15). Sum of RGB (Red+Green+Blue) = 44+116+15=175 (23% of max value = 765). Red value is 44 (17.58% from 255 or 25.14% from 175); Green value is 116 (45.70% from 255 or 66.29% from 175); Blue value is 15 (6.25% from 255 or 8.57% from 175); Max value from RGB is 116 - color contains mainly: green. Hex color #2C740F is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2C740F is #D38BF0. Grayscale: #535353. Windows color (decimal): -13863921 or 1012780. OLE color: 1012780.
HSL color Cylindrical-coordinate representation of color #2C740F: hue angle of 102.77º degrees, saturation: 0.77, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #2C740F is Cyan = 0.62, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 44 | 116 | 15 | - |
| CMYK | 0.62 | 0 | 0.87 | 0.55 |
| HSL | 102.77º | 0.77% | 0.26% | - |
| HSV(B) | 102.77º | 0.87% | 0.45% | - |
| XYZ | 7.37 | 13.06 | 2.58 | - |
| YUV | 82.96 | 89.65 | 100.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 116 | 15 | 0.62 | 0 | 0.87 | 0.55 | 102.77 | 0.77 | 0.26 |
| Hex | 2C | 74 | F | 3E | 0 | 57 | 37 | 67 | 4D | 1A |
| Octal | 54 | 164 | 17 | 76 | 0 | 127 | 67 | 147 | 115 | 32 |
| Binary | 101100 | 1110100 | 1111 | 111110 | 0 | 1010111 | 110111 | 1100111 | 1001101 | 11010 |
Color Harmonies of #2C740F
Complementary color
Monochromatic Colors of #2C740F
Black with #2C740F
Text Example
Text Example
White with #2C740F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C740F; }
p { color: rgb(44,116,15); }
H1.HeaderClassName
{
color: #2C740F;
}
.AnyTagClassName
{
color: #2C740F;
}
</style>
background-color css
<style>
a { background-color: #2C740F; }
a { background-color: rgb(44,116,15); }
div.DivClassName
{
background-color: #2C740F;
}
.BgClassName
{
background-color: #2C740F;
}
</style>
border-color css
<style>
span { border-color: #2C740F; }
span { border-color: rgb(44,116,15); }
td.TdClassName
{
border-color: #2C740F;
}
.TagClassName
{
border-color: #2C740F;
}
</style>