Shades of Bilbao #2A6E03
Tints of Bilbao #2A6E03
RGB
CMYK
RGB Variations
Color information
#2A6E03 (or 0x2A6E03) is known color: Bilbao. HEX triplet: 2A, 6E and 03. RGB value is (42,110,3). Sum of RGB (Red+Green+Blue) = 42+110+3=155 (20% of max value = 765). Red value is 42 (16.80% from 255 or 27.10% from 155); Green value is 110 (43.36% from 255 or 70.97% from 155); Blue value is 3 (1.56% from 255 or 1.94% from 155); Max value from RGB is 110 - color contains mainly: green. Hex color #2A6E03 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2A6E03 is #D591FC. Grayscale: #4D4D4D. Windows color (decimal): -13996541 or 224810. OLE color: 224810.
HSL color Cylindrical-coordinate representation of color #2A6E03: hue angle of 98.13º degrees, saturation: 0.95, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #2A6E03 is Cyan = 0.62, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 42 | 110 | 3 | - |
| CMYK | 0.62 | 0 | 0.97 | 0.57 |
| HSL | 98.13º | 0.95% | 0.22% | - |
| HSV(B) | 98.13º | 0.97% | 0.43% | - |
| XYZ | 6.55 | 11.65 | 1.99 | - |
| YUV | 77.47 | 85.97 | 102.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 110 | 3 | 0.62 | 0 | 0.97 | 0.57 | 98.13 | 0.95 | 0.22 |
| Hex | 2A | 6E | 3 | 3E | 0 | 61 | 39 | 62 | 5F | 16 |
| Octal | 52 | 156 | 3 | 76 | 0 | 141 | 71 | 142 | 137 | 26 |
| Binary | 101010 | 1101110 | 11 | 111110 | 0 | 1100001 | 111001 | 1100010 | 1011111 | 10110 |
Color Harmonies of #2A6E03
Complementary color
Monochromatic Colors of #2A6E03
Black with #2A6E03
Text Example
Text Example
White with #2A6E03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A6E03; }
p { color: rgb(42,110,3); }
H1.HeaderClassName
{
color: #2A6E03;
}
.AnyTagClassName
{
color: #2A6E03;
}
</style>
background-color css
<style>
a { background-color: #2A6E03; }
a { background-color: rgb(42,110,3); }
div.DivClassName
{
background-color: #2A6E03;
}
.BgClassName
{
background-color: #2A6E03;
}
</style>
border-color css
<style>
span { border-color: #2A6E03; }
span { border-color: rgb(42,110,3); }
td.TdClassName
{
border-color: #2A6E03;
}
.TagClassName
{
border-color: #2A6E03;
}
</style>