Shades of Bilbao #2A7017
Tints of Bilbao #2A7017
RGB
CMYK
RGB Variations
Color information
#2A7017 (or 0x2A7017) is known color: Bilbao. HEX triplet: 2A, 70 and 17. RGB value is (42,112,23). Sum of RGB (Red+Green+Blue) = 42+112+23=177 (23% of max value = 765). Red value is 42 (16.80% from 255 or 23.73% from 177); Green value is 112 (44.14% from 255 or 63.28% from 177); Blue value is 23 (9.38% from 255 or 12.99% from 177); Max value from RGB is 112 - color contains mainly: green. Hex color #2A7017 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2A7017 is #D58FE8. Grayscale: #515151. Windows color (decimal): -13996009 or 1536042. OLE color: 1536042.
HSL color Cylindrical-coordinate representation of color #2A7017: hue angle of 107.19º degrees, saturation: 0.66, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2A7017 is Cyan = 0.62, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 42 | 112 | 23 | - |
| CMYK | 0.62 | 0 | 0.79 | 0.56 |
| HSL | 107.19º | 0.66% | 0.26% | - |
| HSV(B) | 107.19º | 0.79% | 0.44% | - |
| XYZ | 6.9 | 12.14 | 2.79 | - |
| YUV | 80.92 | 95.31 | 100.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 112 | 23 | 0.62 | 0 | 0.79 | 0.56 | 107.19 | 0.66 | 0.26 |
| Hex | 2A | 70 | 17 | 3E | 0 | 4F | 38 | 6B | 42 | 1A |
| Octal | 52 | 160 | 27 | 76 | 0 | 117 | 70 | 153 | 102 | 32 |
| Binary | 101010 | 1110000 | 10111 | 111110 | 0 | 1001111 | 111000 | 1101011 | 1000010 | 11010 |
Color Harmonies of #2A7017
Complementary color
Monochromatic Colors of #2A7017
Black with #2A7017
Text Example
Text Example
White with #2A7017
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A7017; }
p { color: rgb(42,112,23); }
H1.HeaderClassName
{
color: #2A7017;
}
.AnyTagClassName
{
color: #2A7017;
}
</style>
background-color css
<style>
a { background-color: #2A7017; }
a { background-color: rgb(42,112,23); }
div.DivClassName
{
background-color: #2A7017;
}
.BgClassName
{
background-color: #2A7017;
}
</style>
border-color css
<style>
span { border-color: #2A7017; }
span { border-color: rgb(42,112,23); }
td.TdClassName
{
border-color: #2A7017;
}
.TagClassName
{
border-color: #2A7017;
}
</style>