Shades of Bilbao #2A7002
Tints of Bilbao #2A7002
RGB
CMYK
RGB Variations
Color information
#2A7002 (or 0x2A7002) is known color: Bilbao. HEX triplet: 2A, 70 and 02. RGB value is (42,112,2). Sum of RGB (Red+Green+Blue) = 42+112+2=156 (20% of max value = 765). Red value is 42 (16.80% from 255 or 26.92% from 156); Green value is 112 (44.14% from 255 or 71.79% from 156); Blue value is 2 (1.17% from 255 or 1.28% from 156); Max value from RGB is 112 - color contains mainly: green. Hex color #2A7002 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2A7002 is #D58FFD. Grayscale: #4E4E4E. Windows color (decimal): -13996030 or 159786. OLE color: 159786.
HSL color Cylindrical-coordinate representation of color #2A7002: hue angle of 98.18º 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 #2A7002 is Cyan = 0.62, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 42 | 112 | 2 | - |
| CMYK | 0.62 | 0 | 0.98 | 0.56 |
| HSL | 98.18º | 0.96% | 0.22% | - |
| HSV(B) | 98.18º | 0.98% | 0.44% | - |
| XYZ | 6.76 | 12.08 | 2.03 | - |
| YUV | 78.53 | 84.81 | 101.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 112 | 2 | 0.62 | 0 | 0.98 | 0.56 | 98.18 | 0.96 | 0.22 |
| Hex | 2A | 70 | 2 | 3E | 0 | 62 | 38 | 62 | 60 | 16 |
| Octal | 52 | 160 | 2 | 76 | 0 | 142 | 70 | 142 | 140 | 26 |
| Binary | 101010 | 1110000 | 10 | 111110 | 0 | 1100010 | 111000 | 1100010 | 1100000 | 10110 |
Color Harmonies of #2A7002
Complementary color
Monochromatic Colors of #2A7002
Black with #2A7002
Text Example
Text Example
White with #2A7002
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A7002; }
p { color: rgb(42,112,2); }
H1.HeaderClassName
{
color: #2A7002;
}
.AnyTagClassName
{
color: #2A7002;
}
</style>
background-color css
<style>
a { background-color: #2A7002; }
a { background-color: rgb(42,112,2); }
div.DivClassName
{
background-color: #2A7002;
}
.BgClassName
{
background-color: #2A7002;
}
</style>
border-color css
<style>
span { border-color: #2A7002; }
span { border-color: rgb(42,112,2); }
td.TdClassName
{
border-color: #2A7002;
}
.TagClassName
{
border-color: #2A7002;
}
</style>