Shades of Bilbao #2A6807
Tints of Bilbao #2A6807
RGB
CMYK
RGB Variations
Color information
#2A6807 (or 0x2A6807) is known color: Bilbao. HEX triplet: 2A, 68 and 07. RGB value is (42,104,7). Sum of RGB (Red+Green+Blue) = 42+104+7=153 (20% of max value = 765). Red value is 42 (16.80% from 255 or 27.45% from 153); Green value is 104 (41.02% from 255 or 67.97% from 153); Blue value is 7 (3.12% from 255 or 4.58% from 153); Max value from RGB is 104 - color contains mainly: green. Hex color #2A6807 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2A6807 is #D597F8. Grayscale: #4A4A4A. Windows color (decimal): -13998073 or 485418. OLE color: 485418.
HSL color Cylindrical-coordinate representation of color #2A6807: hue angle of 98.35º degrees, saturation: 0.87, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #2A6807 is Cyan = 0.60, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 42 | 104 | 7 | - |
| CMYK | 0.60 | 0 | 0.93 | 0.59 |
| HSL | 98.35º | 0.87% | 0.22% | - |
| HSV(B) | 98.35º | 0.93% | 0.41% | - |
| XYZ | 5.94 | 10.41 | 1.9 | - |
| YUV | 74.4 | 89.96 | 104.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 104 | 7 | 0.60 | 0 | 0.93 | 0.59 | 98.35 | 0.87 | 0.22 |
| Hex | 2A | 68 | 7 | 3C | 0 | 5D | 3B | 62 | 57 | 16 |
| Octal | 52 | 150 | 7 | 74 | 0 | 135 | 73 | 142 | 127 | 26 |
| Binary | 101010 | 1101000 | 111 | 111100 | 0 | 1011101 | 111011 | 1100010 | 1010111 | 10110 |
Color Harmonies of #2A6807
Complementary color
Monochromatic Colors of #2A6807
Black with #2A6807
Text Example
Text Example
White with #2A6807
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A6807; }
p { color: rgb(42,104,7); }
H1.HeaderClassName
{
color: #2A6807;
}
.AnyTagClassName
{
color: #2A6807;
}
</style>
background-color css
<style>
a { background-color: #2A6807; }
a { background-color: rgb(42,104,7); }
div.DivClassName
{
background-color: #2A6807;
}
.BgClassName
{
background-color: #2A6807;
}
</style>
border-color css
<style>
span { border-color: #2A6807; }
span { border-color: rgb(42,104,7); }
td.TdClassName
{
border-color: #2A6807;
}
.TagClassName
{
border-color: #2A6807;
}
</style>