Shades of Bilbao #2A6500
Tints of Bilbao #2A6500
RGB
CMYK
RGB Variations
Color information
#2A6500 (or 0x2A6500) is known color: Bilbao. HEX triplet: 2A, 65 and 00. RGB value is (42,101,0). Sum of RGB (Red+Green+Blue) = 42+101+0=143 (18% of max value = 765). Red value is 42 (16.80% from 255 or 29.37% from 143); Green value is 101 (39.84% from 255 or 70.63% from 143); Blue value is 0 (0.39% from 255 or 0% from 143); Max value from RGB is 101 - color contains mainly: green. Hex color #2A6500 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2A6500 is #D59AFF. Grayscale: #484848. Windows color (decimal): -13998848 or 25898. OLE color: 25898.
HSL color Cylindrical-coordinate representation of color #2A6500: hue angle of 95.05º degrees, saturation: 1, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 1%. Process color model (Four color, CMYK) of #2A6500 is Cyan = 0.58, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 42 | 101 | 0 | - |
| CMYK | 0.58 | 0 | 1 | 0.60 |
| HSL | 95.05º | 1% | 0.2% | - |
| HSV(B) | 95.05º | 1% | 0.4% | - |
| XYZ | 5.61 | 9.8 | 1.6 | - |
| YUV | 71.85 | 87.45 | 106.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 101 | 0 | 0.58 | 0 | 1 | 0.60 | 95.05 | 1 | 0.2 |
| Hex | 2A | 65 | 0 | 3A | 0 | 64 | 3C | 5F | 64 | 14 |
| Octal | 52 | 145 | 0 | 72 | 0 | 144 | 74 | 137 | 144 | 24 |
| Binary | 101010 | 1100101 | 0 | 111010 | 0 | 1100100 | 111100 | 1011111 | 1100100 | 10100 |
Color Harmonies of #2A6500
Complementary color
Monochromatic Colors of #2A6500
Black with #2A6500
Text Example
Text Example
White with #2A6500
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A6500; }
p { color: rgb(42,101,0); }
H1.HeaderClassName
{
color: #2A6500;
}
.AnyTagClassName
{
color: #2A6500;
}
</style>
background-color css
<style>
a { background-color: #2A6500; }
a { background-color: rgb(42,101,0); }
div.DivClassName
{
background-color: #2A6500;
}
.BgClassName
{
background-color: #2A6500;
}
</style>
border-color css
<style>
span { border-color: #2A6500; }
span { border-color: rgb(42,101,0); }
td.TdClassName
{
border-color: #2A6500;
}
.TagClassName
{
border-color: #2A6500;
}
</style>