Shades of Bilbao #2D6704
Tints of Bilbao #2D6704
RGB
CMYK
RGB Variations
Color information
#2D6704 (or 0x2D6704) is known color: Bilbao. HEX triplet: 2D, 67 and 04. RGB value is (45,103,4). Sum of RGB (Red+Green+Blue) = 45+103+4=152 (20% of max value = 765). Red value is 45 (17.97% from 255 or 29.61% from 152); Green value is 103 (40.62% from 255 or 67.76% from 152); Blue value is 4 (1.95% from 255 or 2.63% from 152); Max value from RGB is 103 - color contains mainly: green. Hex color #2D6704 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2D6704 is #D298FB. Grayscale: #4A4A4A. Windows color (decimal): -13801724 or 288557. OLE color: 288557.
HSL color Cylindrical-coordinate representation of color #2D6704: hue angle of 95.15º degrees, saturation: 0.93, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #2D6704 is Cyan = 0.56, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 45 | 103 | 4 | - |
| CMYK | 0.56 | 0 | 0.96 | 0.60 |
| HSL | 95.15º | 0.93% | 0.21% | - |
| HSV(B) | 95.15º | 0.96% | 0.4% | - |
| XYZ | 5.95 | 10.27 | 1.78 | - |
| YUV | 74.37 | 88.28 | 107.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 103 | 4 | 0.56 | 0 | 0.96 | 0.60 | 95.15 | 0.93 | 0.21 |
| Hex | 2D | 67 | 4 | 38 | 0 | 60 | 3C | 5F | 5D | 15 |
| Octal | 55 | 147 | 4 | 70 | 0 | 140 | 74 | 137 | 135 | 25 |
| Binary | 101101 | 1100111 | 100 | 111000 | 0 | 1100000 | 111100 | 1011111 | 1011101 | 10101 |
Color Harmonies of #2D6704
Complementary color
Monochromatic Colors of #2D6704
Black with #2D6704
Text Example
Text Example
White with #2D6704
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D6704; }
p { color: rgb(45,103,4); }
H1.HeaderClassName
{
color: #2D6704;
}
.AnyTagClassName
{
color: #2D6704;
}
</style>
background-color css
<style>
a { background-color: #2D6704; }
a { background-color: rgb(45,103,4); }
div.DivClassName
{
background-color: #2D6704;
}
.BgClassName
{
background-color: #2D6704;
}
</style>
border-color css
<style>
span { border-color: #2D6704; }
span { border-color: rgb(45,103,4); }
td.TdClassName
{
border-color: #2D6704;
}
.TagClassName
{
border-color: #2D6704;
}
</style>