Shades of Bilbao #2A7C11
Tints of Bilbao #2A7C11
RGB
CMYK
RGB Variations
Color information
#2A7C11 (or 0x2A7C11) is known color: Bilbao. HEX triplet: 2A, 7C and 11. RGB value is (42,124,17). Sum of RGB (Red+Green+Blue) = 42+124+17=183 (24% of max value = 765). Red value is 42 (16.80% from 255 or 22.95% from 183); Green value is 124 (48.83% from 255 or 67.76% from 183); Blue value is 17 (7.03% from 255 or 9.29% from 183); Max value from RGB is 124 - color contains mainly: green. Hex color #2A7C11 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2A7C11 is #D583EE. Grayscale: #575757. Windows color (decimal): -13992943 or 1145898. OLE color: 1145898.
HSL color Cylindrical-coordinate representation of color #2A7C11: hue angle of 105.98º degrees, saturation: 0.76, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #2A7C11 is Cyan = 0.66, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 42 | 124 | 17 | - |
| CMYK | 0.66 | 0 | 0.86 | 0.51 |
| HSL | 105.98º | 0.76% | 0.28% | - |
| HSV(B) | 105.98º | 0.86% | 0.49% | - |
| XYZ | 8.26 | 14.95 | 2.98 | - |
| YUV | 87.28 | 88.33 | 95.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 124 | 17 | 0.66 | 0 | 0.86 | 0.51 | 105.98 | 0.76 | 0.28 |
| Hex | 2A | 7C | 11 | 42 | 0 | 56 | 33 | 6A | 4C | 1C |
| Octal | 52 | 174 | 21 | 102 | 0 | 126 | 63 | 152 | 114 | 34 |
| Binary | 101010 | 1111100 | 10001 | 1000010 | 0 | 1010110 | 110011 | 1101010 | 1001100 | 11100 |
Color Harmonies of #2A7C11
Complementary color
Monochromatic Colors of #2A7C11
Black with #2A7C11
Text Example
Text Example
White with #2A7C11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A7C11; }
p { color: rgb(42,124,17); }
H1.HeaderClassName
{
color: #2A7C11;
}
.AnyTagClassName
{
color: #2A7C11;
}
</style>
background-color css
<style>
a { background-color: #2A7C11; }
a { background-color: rgb(42,124,17); }
div.DivClassName
{
background-color: #2A7C11;
}
.BgClassName
{
background-color: #2A7C11;
}
</style>
border-color css
<style>
span { border-color: #2A7C11; }
span { border-color: rgb(42,124,17); }
td.TdClassName
{
border-color: #2A7C11;
}
.TagClassName
{
border-color: #2A7C11;
}
</style>