Shades of Bilbao #2A6905
Tints of Bilbao #2A6905
RGB
CMYK
RGB Variations
Color information
#2A6905 (or 0x2A6905) is known color: Bilbao. HEX triplet: 2A, 69 and 05. RGB value is (42,105,5). Sum of RGB (Red+Green+Blue) = 42+105+5=152 (20% of max value = 765). Red value is 42 (16.80% from 255 or 27.63% from 152); Green value is 105 (41.41% from 255 or 69.08% from 152); Blue value is 5 (2.34% from 255 or 3.29% from 152); Max value from RGB is 105 - color contains mainly: green. Hex color #2A6905 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2A6905 is #D596FA. Grayscale: #4B4B4B. Windows color (decimal): -13997819 or 354602. OLE color: 354602.
HSL color Cylindrical-coordinate representation of color #2A6905: hue angle of 97.8º degrees, saturation: 0.91, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #2A6905 is Cyan = 0.6, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 42 | 105 | 5 | - |
| CMYK | 0.6 | 0 | 0.95 | 0.59 |
| HSL | 97.8º | 0.91% | 0.22% | - |
| HSV(B) | 97.8º | 0.95% | 0.41% | - |
| XYZ | 6.03 | 10.61 | 1.87 | - |
| YUV | 74.76 | 88.63 | 104.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 105 | 5 | 0.6 | 0 | 0.95 | 0.59 | 97.8 | 0.91 | 0.22 |
| Hex | 2A | 69 | 5 | 3C | 0 | 5F | 3B | 62 | 5B | 16 |
| Octal | 52 | 151 | 5 | 74 | 0 | 137 | 73 | 142 | 133 | 26 |
| Binary | 101010 | 1101001 | 101 | 111100 | 0 | 1011111 | 111011 | 1100010 | 1011011 | 10110 |
Color Harmonies of #2A6905
Complementary color
Monochromatic Colors of #2A6905
Black with #2A6905
Text Example
Text Example
White with #2A6905
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A6905; }
p { color: rgb(42,105,5); }
H1.HeaderClassName
{
color: #2A6905;
}
.AnyTagClassName
{
color: #2A6905;
}
</style>
background-color css
<style>
a { background-color: #2A6905; }
a { background-color: rgb(42,105,5); }
div.DivClassName
{
background-color: #2A6905;
}
.BgClassName
{
background-color: #2A6905;
}
</style>
border-color css
<style>
span { border-color: #2A6905; }
span { border-color: rgb(42,105,5); }
td.TdClassName
{
border-color: #2A6905;
}
.TagClassName
{
border-color: #2A6905;
}
</style>