Shades of Bilbao #2A6B17
Tints of Bilbao #2A6B17
RGB
CMYK
RGB Variations
Color information
#2A6B17 (or 0x2A6B17) is known color: Bilbao. HEX triplet: 2A, 6B and 17. RGB value is (42,107,23). Sum of RGB (Red+Green+Blue) = 42+107+23=172 (22% of max value = 765). Red value is 42 (16.80% from 255 or 24.42% from 172); Green value is 107 (42.19% from 255 or 62.21% from 172); Blue value is 23 (9.38% from 255 or 13.37% from 172); Max value from RGB is 107 - color contains mainly: green. Hex color #2A6B17 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2A6B17 is #D594E8. Grayscale: #4E4E4E. Windows color (decimal): -13997289 or 1534762. OLE color: 1534762.
HSL color Cylindrical-coordinate representation of color #2A6B17: hue angle of 106.43º degrees, saturation: 0.65, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2A6B17 is Cyan = 0.61, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 42 | 107 | 23 | - |
| CMYK | 0.61 | 0 | 0.79 | 0.58 |
| HSL | 106.43º | 0.65% | 0.25% | - |
| HSV(B) | 106.43º | 0.79% | 0.42% | - |
| XYZ | 6.37 | 11.07 | 2.61 | - |
| YUV | 77.99 | 96.97 | 102.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 107 | 23 | 0.61 | 0 | 0.79 | 0.58 | 106.43 | 0.65 | 0.25 |
| Hex | 2A | 6B | 17 | 3D | 0 | 4F | 3A | 6A | 41 | 19 |
| Octal | 52 | 153 | 27 | 75 | 0 | 117 | 72 | 152 | 101 | 31 |
| Binary | 101010 | 1101011 | 10111 | 111101 | 0 | 1001111 | 111010 | 1101010 | 1000001 | 11001 |
Color Harmonies of #2A6B17
Complementary color
Monochromatic Colors of #2A6B17
Black with #2A6B17
Text Example
Text Example
White with #2A6B17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A6B17; }
p { color: rgb(42,107,23); }
H1.HeaderClassName
{
color: #2A6B17;
}
.AnyTagClassName
{
color: #2A6B17;
}
</style>
background-color css
<style>
a { background-color: #2A6B17; }
a { background-color: rgb(42,107,23); }
div.DivClassName
{
background-color: #2A6B17;
}
.BgClassName
{
background-color: #2A6B17;
}
</style>
border-color css
<style>
span { border-color: #2A6B17; }
span { border-color: rgb(42,107,23); }
td.TdClassName
{
border-color: #2A6B17;
}
.TagClassName
{
border-color: #2A6B17;
}
</style>