Shades of Bilbao #2A6D11
Tints of Bilbao #2A6D11
RGB
CMYK
RGB Variations
Color information
#2A6D11 (or 0x2A6D11) is known color: Bilbao. HEX triplet: 2A, 6D and 11. RGB value is (42,109,17). Sum of RGB (Red+Green+Blue) = 42+109+17=168 (22% of max value = 765). Red value is 42 (16.80% from 255 or 25% from 168); Green value is 109 (42.97% from 255 or 64.88% from 168); Blue value is 17 (7.03% from 255 or 10.12% from 168); Max value from RGB is 109 - color contains mainly: green. Hex color #2A6D11 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2A6D11 is #D592EE. Grayscale: #4E4E4E. Windows color (decimal): -13996783 or 1142058. OLE color: 1142058.
HSL color Cylindrical-coordinate representation of color #2A6D11: hue angle of 103.7º degrees, saturation: 0.73, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2A6D11 is Cyan = 0.61, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 42 | 109 | 17 | - |
| CMYK | 0.61 | 0 | 0.84 | 0.57 |
| HSL | 103.7º | 0.73% | 0.25% | - |
| HSV(B) | 103.7º | 0.84% | 0.43% | - |
| XYZ | 6.52 | 11.47 | 2.4 | - |
| YUV | 78.48 | 93.3 | 101.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 109 | 17 | 0.61 | 0 | 0.84 | 0.57 | 103.7 | 0.73 | 0.25 |
| Hex | 2A | 6D | 11 | 3D | 0 | 54 | 39 | 68 | 49 | 19 |
| Octal | 52 | 155 | 21 | 75 | 0 | 124 | 71 | 150 | 111 | 31 |
| Binary | 101010 | 1101101 | 10001 | 111101 | 0 | 1010100 | 111001 | 1101000 | 1001001 | 11001 |
Color Harmonies of #2A6D11
Complementary color
Monochromatic Colors of #2A6D11
Black with #2A6D11
Text Example
Text Example
White with #2A6D11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A6D11; }
p { color: rgb(42,109,17); }
H1.HeaderClassName
{
color: #2A6D11;
}
.AnyTagClassName
{
color: #2A6D11;
}
</style>
background-color css
<style>
a { background-color: #2A6D11; }
a { background-color: rgb(42,109,17); }
div.DivClassName
{
background-color: #2A6D11;
}
.BgClassName
{
background-color: #2A6D11;
}
</style>
border-color css
<style>
span { border-color: #2A6D11; }
span { border-color: rgb(42,109,17); }
td.TdClassName
{
border-color: #2A6D11;
}
.TagClassName
{
border-color: #2A6D11;
}
</style>