Shades of Bilbao #2A6716
Tints of Bilbao #2A6716
RGB
CMYK
RGB Variations
Color information
#2A6716 (or 0x2A6716) is known color: Bilbao. HEX triplet: 2A, 67 and 16. RGB value is (42,103,22). Sum of RGB (Red+Green+Blue) = 42+103+22=167 (22% of max value = 765). Red value is 42 (16.80% from 255 or 25.15% from 167); Green value is 103 (40.62% from 255 or 61.68% from 167); Blue value is 22 (8.98% from 255 or 13.17% from 167); Max value from RGB is 103 - color contains mainly: green. Hex color #2A6716 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2A6716 is #D598E9. Grayscale: #4B4B4B. Windows color (decimal): -13998314 or 1468202. OLE color: 1468202.
HSL color Cylindrical-coordinate representation of color #2A6716: hue angle of 105.19º degrees, saturation: 0.65, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2A6716 is Cyan = 0.59, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 42 | 103 | 22 | - |
| CMYK | 0.59 | 0 | 0.79 | 0.60 |
| HSL | 105.19º | 0.65% | 0.25% | - |
| HSV(B) | 105.19º | 0.79% | 0.4% | - |
| XYZ | 5.95 | 10.25 | 2.42 | - |
| YUV | 75.53 | 97.79 | 104.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 103 | 22 | 0.59 | 0 | 0.79 | 0.60 | 105.19 | 0.65 | 0.25 |
| Hex | 2A | 67 | 16 | 3B | 0 | 4F | 3C | 69 | 41 | 19 |
| Octal | 52 | 147 | 26 | 73 | 0 | 117 | 74 | 151 | 101 | 31 |
| Binary | 101010 | 1100111 | 10110 | 111011 | 0 | 1001111 | 111100 | 1101001 | 1000001 | 11001 |
Color Harmonies of #2A6716
Complementary color
Monochromatic Colors of #2A6716
Black with #2A6716
Text Example
Text Example
White with #2A6716
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A6716; }
p { color: rgb(42,103,22); }
H1.HeaderClassName
{
color: #2A6716;
}
.AnyTagClassName
{
color: #2A6716;
}
</style>
background-color css
<style>
a { background-color: #2A6716; }
a { background-color: rgb(42,103,22); }
div.DivClassName
{
background-color: #2A6716;
}
.BgClassName
{
background-color: #2A6716;
}
</style>
border-color css
<style>
span { border-color: #2A6716; }
span { border-color: rgb(42,103,22); }
td.TdClassName
{
border-color: #2A6716;
}
.TagClassName
{
border-color: #2A6716;
}
</style>