Shades of Bilbao #2A6914
Tints of Bilbao #2A6914
RGB
CMYK
RGB Variations
Color information
#2A6914 (or 0x2A6914) is known color: Bilbao. HEX triplet: 2A, 69 and 14. RGB value is (42,105,20). Sum of RGB (Red+Green+Blue) = 42+105+20=167 (22% of max value = 765). Red value is 42 (16.80% from 255 or 25.15% from 167); Green value is 105 (41.41% from 255 or 62.87% from 167); Blue value is 20 (8.20% from 255 or 11.98% from 167); Max value from RGB is 105 - color contains mainly: green. Hex color #2A6914 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2A6914 is #D596EB. Grayscale: #4C4C4C. Windows color (decimal): -13997804 or 1337642. OLE color: 1337642.
HSL color Cylindrical-coordinate representation of color #2A6914: hue angle of 104.47º degrees, saturation: 0.68, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2A6914 is Cyan = 0.6, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 42 | 105 | 20 | - |
| CMYK | 0.6 | 0 | 0.81 | 0.59 |
| HSL | 104.47º | 0.68% | 0.25% | - |
| HSV(B) | 104.47º | 0.81% | 0.41% | - |
| XYZ | 6.13 | 10.65 | 2.39 | - |
| YUV | 76.47 | 96.13 | 103.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 105 | 20 | 0.6 | 0 | 0.81 | 0.59 | 104.47 | 0.68 | 0.25 |
| Hex | 2A | 69 | 14 | 3C | 0 | 51 | 3B | 68 | 44 | 19 |
| Octal | 52 | 151 | 24 | 74 | 0 | 121 | 73 | 150 | 104 | 31 |
| Binary | 101010 | 1101001 | 10100 | 111100 | 0 | 1010001 | 111011 | 1101000 | 1000100 | 11001 |
Color Harmonies of #2A6914
Complementary color
Monochromatic Colors of #2A6914
Black with #2A6914
Text Example
Text Example
White with #2A6914
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A6914; }
p { color: rgb(42,105,20); }
H1.HeaderClassName
{
color: #2A6914;
}
.AnyTagClassName
{
color: #2A6914;
}
</style>
background-color css
<style>
a { background-color: #2A6914; }
a { background-color: rgb(42,105,20); }
div.DivClassName
{
background-color: #2A6914;
}
.BgClassName
{
background-color: #2A6914;
}
</style>
border-color css
<style>
span { border-color: #2A6914; }
span { border-color: rgb(42,105,20); }
td.TdClassName
{
border-color: #2A6914;
}
.TagClassName
{
border-color: #2A6914;
}
</style>