Shades of Bilbao #2A7C04
Tints of Bilbao #2A7C04
RGB
CMYK
RGB Variations
Color information
#2A7C04 (or 0x2A7C04) is known color: Bilbao. HEX triplet: 2A, 7C and 04. RGB value is (42,124,4). Sum of RGB (Red+Green+Blue) = 42+124+4=170 (22% of max value = 765). Red value is 42 (16.80% from 255 or 24.71% from 170); Green value is 124 (48.83% from 255 or 72.94% from 170); Blue value is 4 (1.95% from 255 or 2.35% from 170); Max value from RGB is 124 - color contains mainly: green. Hex color #2A7C04 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2A7C04 is #D583FB. Grayscale: #565656. Windows color (decimal): -13992956 or 293930. OLE color: 293930.
HSL color Cylindrical-coordinate representation of color #2A7C04: hue angle of 101º degrees, saturation: 0.94, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #2A7C04 is Cyan = 0.66, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 42 | 124 | 4 | - |
| CMYK | 0.66 | 0 | 0.97 | 0.51 |
| HSL | 101º | 0.94% | 0.25% | - |
| HSV(B) | 101º | 0.97% | 0.49% | - |
| XYZ | 8.18 | 14.92 | 2.56 | - |
| YUV | 85.8 | 81.83 | 96.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 124 | 4 | 0.66 | 0 | 0.97 | 0.51 | 101 | 0.94 | 0.25 |
| Hex | 2A | 7C | 4 | 42 | 0 | 61 | 33 | 65 | 5E | 19 |
| Octal | 52 | 174 | 4 | 102 | 0 | 141 | 63 | 145 | 136 | 31 |
| Binary | 101010 | 1111100 | 100 | 1000010 | 0 | 1100001 | 110011 | 1100101 | 1011110 | 11001 |
Color Harmonies of #2A7C04
Complementary color
Monochromatic Colors of #2A7C04
Black with #2A7C04
Text Example
Text Example
White with #2A7C04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A7C04; }
p { color: rgb(42,124,4); }
H1.HeaderClassName
{
color: #2A7C04;
}
.AnyTagClassName
{
color: #2A7C04;
}
</style>
background-color css
<style>
a { background-color: #2A7C04; }
a { background-color: rgb(42,124,4); }
div.DivClassName
{
background-color: #2A7C04;
}
.BgClassName
{
background-color: #2A7C04;
}
</style>
border-color css
<style>
span { border-color: #2A7C04; }
span { border-color: rgb(42,124,4); }
td.TdClassName
{
border-color: #2A7C04;
}
.TagClassName
{
border-color: #2A7C04;
}
</style>