Shades of Bilbao #2A6D01
Tints of Bilbao #2A6D01
RGB
CMYK
RGB Variations
Color information
#2A6D01 (or 0x2A6D01) is known color: Bilbao. HEX triplet: 2A, 6D and 01. RGB value is (42,109,1). Sum of RGB (Red+Green+Blue) = 42+109+1=152 (20% of max value = 765). Red value is 42 (16.80% from 255 or 27.63% from 152); Green value is 109 (42.97% from 255 or 71.71% from 152); Blue value is 1 (0.78% from 255 or 0.66% from 152); Max value from RGB is 109 - color contains mainly: green. Hex color #2A6D01 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2A6D01 is #D592FE. Grayscale: #4D4D4D. Windows color (decimal): -13996799 or 93482. OLE color: 93482.
HSL color Cylindrical-coordinate representation of color #2A6D01: hue angle of 97.22º degrees, saturation: 0.98, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #2A6D01 is Cyan = 0.61, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 42 | 109 | 1 | - |
| CMYK | 0.61 | 0 | 0.99 | 0.57 |
| HSL | 97.22º | 0.98% | 0.22% | - |
| HSV(B) | 97.22º | 0.99% | 0.43% | - |
| XYZ | 6.43 | 11.43 | 1.9 | - |
| YUV | 76.66 | 85.3 | 103.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 109 | 1 | 0.61 | 0 | 0.99 | 0.57 | 97.22 | 0.98 | 0.22 |
| Hex | 2A | 6D | 1 | 3D | 0 | 63 | 39 | 61 | 62 | 16 |
| Octal | 52 | 155 | 1 | 75 | 0 | 143 | 71 | 141 | 142 | 26 |
| Binary | 101010 | 1101101 | 1 | 111101 | 0 | 1100011 | 111001 | 1100001 | 1100010 | 10110 |
Color Harmonies of #2A6D01
Complementary color
Monochromatic Colors of #2A6D01
Black with #2A6D01
Text Example
Text Example
White with #2A6D01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A6D01; }
p { color: rgb(42,109,1); }
H1.HeaderClassName
{
color: #2A6D01;
}
.AnyTagClassName
{
color: #2A6D01;
}
</style>
background-color css
<style>
a { background-color: #2A6D01; }
a { background-color: rgb(42,109,1); }
div.DivClassName
{
background-color: #2A6D01;
}
.BgClassName
{
background-color: #2A6D01;
}
</style>
border-color css
<style>
span { border-color: #2A6D01; }
span { border-color: rgb(42,109,1); }
td.TdClassName
{
border-color: #2A6D01;
}
.TagClassName
{
border-color: #2A6D01;
}
</style>