Shades of Bilbao #2D8909
Tints of Bilbao #2D8909
RGB
CMYK
RGB Variations
Color information
#2D8909 (or 0x2D8909) is known color: Bilbao. HEX triplet: 2D, 89 and 09. RGB value is (45,137,9). Sum of RGB (Red+Green+Blue) = 45+137+9=191 (25% of max value = 765). Red value is 45 (17.97% from 255 or 23.56% from 191); Green value is 137 (53.91% from 255 or 71.73% from 191); Blue value is 9 (3.91% from 255 or 4.71% from 191); Max value from RGB is 137 - color contains mainly: green. Hex color #2D8909 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2D8909 is #D276F6. Grayscale: #5F5F5F. Windows color (decimal): -13793015 or 624941. OLE color: 624941.
HSL color Cylindrical-coordinate representation of color #2D8909: hue angle of 103.12º degrees, saturation: 0.88, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #2D8909 is Cyan = 0.67, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 45 | 137 | 9 | - |
| CMYK | 0.67 | 0 | 0.93 | 0.46 |
| HSL | 103.13º | 0.88% | 0.29% | - |
| HSV(B) | 103.13º | 0.93% | 0.54% | - |
| XYZ | 10.08 | 18.47 | 3.29 | - |
| YUV | 94.9 | 79.52 | 92.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 137 | 9 | 0.67 | 0 | 0.93 | 0.46 | 103.13 | 0.88 | 0.29 |
| Hex | 2D | 89 | 9 | 43 | 0 | 5D | 2E | 67 | 58 | 1D |
| Octal | 55 | 211 | 11 | 103 | 0 | 135 | 56 | 147 | 130 | 35 |
| Binary | 101101 | 10001001 | 1001 | 1000011 | 0 | 1011101 | 101110 | 1100111 | 1011000 | 11101 |
Color Harmonies of #2D8909
Complementary color
Monochromatic Colors of #2D8909
Black with #2D8909
Text Example
Text Example
White with #2D8909
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D8909; }
p { color: rgb(45,137,9); }
H1.HeaderClassName
{
color: #2D8909;
}
.AnyTagClassName
{
color: #2D8909;
}
</style>
background-color css
<style>
a { background-color: #2D8909; }
a { background-color: rgb(45,137,9); }
div.DivClassName
{
background-color: #2D8909;
}
.BgClassName
{
background-color: #2D8909;
}
</style>
border-color css
<style>
span { border-color: #2D8909; }
span { border-color: rgb(45,137,9); }
td.TdClassName
{
border-color: #2D8909;
}
.TagClassName
{
border-color: #2D8909;
}
</style>