Shades of Bilbao #2A730F
Tints of Bilbao #2A730F
RGB
CMYK
RGB Variations
Color information
#2A730F (or 0x2A730F) is known color: Bilbao. HEX triplet: 2A, 73 and 0F. RGB value is (42,115,15). Sum of RGB (Red+Green+Blue) = 42+115+15=172 (22% of max value = 765). Red value is 42 (16.80% from 255 or 24.42% from 172); Green value is 115 (45.31% from 255 or 66.86% from 172); Blue value is 15 (6.25% from 255 or 8.72% from 172); Max value from RGB is 115 - color contains mainly: green. Hex color #2A730F is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2A730F is #D58CF0. Grayscale: #525252. Windows color (decimal): -13995249 or 1012522. OLE color: 1012522.
HSL color Cylindrical-coordinate representation of color #2A730F: hue angle of 103.8º degrees, saturation: 0.77, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #2A730F is Cyan = 0.63, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 42 | 115 | 15 | - |
| CMYK | 0.63 | 0 | 0.87 | 0.55 |
| HSL | 103.8º | 0.77% | 0.25% | - |
| HSV(B) | 103.8º | 0.87% | 0.45% | - |
| XYZ | 7.17 | 12.79 | 2.54 | - |
| YUV | 81.77 | 90.32 | 99.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 115 | 15 | 0.63 | 0 | 0.87 | 0.55 | 103.8 | 0.77 | 0.25 |
| Hex | 2A | 73 | F | 3F | 0 | 57 | 37 | 68 | 4D | 19 |
| Octal | 52 | 163 | 17 | 77 | 0 | 127 | 67 | 150 | 115 | 31 |
| Binary | 101010 | 1110011 | 1111 | 111111 | 0 | 1010111 | 110111 | 1101000 | 1001101 | 11001 |
Color Harmonies of #2A730F
Complementary color
Monochromatic Colors of #2A730F
Black with #2A730F
Text Example
Text Example
White with #2A730F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A730F; }
p { color: rgb(42,115,15); }
H1.HeaderClassName
{
color: #2A730F;
}
.AnyTagClassName
{
color: #2A730F;
}
</style>
background-color css
<style>
a { background-color: #2A730F; }
a { background-color: rgb(42,115,15); }
div.DivClassName
{
background-color: #2A730F;
}
.BgClassName
{
background-color: #2A730F;
}
</style>
border-color css
<style>
span { border-color: #2A730F; }
span { border-color: rgb(42,115,15); }
td.TdClassName
{
border-color: #2A730F;
}
.TagClassName
{
border-color: #2A730F;
}
</style>