Shades of Bilbao #2D701F
Tints of Bilbao #2D701F
RGB
CMYK
RGB Variations
Color information
#2D701F (or 0x2D701F) is known color: Bilbao. HEX triplet: 2D, 70 and 1F. RGB value is (45,112,31). Sum of RGB (Red+Green+Blue) = 45+112+31=188 (24% of max value = 765). Red value is 45 (17.97% from 255 or 23.94% from 188); Green value is 112 (44.14% from 255 or 59.57% from 188); Blue value is 31 (12.5% from 255 or 16.49% from 188); Max value from RGB is 112 - color contains mainly: green. Hex color #2D701F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2D701F is #D28FE0. Grayscale: #525252. Windows color (decimal): -13799393 or 2060333. OLE color: 2060333.
HSL color Cylindrical-coordinate representation of color #2D701F: hue angle of 109.63º degrees, saturation: 0.57, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #2D701F is Cyan = 0.60, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 45 | 112 | 31 | - |
| CMYK | 0.60 | 0 | 0.72 | 0.56 |
| HSL | 109.63º | 0.57% | 0.28% | - |
| HSV(B) | 109.63º | 0.72% | 0.44% | - |
| XYZ | 7.12 | 12.25 | 3.28 | - |
| YUV | 82.73 | 98.8 | 101.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 112 | 31 | 0.60 | 0 | 0.72 | 0.56 | 109.63 | 0.57 | 0.28 |
| Hex | 2D | 70 | 1F | 3C | 0 | 48 | 38 | 6E | 39 | 1C |
| Octal | 55 | 160 | 37 | 74 | 0 | 110 | 70 | 156 | 71 | 34 |
| Binary | 101101 | 1110000 | 11111 | 111100 | 0 | 1001000 | 111000 | 1101110 | 111001 | 11100 |
Color Harmonies of #2D701F
Complementary color
Monochromatic Colors of #2D701F
Black with #2D701F
Text Example
Text Example
White with #2D701F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D701F; }
p { color: rgb(45,112,31); }
H1.HeaderClassName
{
color: #2D701F;
}
.AnyTagClassName
{
color: #2D701F;
}
</style>
background-color css
<style>
a { background-color: #2D701F; }
a { background-color: rgb(45,112,31); }
div.DivClassName
{
background-color: #2D701F;
}
.BgClassName
{
background-color: #2D701F;
}
</style>
border-color css
<style>
span { border-color: #2D701F; }
span { border-color: rgb(45,112,31); }
td.TdClassName
{
border-color: #2D701F;
}
.TagClassName
{
border-color: #2D701F;
}
</style>