Shades of Bilbao #2A6602
Tints of Bilbao #2A6602
RGB
CMYK
RGB Variations
Color information
#2A6602 (or 0x2A6602) is known color: Bilbao. HEX triplet: 2A, 66 and 02. RGB value is (42,102,2). Sum of RGB (Red+Green+Blue) = 42+102+2=146 (19% of max value = 765). Red value is 42 (16.80% from 255 or 28.77% from 146); Green value is 102 (40.23% from 255 or 69.86% from 146); Blue value is 2 (1.17% from 255 or 1.37% from 146); Max value from RGB is 102 - color contains mainly: green. Hex color #2A6602 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2A6602 is #D599FD. Grayscale: #494949. Windows color (decimal): -13998590 or 157226. OLE color: 157226.
HSL color Cylindrical-coordinate representation of color #2A6602: hue angle of 96º degrees, saturation: 0.96, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #2A6602 is Cyan = 0.59, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 42 | 102 | 2 | - |
| CMYK | 0.59 | 0 | 0.98 | 0.6 |
| HSL | 96º | 0.96% | 0.2% | - |
| HSV(B) | 96º | 0.98% | 0.4% | - |
| XYZ | 5.72 | 10 | 1.69 | - |
| YUV | 72.66 | 88.12 | 106.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 102 | 2 | 0.59 | 0 | 0.98 | 0.6 | 96 | 0.96 | 0.2 |
| Hex | 2A | 66 | 2 | 3B | 0 | 62 | 3C | 60 | 60 | 14 |
| Octal | 52 | 146 | 2 | 73 | 0 | 142 | 74 | 140 | 140 | 24 |
| Binary | 101010 | 1100110 | 10 | 111011 | 0 | 1100010 | 111100 | 1100000 | 1100000 | 10100 |
Color Harmonies of #2A6602
Complementary color
Monochromatic Colors of #2A6602
Black with #2A6602
Text Example
Text Example
White with #2A6602
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A6602; }
p { color: rgb(42,102,2); }
H1.HeaderClassName
{
color: #2A6602;
}
.AnyTagClassName
{
color: #2A6602;
}
</style>
background-color css
<style>
a { background-color: #2A6602; }
a { background-color: rgb(42,102,2); }
div.DivClassName
{
background-color: #2A6602;
}
.BgClassName
{
background-color: #2A6602;
}
</style>
border-color css
<style>
span { border-color: #2A6602; }
span { border-color: rgb(42,102,2); }
td.TdClassName
{
border-color: #2A6602;
}
.TagClassName
{
border-color: #2A6602;
}
</style>