Shades of Bilbao #2A6C0B
Tints of Bilbao #2A6C0B
RGB
CMYK
RGB Variations
Color information
#2A6C0B (or 0x2A6C0B) is known color: Bilbao. HEX triplet: 2A, 6C and 0B. RGB value is (42,108,11). Sum of RGB (Red+Green+Blue) = 42+108+11=161 (21% of max value = 765). Red value is 42 (16.80% from 255 or 26.09% from 161); Green value is 108 (42.58% from 255 or 67.08% from 161); Blue value is 11 (4.69% from 255 or 6.83% from 161); Max value from RGB is 108 - color contains mainly: green. Hex color #2A6C0B is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2A6C0B is #D593F4. Grayscale: #4D4D4D. Windows color (decimal): -13997045 or 748586. OLE color: 748586.
HSL color Cylindrical-coordinate representation of color #2A6C0B: hue angle of 100.82º degrees, saturation: 0.82, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #2A6C0B is Cyan = 0.61, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 42 | 108 | 11 | - |
| CMYK | 0.61 | 0 | 0.90 | 0.58 |
| HSL | 100.82º | 0.82% | 0.23% | - |
| HSV(B) | 100.82º | 0.9% | 0.42% | - |
| XYZ | 6.38 | 11.24 | 2.15 | - |
| YUV | 77.21 | 90.63 | 102.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 108 | 11 | 0.61 | 0 | 0.90 | 0.58 | 100.82 | 0.82 | 0.23 |
| Hex | 2A | 6C | B | 3D | 0 | 5A | 3A | 65 | 52 | 17 |
| Octal | 52 | 154 | 13 | 75 | 0 | 132 | 72 | 145 | 122 | 27 |
| Binary | 101010 | 1101100 | 1011 | 111101 | 0 | 1011010 | 111010 | 1100101 | 1010010 | 10111 |
Color Harmonies of #2A6C0B
Complementary color
Monochromatic Colors of #2A6C0B
Black with #2A6C0B
Text Example
Text Example
White with #2A6C0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A6C0B; }
p { color: rgb(42,108,11); }
H1.HeaderClassName
{
color: #2A6C0B;
}
.AnyTagClassName
{
color: #2A6C0B;
}
</style>
background-color css
<style>
a { background-color: #2A6C0B; }
a { background-color: rgb(42,108,11); }
div.DivClassName
{
background-color: #2A6C0B;
}
.BgClassName
{
background-color: #2A6C0B;
}
</style>
border-color css
<style>
span { border-color: #2A6C0B; }
span { border-color: rgb(42,108,11); }
td.TdClassName
{
border-color: #2A6C0B;
}
.TagClassName
{
border-color: #2A6C0B;
}
</style>