Shades of Bilbao #2A720B
Tints of Bilbao #2A720B
RGB
CMYK
RGB Variations
Color information
#2A720B (or 0x2A720B) is known color: Bilbao. HEX triplet: 2A, 72 and 0B. RGB value is (42,114,11). Sum of RGB (Red+Green+Blue) = 42+114+11=167 (22% of max value = 765). Red value is 42 (16.80% from 255 or 25.15% from 167); Green value is 114 (44.92% from 255 or 68.26% from 167); Blue value is 11 (4.69% from 255 or 6.59% from 167); Max value from RGB is 114 - color contains mainly: green. Hex color #2A720B is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2A720B is #D58DF4. Grayscale: #515151. Windows color (decimal): -13995509 or 750122. OLE color: 750122.
HSL color Cylindrical-coordinate representation of color #2A720B: hue angle of 101.94º degrees, saturation: 0.82, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #2A720B is Cyan = 0.63, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 42 | 114 | 11 | - |
| CMYK | 0.63 | 0 | 0.90 | 0.55 |
| HSL | 101.94º | 0.82% | 0.25% | - |
| HSV(B) | 101.94º | 0.9% | 0.45% | - |
| XYZ | 7.03 | 12.55 | 2.37 | - |
| YUV | 80.73 | 88.65 | 100.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 114 | 11 | 0.63 | 0 | 0.90 | 0.55 | 101.94 | 0.82 | 0.25 |
| Hex | 2A | 72 | B | 3F | 0 | 5A | 37 | 66 | 52 | 19 |
| Octal | 52 | 162 | 13 | 77 | 0 | 132 | 67 | 146 | 122 | 31 |
| Binary | 101010 | 1110010 | 1011 | 111111 | 0 | 1011010 | 110111 | 1100110 | 1010010 | 11001 |
Color Harmonies of #2A720B
Complementary color
Monochromatic Colors of #2A720B
Black with #2A720B
Text Example
Text Example
White with #2A720B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A720B; }
p { color: rgb(42,114,11); }
H1.HeaderClassName
{
color: #2A720B;
}
.AnyTagClassName
{
color: #2A720B;
}
</style>
background-color css
<style>
a { background-color: #2A720B; }
a { background-color: rgb(42,114,11); }
div.DivClassName
{
background-color: #2A720B;
}
.BgClassName
{
background-color: #2A720B;
}
</style>
border-color css
<style>
span { border-color: #2A720B; }
span { border-color: rgb(42,114,11); }
td.TdClassName
{
border-color: #2A720B;
}
.TagClassName
{
border-color: #2A720B;
}
</style>