Shades of Bilbao #2A6D0F
Tints of Bilbao #2A6D0F
RGB
CMYK
RGB Variations
Color information
#2A6D0F (or 0x2A6D0F) is known color: Bilbao. HEX triplet: 2A, 6D and 0F. RGB value is (42,109,15). Sum of RGB (Red+Green+Blue) = 42+109+15=166 (21% of max value = 765). Red value is 42 (16.80% from 255 or 25.30% from 166); Green value is 109 (42.97% from 255 or 65.66% from 166); Blue value is 15 (6.25% from 255 or 9.04% from 166); Max value from RGB is 109 - color contains mainly: green. Hex color #2A6D0F is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2A6D0F is #D592F0. Grayscale: #4E4E4E. Windows color (decimal): -13996785 or 1010986. OLE color: 1010986.
HSL color Cylindrical-coordinate representation of color #2A6D0F: hue angle of 102.77º degrees, saturation: 0.76, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #2A6D0F is Cyan = 0.61, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 42 | 109 | 15 | - |
| CMYK | 0.61 | 0 | 0.86 | 0.57 |
| HSL | 102.77º | 0.76% | 0.24% | - |
| HSV(B) | 102.77º | 0.86% | 0.43% | - |
| XYZ | 6.51 | 11.46 | 2.32 | - |
| YUV | 78.25 | 92.3 | 102.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 109 | 15 | 0.61 | 0 | 0.86 | 0.57 | 102.77 | 0.76 | 0.24 |
| Hex | 2A | 6D | F | 3D | 0 | 56 | 39 | 67 | 4C | 18 |
| Octal | 52 | 155 | 17 | 75 | 0 | 126 | 71 | 147 | 114 | 30 |
| Binary | 101010 | 1101101 | 1111 | 111101 | 0 | 1010110 | 111001 | 1100111 | 1001100 | 11000 |
Color Harmonies of #2A6D0F
Complementary color
Monochromatic Colors of #2A6D0F
Black with #2A6D0F
Text Example
Text Example
White with #2A6D0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A6D0F; }
p { color: rgb(42,109,15); }
H1.HeaderClassName
{
color: #2A6D0F;
}
.AnyTagClassName
{
color: #2A6D0F;
}
</style>
background-color css
<style>
a { background-color: #2A6D0F; }
a { background-color: rgb(42,109,15); }
div.DivClassName
{
background-color: #2A6D0F;
}
.BgClassName
{
background-color: #2A6D0F;
}
</style>
border-color css
<style>
span { border-color: #2A6D0F; }
span { border-color: rgb(42,109,15); }
td.TdClassName
{
border-color: #2A6D0F;
}
.TagClassName
{
border-color: #2A6D0F;
}
</style>