Shades of Bilbao #2A730A
Tints of Bilbao #2A730A
RGB
CMYK
RGB Variations
Color information
#2A730A (or 0x2A730A) is known color: Bilbao. HEX triplet: 2A, 73 and 0A. RGB value is (42,115,10). Sum of RGB (Red+Green+Blue) = 42+115+10=167 (22% of max value = 765). Red value is 42 (16.80% from 255 or 25.15% from 167); Green value is 115 (45.31% from 255 or 68.86% from 167); Blue value is 10 (4.30% from 255 or 5.99% from 167); Max value from RGB is 115 - color contains mainly: green. Hex color #2A730A is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2A730A is #D58CF5. Grayscale: #515151. Windows color (decimal): -13995254 or 684842. OLE color: 684842.
HSL color Cylindrical-coordinate representation of color #2A730A: hue angle of 101.71º degrees, saturation: 0.84, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #2A730A is Cyan = 0.63, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 42 | 115 | 10 | - |
| CMYK | 0.63 | 0 | 0.91 | 0.55 |
| HSL | 101.71º | 0.84% | 0.25% | - |
| HSV(B) | 101.71º | 0.91% | 0.45% | - |
| XYZ | 7.14 | 12.78 | 2.38 | - |
| YUV | 81.2 | 87.82 | 100.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 115 | 10 | 0.63 | 0 | 0.91 | 0.55 | 101.71 | 0.84 | 0.25 |
| Hex | 2A | 73 | A | 3F | 0 | 5B | 37 | 66 | 54 | 19 |
| Octal | 52 | 163 | 12 | 77 | 0 | 133 | 67 | 146 | 124 | 31 |
| Binary | 101010 | 1110011 | 1010 | 111111 | 0 | 1011011 | 110111 | 1100110 | 1010100 | 11001 |
Color Harmonies of #2A730A
Complementary color
Monochromatic Colors of #2A730A
Black with #2A730A
Text Example
Text Example
White with #2A730A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A730A; }
p { color: rgb(42,115,10); }
H1.HeaderClassName
{
color: #2A730A;
}
.AnyTagClassName
{
color: #2A730A;
}
</style>
background-color css
<style>
a { background-color: #2A730A; }
a { background-color: rgb(42,115,10); }
div.DivClassName
{
background-color: #2A730A;
}
.BgClassName
{
background-color: #2A730A;
}
</style>
border-color css
<style>
span { border-color: #2A730A; }
span { border-color: rgb(42,115,10); }
td.TdClassName
{
border-color: #2A730A;
}
.TagClassName
{
border-color: #2A730A;
}
</style>