Shades of Bilbao #2A751A
Tints of Bilbao #2A751A
RGB
CMYK
RGB Variations
Color information
#2A751A (or 0x2A751A) is known color: Bilbao. HEX triplet: 2A, 75 and 1A. RGB value is (42,117,26). Sum of RGB (Red+Green+Blue) = 42+117+26=185 (24% of max value = 765). Red value is 42 (16.80% from 255 or 22.70% from 185); Green value is 117 (46.09% from 255 or 63.24% from 185); Blue value is 26 (10.55% from 255 or 14.05% from 185); Max value from RGB is 117 - color contains mainly: green. Hex color #2A751A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2A751A is #D58AE5. Grayscale: #545454. Windows color (decimal): -13994726 or 1733930. OLE color: 1733930.
HSL color Cylindrical-coordinate representation of color #2A751A: hue angle of 109.45º degrees, saturation: 0.64, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2A751A is Cyan = 0.64, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 42 | 117 | 26 | - |
| CMYK | 0.64 | 0 | 0.78 | 0.54 |
| HSL | 109.45º | 0.64% | 0.28% | - |
| HSV(B) | 109.45º | 0.78% | 0.46% | - |
| XYZ | 7.5 | 13.29 | 3.15 | - |
| YUV | 84.2 | 95.15 | 97.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 117 | 26 | 0.64 | 0 | 0.78 | 0.54 | 109.45 | 0.64 | 0.28 |
| Hex | 2A | 75 | 1A | 40 | 0 | 4E | 36 | 6D | 40 | 1C |
| Octal | 52 | 165 | 32 | 100 | 0 | 116 | 66 | 155 | 100 | 34 |
| Binary | 101010 | 1110101 | 11010 | 1000000 | 0 | 1001110 | 110110 | 1101101 | 1000000 | 11100 |
Color Harmonies of #2A751A
Complementary color
Monochromatic Colors of #2A751A
Black with #2A751A
Text Example
Text Example
White with #2A751A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A751A; }
p { color: rgb(42,117,26); }
H1.HeaderClassName
{
color: #2A751A;
}
.AnyTagClassName
{
color: #2A751A;
}
</style>
background-color css
<style>
a { background-color: #2A751A; }
a { background-color: rgb(42,117,26); }
div.DivClassName
{
background-color: #2A751A;
}
.BgClassName
{
background-color: #2A751A;
}
</style>
border-color css
<style>
span { border-color: #2A751A; }
span { border-color: rgb(42,117,26); }
td.TdClassName
{
border-color: #2A751A;
}
.TagClassName
{
border-color: #2A751A;
}
</style>