Shades of Bilbao #2A660F
Tints of Bilbao #2A660F
RGB
CMYK
RGB Variations
Color information
#2A660F (or 0x2A660F) is known color: Bilbao. HEX triplet: 2A, 66 and 0F. RGB value is (42,102,15). Sum of RGB (Red+Green+Blue) = 42+102+15=159 (21% of max value = 765). Red value is 42 (16.80% from 255 or 26.42% from 159); Green value is 102 (40.23% from 255 or 64.15% from 159); Blue value is 15 (6.25% from 255 or 9.43% from 159); Max value from RGB is 102 - color contains mainly: green. Hex color #2A660F is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2A660F is #D599F0. Grayscale: #4A4A4A. Windows color (decimal): -13998577 or 1009194. OLE color: 1009194.
HSL color Cylindrical-coordinate representation of color #2A660F: hue angle of 101.38º degrees, saturation: 0.74, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2A660F is Cyan = 0.59, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 42 | 102 | 15 | - |
| CMYK | 0.59 | 0 | 0.85 | 0.6 |
| HSL | 101.38º | 0.74% | 0.23% | - |
| HSV(B) | 101.38º | 0.85% | 0.4% | - |
| XYZ | 5.79 | 10.03 | 2.08 | - |
| YUV | 74.14 | 94.62 | 105.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 102 | 15 | 0.59 | 0 | 0.85 | 0.6 | 101.38 | 0.74 | 0.23 |
| Hex | 2A | 66 | F | 3B | 0 | 55 | 3C | 65 | 4A | 17 |
| Octal | 52 | 146 | 17 | 73 | 0 | 125 | 74 | 145 | 112 | 27 |
| Binary | 101010 | 1100110 | 1111 | 111011 | 0 | 1010101 | 111100 | 1100101 | 1001010 | 10111 |
Color Harmonies of #2A660F
Complementary color
Monochromatic Colors of #2A660F
Black with #2A660F
Text Example
Text Example
White with #2A660F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A660F; }
p { color: rgb(42,102,15); }
H1.HeaderClassName
{
color: #2A660F;
}
.AnyTagClassName
{
color: #2A660F;
}
</style>
background-color css
<style>
a { background-color: #2A660F; }
a { background-color: rgb(42,102,15); }
div.DivClassName
{
background-color: #2A660F;
}
.BgClassName
{
background-color: #2A660F;
}
</style>
border-color css
<style>
span { border-color: #2A660F; }
span { border-color: rgb(42,102,15); }
td.TdClassName
{
border-color: #2A660F;
}
.TagClassName
{
border-color: #2A660F;
}
</style>