Shades of Bilbao #2A7617
Tints of Bilbao #2A7617
RGB
CMYK
RGB Variations
Color information
#2A7617 (or 0x2A7617) is known color: Bilbao. HEX triplet: 2A, 76 and 17. RGB value is (42,118,23). Sum of RGB (Red+Green+Blue) = 42+118+23=183 (24% of max value = 765). Red value is 42 (16.80% from 255 or 22.95% from 183); Green value is 118 (46.48% from 255 or 64.48% from 183); Blue value is 23 (9.38% from 255 or 12.57% from 183); Max value from RGB is 118 - color contains mainly: green. Hex color #2A7617 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2A7617 is #D589E8. Grayscale: #545454. Windows color (decimal): -13994473 or 1537578. OLE color: 1537578.
HSL color Cylindrical-coordinate representation of color #2A7617: hue angle of 108º degrees, saturation: 0.67, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2A7617 is Cyan = 0.64, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 42 | 118 | 23 | - |
| CMYK | 0.64 | 0 | 0.81 | 0.54 |
| HSL | 108º | 0.67% | 0.28% | - |
| HSV(B) | 108º | 0.81% | 0.46% | - |
| XYZ | 7.59 | 13.51 | 3.02 | - |
| YUV | 84.45 | 93.32 | 97.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 118 | 23 | 0.64 | 0 | 0.81 | 0.54 | 108 | 0.67 | 0.28 |
| Hex | 2A | 76 | 17 | 40 | 0 | 51 | 36 | 6C | 43 | 1C |
| Octal | 52 | 166 | 27 | 100 | 0 | 121 | 66 | 154 | 103 | 34 |
| Binary | 101010 | 1110110 | 10111 | 1000000 | 0 | 1010001 | 110110 | 1101100 | 1000011 | 11100 |
Color Harmonies of #2A7617
Complementary color
Monochromatic Colors of #2A7617
Black with #2A7617
Text Example
Text Example
White with #2A7617
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A7617; }
p { color: rgb(42,118,23); }
H1.HeaderClassName
{
color: #2A7617;
}
.AnyTagClassName
{
color: #2A7617;
}
</style>
background-color css
<style>
a { background-color: #2A7617; }
a { background-color: rgb(42,118,23); }
div.DivClassName
{
background-color: #2A7617;
}
.BgClassName
{
background-color: #2A7617;
}
</style>
border-color css
<style>
span { border-color: #2A7617; }
span { border-color: rgb(42,118,23); }
td.TdClassName
{
border-color: #2A7617;
}
.TagClassName
{
border-color: #2A7617;
}
</style>