Shades of Bilbao #2A720E
Tints of Bilbao #2A720E
RGB
CMYK
RGB Variations
Color information
#2A720E (or 0x2A720E) is known color: Bilbao. HEX triplet: 2A, 72 and 0E. RGB value is (42,114,14). Sum of RGB (Red+Green+Blue) = 42+114+14=170 (22% of max value = 765). Red value is 42 (16.80% from 255 or 24.71% from 170); Green value is 114 (44.92% from 255 or 67.06% from 170); Blue value is 14 (5.86% from 255 or 8.24% from 170); Max value from RGB is 114 - color contains mainly: green. Hex color #2A720E is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2A720E is #D58DF1. Grayscale: #515151. Windows color (decimal): -13995506 or 946730. OLE color: 946730.
HSL color Cylindrical-coordinate representation of color #2A720E: hue angle of 103.2º degrees, saturation: 0.78, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #2A720E is Cyan = 0.63, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 42 | 114 | 14 | - |
| CMYK | 0.63 | 0 | 0.88 | 0.55 |
| HSL | 103.2º | 0.78% | 0.25% | - |
| HSV(B) | 103.2º | 0.88% | 0.45% | - |
| XYZ | 7.05 | 12.56 | 2.47 | - |
| YUV | 81.07 | 90.15 | 100.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 114 | 14 | 0.63 | 0 | 0.88 | 0.55 | 103.2 | 0.78 | 0.25 |
| Hex | 2A | 72 | E | 3F | 0 | 58 | 37 | 67 | 4E | 19 |
| Octal | 52 | 162 | 16 | 77 | 0 | 130 | 67 | 147 | 116 | 31 |
| Binary | 101010 | 1110010 | 1110 | 111111 | 0 | 1011000 | 110111 | 1100111 | 1001110 | 11001 |
Color Harmonies of #2A720E
Complementary color
Monochromatic Colors of #2A720E
Black with #2A720E
Text Example
Text Example
White with #2A720E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A720E; }
p { color: rgb(42,114,14); }
H1.HeaderClassName
{
color: #2A720E;
}
.AnyTagClassName
{
color: #2A720E;
}
</style>
background-color css
<style>
a { background-color: #2A720E; }
a { background-color: rgb(42,114,14); }
div.DivClassName
{
background-color: #2A720E;
}
.BgClassName
{
background-color: #2A720E;
}
</style>
border-color css
<style>
span { border-color: #2A720E; }
span { border-color: rgb(42,114,14); }
td.TdClassName
{
border-color: #2A720E;
}
.TagClassName
{
border-color: #2A720E;
}
</style>