Shades of Bilbao #2A6816
Tints of Bilbao #2A6816
RGB
CMYK
RGB Variations
Color information
#2A6816 (or 0x2A6816) is known color: Bilbao. HEX triplet: 2A, 68 and 16. RGB value is (42,104,22). Sum of RGB (Red+Green+Blue) = 42+104+22=168 (22% of max value = 765). Red value is 42 (16.80% from 255 or 25% from 168); Green value is 104 (41.02% from 255 or 61.90% from 168); Blue value is 22 (8.98% from 255 or 13.10% from 168); Max value from RGB is 104 - color contains mainly: green. Hex color #2A6816 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2A6816 is #D597E9. Grayscale: #4C4C4C. Windows color (decimal): -13998058 or 1468458. OLE color: 1468458.
HSL color Cylindrical-coordinate representation of color #2A6816: hue angle of 105.37º degrees, saturation: 0.65, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2A6816 is Cyan = 0.60, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 42 | 104 | 22 | - |
| CMYK | 0.60 | 0 | 0.79 | 0.59 |
| HSL | 105.37º | 0.65% | 0.25% | - |
| HSV(B) | 105.37º | 0.79% | 0.41% | - |
| XYZ | 6.05 | 10.45 | 2.46 | - |
| YUV | 76.11 | 97.46 | 103.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 104 | 22 | 0.60 | 0 | 0.79 | 0.59 | 105.37 | 0.65 | 0.25 |
| Hex | 2A | 68 | 16 | 3C | 0 | 4F | 3B | 69 | 41 | 19 |
| Octal | 52 | 150 | 26 | 74 | 0 | 117 | 73 | 151 | 101 | 31 |
| Binary | 101010 | 1101000 | 10110 | 111100 | 0 | 1001111 | 111011 | 1101001 | 1000001 | 11001 |
Color Harmonies of #2A6816
Complementary color
Monochromatic Colors of #2A6816
Black with #2A6816
Text Example
Text Example
White with #2A6816
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A6816; }
p { color: rgb(42,104,22); }
H1.HeaderClassName
{
color: #2A6816;
}
.AnyTagClassName
{
color: #2A6816;
}
</style>
background-color css
<style>
a { background-color: #2A6816; }
a { background-color: rgb(42,104,22); }
div.DivClassName
{
background-color: #2A6816;
}
.BgClassName
{
background-color: #2A6816;
}
</style>
border-color css
<style>
span { border-color: #2A6816; }
span { border-color: rgb(42,104,22); }
td.TdClassName
{
border-color: #2A6816;
}
.TagClassName
{
border-color: #2A6816;
}
</style>