Shades of Bilbao #2D700F
Tints of Bilbao #2D700F
RGB
CMYK
RGB Variations
Color information
#2D700F (or 0x2D700F) is known color: Bilbao. HEX triplet: 2D, 70 and 0F. RGB value is (45,112,15). Sum of RGB (Red+Green+Blue) = 45+112+15=172 (22% of max value = 765). Red value is 45 (17.97% from 255 or 26.16% from 172); Green value is 112 (44.14% from 255 or 65.12% from 172); Blue value is 15 (6.25% from 255 or 8.72% from 172); Max value from RGB is 112 - color contains mainly: green. Hex color #2D700F is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2D700F is #D28FF0. Grayscale: #515151. Windows color (decimal): -13799409 or 1011757. OLE color: 1011757.
HSL color Cylindrical-coordinate representation of color #2D700F: hue angle of 101.44º degrees, saturation: 0.76, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #2D700F is Cyan = 0.60, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 45 | 112 | 15 | - |
| CMYK | 0.60 | 0 | 0.87 | 0.56 |
| HSL | 101.44º | 0.76% | 0.25% | - |
| HSV(B) | 101.44º | 0.87% | 0.44% | - |
| XYZ | 6.96 | 12.18 | 2.44 | - |
| YUV | 80.91 | 90.8 | 102.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 112 | 15 | 0.60 | 0 | 0.87 | 0.56 | 101.44 | 0.76 | 0.25 |
| Hex | 2D | 70 | F | 3C | 0 | 57 | 38 | 65 | 4C | 19 |
| Octal | 55 | 160 | 17 | 74 | 0 | 127 | 70 | 145 | 114 | 31 |
| Binary | 101101 | 1110000 | 1111 | 111100 | 0 | 1010111 | 111000 | 1100101 | 1001100 | 11001 |
Color Harmonies of #2D700F
Complementary color
Monochromatic Colors of #2D700F
Black with #2D700F
Text Example
Text Example
White with #2D700F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D700F; }
p { color: rgb(45,112,15); }
H1.HeaderClassName
{
color: #2D700F;
}
.AnyTagClassName
{
color: #2D700F;
}
</style>
background-color css
<style>
a { background-color: #2D700F; }
a { background-color: rgb(45,112,15); }
div.DivClassName
{
background-color: #2D700F;
}
.BgClassName
{
background-color: #2D700F;
}
</style>
border-color css
<style>
span { border-color: #2D700F; }
span { border-color: rgb(45,112,15); }
td.TdClassName
{
border-color: #2D700F;
}
.TagClassName
{
border-color: #2D700F;
}
</style>