Shades of Bilbao #2C711A
Tints of Bilbao #2C711A
RGB
CMYK
RGB Variations
Color information
#2C711A (or 0x2C711A) is known color: Bilbao. HEX triplet: 2C, 71 and 1A. RGB value is (44,113,26). Sum of RGB (Red+Green+Blue) = 44+113+26=183 (24% of max value = 765). Red value is 44 (17.58% from 255 or 24.04% from 183); Green value is 113 (44.53% from 255 or 61.75% from 183); Blue value is 26 (10.55% from 255 or 14.21% from 183); Max value from RGB is 113 - color contains mainly: green. Hex color #2C711A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2C711A is #D38EE5. Grayscale: #525252. Windows color (decimal): -13864678 or 1732908. OLE color: 1732908.
HSL color Cylindrical-coordinate representation of color #2C711A: hue angle of 107.59º degrees, saturation: 0.63, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2C711A is Cyan = 0.61, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 44 | 113 | 26 | - |
| CMYK | 0.61 | 0 | 0.77 | 0.56 |
| HSL | 107.59º | 0.63% | 0.27% | - |
| HSV(B) | 107.59º | 0.77% | 0.44% | - |
| XYZ | 7.13 | 12.42 | 3 | - |
| YUV | 82.45 | 96.14 | 100.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 113 | 26 | 0.61 | 0 | 0.77 | 0.56 | 107.59 | 0.63 | 0.27 |
| Hex | 2C | 71 | 1A | 3D | 0 | 4D | 38 | 6C | 3F | 1B |
| Octal | 54 | 161 | 32 | 75 | 0 | 115 | 70 | 154 | 77 | 33 |
| Binary | 101100 | 1110001 | 11010 | 111101 | 0 | 1001101 | 111000 | 1101100 | 111111 | 11011 |
Color Harmonies of #2C711A
Complementary color
Monochromatic Colors of #2C711A
Black with #2C711A
Text Example
Text Example
White with #2C711A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C711A; }
p { color: rgb(44,113,26); }
H1.HeaderClassName
{
color: #2C711A;
}
.AnyTagClassName
{
color: #2C711A;
}
</style>
background-color css
<style>
a { background-color: #2C711A; }
a { background-color: rgb(44,113,26); }
div.DivClassName
{
background-color: #2C711A;
}
.BgClassName
{
background-color: #2C711A;
}
</style>
border-color css
<style>
span { border-color: #2C711A; }
span { border-color: rgb(44,113,26); }
td.TdClassName
{
border-color: #2C711A;
}
.TagClassName
{
border-color: #2C711A;
}
</style>