Shades of Bilbao #2C7002
Tints of Bilbao #2C7002
RGB
CMYK
RGB Variations
Color information
#2C7002 (or 0x2C7002) is known color: Bilbao. HEX triplet: 2C, 70 and 02. RGB value is (44,112,2). Sum of RGB (Red+Green+Blue) = 44+112+2=158 (20% of max value = 765). Red value is 44 (17.58% from 255 or 27.85% from 158); Green value is 112 (44.14% from 255 or 70.89% from 158); Blue value is 2 (1.17% from 255 or 1.27% from 158); Max value from RGB is 112 - color contains mainly: green. Hex color #2C7002 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2C7002 is #D38FFD. Grayscale: #4F4F4F. Windows color (decimal): -13864958 or 159788. OLE color: 159788.
HSL color Cylindrical-coordinate representation of color #2C7002: hue angle of 97.09º degrees, saturation: 0.96, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #2C7002 is Cyan = 0.61, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 44 | 112 | 2 | - |
| CMYK | 0.61 | 0 | 0.98 | 0.56 |
| HSL | 97.09º | 0.96% | 0.22% | - |
| HSV(B) | 97.09º | 0.98% | 0.44% | - |
| XYZ | 6.84 | 12.13 | 2.04 | - |
| YUV | 79.13 | 84.47 | 102.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 112 | 2 | 0.61 | 0 | 0.98 | 0.56 | 97.09 | 0.96 | 0.22 |
| Hex | 2C | 70 | 2 | 3D | 0 | 62 | 38 | 61 | 60 | 16 |
| Octal | 54 | 160 | 2 | 75 | 0 | 142 | 70 | 141 | 140 | 26 |
| Binary | 101100 | 1110000 | 10 | 111101 | 0 | 1100010 | 111000 | 1100001 | 1100000 | 10110 |
Color Harmonies of #2C7002
Complementary color
Monochromatic Colors of #2C7002
Black with #2C7002
Text Example
Text Example
White with #2C7002
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C7002; }
p { color: rgb(44,112,2); }
H1.HeaderClassName
{
color: #2C7002;
}
.AnyTagClassName
{
color: #2C7002;
}
</style>
background-color css
<style>
a { background-color: #2C7002; }
a { background-color: rgb(44,112,2); }
div.DivClassName
{
background-color: #2C7002;
}
.BgClassName
{
background-color: #2C7002;
}
</style>
border-color css
<style>
span { border-color: #2C7002; }
span { border-color: rgb(44,112,2); }
td.TdClassName
{
border-color: #2C7002;
}
.TagClassName
{
border-color: #2C7002;
}
</style>