Shades of Bilbao #2D701D
Tints of Bilbao #2D701D
RGB
CMYK
RGB Variations
Color information
#2D701D (or 0x2D701D) is known color: Bilbao. HEX triplet: 2D, 70 and 1D. RGB value is (45,112,29). Sum of RGB (Red+Green+Blue) = 45+112+29=186 (24% of max value = 765). Red value is 45 (17.97% from 255 or 24.19% from 186); Green value is 112 (44.14% from 255 or 60.22% from 186); Blue value is 29 (11.72% from 255 or 15.59% from 186); Max value from RGB is 112 - color contains mainly: green. Hex color #2D701D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2D701D is #D28FE2. Grayscale: #525252. Windows color (decimal): -13799395 or 1929261. OLE color: 1929261.
HSL color Cylindrical-coordinate representation of color #2D701D: hue angle of 108.43º degrees, saturation: 0.59, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #2D701D is Cyan = 0.60, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 45 | 112 | 29 | - |
| CMYK | 0.60 | 0 | 0.74 | 0.56 |
| HSL | 108.43º | 0.59% | 0.28% | - |
| HSV(B) | 108.43º | 0.74% | 0.44% | - |
| XYZ | 7.1 | 12.23 | 3.15 | - |
| YUV | 82.51 | 97.8 | 101.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 112 | 29 | 0.60 | 0 | 0.74 | 0.56 | 108.43 | 0.59 | 0.28 |
| Hex | 2D | 70 | 1D | 3C | 0 | 4A | 38 | 6C | 3B | 1C |
| Octal | 55 | 160 | 35 | 74 | 0 | 112 | 70 | 154 | 73 | 34 |
| Binary | 101101 | 1110000 | 11101 | 111100 | 0 | 1001010 | 111000 | 1101100 | 111011 | 11100 |
Color Harmonies of #2D701D
Complementary color
Monochromatic Colors of #2D701D
Black with #2D701D
Text Example
Text Example
White with #2D701D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D701D; }
p { color: rgb(45,112,29); }
H1.HeaderClassName
{
color: #2D701D;
}
.AnyTagClassName
{
color: #2D701D;
}
</style>
background-color css
<style>
a { background-color: #2D701D; }
a { background-color: rgb(45,112,29); }
div.DivClassName
{
background-color: #2D701D;
}
.BgClassName
{
background-color: #2D701D;
}
</style>
border-color css
<style>
span { border-color: #2D701D; }
span { border-color: rgb(45,112,29); }
td.TdClassName
{
border-color: #2D701D;
}
.TagClassName
{
border-color: #2D701D;
}
</style>