Shades of Bilbao #2A7110
Tints of Bilbao #2A7110
RGB
CMYK
RGB Variations
Color information
#2A7110 (or 0x2A7110) is known color: Bilbao. HEX triplet: 2A, 71 and 10. RGB value is (42,113,16). Sum of RGB (Red+Green+Blue) = 42+113+16=171 (22% of max value = 765). Red value is 42 (16.80% from 255 or 24.56% from 171); Green value is 113 (44.53% from 255 or 66.08% from 171); Blue value is 16 (6.64% from 255 or 9.36% from 171); Max value from RGB is 113 - color contains mainly: green. Hex color #2A7110 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2A7110 is #D58EEF. Grayscale: #515151. Windows color (decimal): -13995760 or 1077546. OLE color: 1077546.
HSL color Cylindrical-coordinate representation of color #2A7110: hue angle of 103.92º degrees, saturation: 0.75, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #2A7110 is Cyan = 0.63, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 42 | 113 | 16 | - |
| CMYK | 0.63 | 0 | 0.86 | 0.56 |
| HSL | 103.92º | 0.75% | 0.25% | - |
| HSV(B) | 103.92º | 0.86% | 0.44% | - |
| XYZ | 6.95 | 12.34 | 2.51 | - |
| YUV | 80.71 | 91.48 | 100.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 113 | 16 | 0.63 | 0 | 0.86 | 0.56 | 103.92 | 0.75 | 0.25 |
| Hex | 2A | 71 | 10 | 3F | 0 | 56 | 38 | 68 | 4B | 19 |
| Octal | 52 | 161 | 20 | 77 | 0 | 126 | 70 | 150 | 113 | 31 |
| Binary | 101010 | 1110001 | 10000 | 111111 | 0 | 1010110 | 111000 | 1101000 | 1001011 | 11001 |
Color Harmonies of #2A7110
Complementary color
Monochromatic Colors of #2A7110
Black with #2A7110
Text Example
Text Example
White with #2A7110
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A7110; }
p { color: rgb(42,113,16); }
H1.HeaderClassName
{
color: #2A7110;
}
.AnyTagClassName
{
color: #2A7110;
}
</style>
background-color css
<style>
a { background-color: #2A7110; }
a { background-color: rgb(42,113,16); }
div.DivClassName
{
background-color: #2A7110;
}
.BgClassName
{
background-color: #2A7110;
}
</style>
border-color css
<style>
span { border-color: #2A7110; }
span { border-color: rgb(42,113,16); }
td.TdClassName
{
border-color: #2A7110;
}
.TagClassName
{
border-color: #2A7110;
}
</style>