Shades of Bilbao #2D6608
Tints of Bilbao #2D6608
RGB
CMYK
RGB Variations
Color information
#2D6608 (or 0x2D6608) is known color: Bilbao. HEX triplet: 2D, 66 and 08. RGB value is (45,102,8). Sum of RGB (Red+Green+Blue) = 45+102+8=155 (20% of max value = 765). Red value is 45 (17.97% from 255 or 29.03% from 155); Green value is 102 (40.23% from 255 or 65.81% from 155); Blue value is 8 (3.52% from 255 or 5.16% from 155); Max value from RGB is 102 - color contains mainly: green. Hex color #2D6608 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2D6608 is #D299F7. Grayscale: #4A4A4A. Windows color (decimal): -13801976 or 550445. OLE color: 550445.
HSL color Cylindrical-coordinate representation of color #2D6608: hue angle of 96.38º degrees, saturation: 0.85, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #2D6608 is Cyan = 0.56, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 45 | 102 | 8 | - |
| CMYK | 0.56 | 0 | 0.92 | 0.6 |
| HSL | 96.38º | 0.85% | 0.22% | - |
| HSV(B) | 96.38º | 0.92% | 0.4% | - |
| XYZ | 5.88 | 10.08 | 1.87 | - |
| YUV | 74.24 | 90.62 | 107.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 102 | 8 | 0.56 | 0 | 0.92 | 0.6 | 96.38 | 0.85 | 0.22 |
| Hex | 2D | 66 | 8 | 38 | 0 | 5C | 3C | 60 | 55 | 16 |
| Octal | 55 | 146 | 10 | 70 | 0 | 134 | 74 | 140 | 125 | 26 |
| Binary | 101101 | 1100110 | 1000 | 111000 | 0 | 1011100 | 111100 | 1100000 | 1010101 | 10110 |
Color Harmonies of #2D6608
Complementary color
Monochromatic Colors of #2D6608
Black with #2D6608
Text Example
Text Example
White with #2D6608
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D6608; }
p { color: rgb(45,102,8); }
H1.HeaderClassName
{
color: #2D6608;
}
.AnyTagClassName
{
color: #2D6608;
}
</style>
background-color css
<style>
a { background-color: #2D6608; }
a { background-color: rgb(45,102,8); }
div.DivClassName
{
background-color: #2D6608;
}
.BgClassName
{
background-color: #2D6608;
}
</style>
border-color css
<style>
span { border-color: #2D6608; }
span { border-color: rgb(45,102,8); }
td.TdClassName
{
border-color: #2D6608;
}
.TagClassName
{
border-color: #2D6608;
}
</style>