Shades of Bilbao #2A7B09
Tints of Bilbao #2A7B09
RGB
CMYK
RGB Variations
Color information
#2A7B09 (or 0x2A7B09) is known color: Bilbao. HEX triplet: 2A, 7B and 09. RGB value is (42,123,9). Sum of RGB (Red+Green+Blue) = 42+123+9=174 (23% of max value = 765). Red value is 42 (16.80% from 255 or 24.14% from 174); Green value is 123 (48.44% from 255 or 70.69% from 174); Blue value is 9 (3.91% from 255 or 5.17% from 174); Max value from RGB is 123 - color contains mainly: green. Hex color #2A7B09 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2A7B09 is #D584F6. Grayscale: #565656. Windows color (decimal): -13993207 or 621354. OLE color: 621354.
HSL color Cylindrical-coordinate representation of color #2A7B09: hue angle of 102.63º degrees, saturation: 0.86, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #2A7B09 is Cyan = 0.66, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 42 | 123 | 9 | - |
| CMYK | 0.66 | 0 | 0.93 | 0.52 |
| HSL | 102.63º | 0.86% | 0.26% | - |
| HSV(B) | 102.63º | 0.93% | 0.48% | - |
| XYZ | 8.09 | 14.68 | 2.67 | - |
| YUV | 85.79 | 84.66 | 96.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 123 | 9 | 0.66 | 0 | 0.93 | 0.52 | 102.63 | 0.86 | 0.26 |
| Hex | 2A | 7B | 9 | 42 | 0 | 5D | 34 | 67 | 56 | 1A |
| Octal | 52 | 173 | 11 | 102 | 0 | 135 | 64 | 147 | 126 | 32 |
| Binary | 101010 | 1111011 | 1001 | 1000010 | 0 | 1011101 | 110100 | 1100111 | 1010110 | 11010 |
Color Harmonies of #2A7B09
Complementary color
Monochromatic Colors of #2A7B09
Black with #2A7B09
Text Example
Text Example
White with #2A7B09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A7B09; }
p { color: rgb(42,123,9); }
H1.HeaderClassName
{
color: #2A7B09;
}
.AnyTagClassName
{
color: #2A7B09;
}
</style>
background-color css
<style>
a { background-color: #2A7B09; }
a { background-color: rgb(42,123,9); }
div.DivClassName
{
background-color: #2A7B09;
}
.BgClassName
{
background-color: #2A7B09;
}
</style>
border-color css
<style>
span { border-color: #2A7B09; }
span { border-color: rgb(42,123,9); }
td.TdClassName
{
border-color: #2A7B09;
}
.TagClassName
{
border-color: #2A7B09;
}
</style>