Shades of Bilbao #2A660A
Tints of Bilbao #2A660A
RGB
CMYK
RGB Variations
Color information
#2A660A (or 0x2A660A) is known color: Bilbao. HEX triplet: 2A, 66 and 0A. RGB value is (42,102,10). Sum of RGB (Red+Green+Blue) = 42+102+10=154 (20% of max value = 765). Red value is 42 (16.80% from 255 or 27.27% from 154); Green value is 102 (40.23% from 255 or 66.23% from 154); Blue value is 10 (4.30% from 255 or 6.49% from 154); Max value from RGB is 102 - color contains mainly: green. Hex color #2A660A is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2A660A is #D599F5. Grayscale: #494949. Windows color (decimal): -13998582 or 681514. OLE color: 681514.
HSL color Cylindrical-coordinate representation of color #2A660A: hue angle of 99.13º degrees, saturation: 0.82, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #2A660A is Cyan = 0.59, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 42 | 102 | 10 | - |
| CMYK | 0.59 | 0 | 0.90 | 0.6 |
| HSL | 99.13º | 0.82% | 0.22% | - |
| HSV(B) | 99.13º | 0.9% | 0.4% | - |
| XYZ | 5.76 | 10.02 | 1.92 | - |
| YUV | 73.57 | 92.12 | 105.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 102 | 10 | 0.59 | 0 | 0.90 | 0.6 | 99.13 | 0.82 | 0.22 |
| Hex | 2A | 66 | A | 3B | 0 | 5A | 3C | 63 | 52 | 16 |
| Octal | 52 | 146 | 12 | 73 | 0 | 132 | 74 | 143 | 122 | 26 |
| Binary | 101010 | 1100110 | 1010 | 111011 | 0 | 1011010 | 111100 | 1100011 | 1010010 | 10110 |
Color Harmonies of #2A660A
Complementary color
Monochromatic Colors of #2A660A
Black with #2A660A
Text Example
Text Example
White with #2A660A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A660A; }
p { color: rgb(42,102,10); }
H1.HeaderClassName
{
color: #2A660A;
}
.AnyTagClassName
{
color: #2A660A;
}
</style>
background-color css
<style>
a { background-color: #2A660A; }
a { background-color: rgb(42,102,10); }
div.DivClassName
{
background-color: #2A660A;
}
.BgClassName
{
background-color: #2A660A;
}
</style>
border-color css
<style>
span { border-color: #2A660A; }
span { border-color: rgb(42,102,10); }
td.TdClassName
{
border-color: #2A660A;
}
.TagClassName
{
border-color: #2A660A;
}
</style>