Shades of Bilbao #2D710F
Tints of Bilbao #2D710F
RGB
CMYK
RGB Variations
Color information
#2D710F (or 0x2D710F) is known color: Bilbao. HEX triplet: 2D, 71 and 0F. RGB value is (45,113,15). Sum of RGB (Red+Green+Blue) = 45+113+15=173 (22% of max value = 765). Red value is 45 (17.97% from 255 or 26.01% from 173); Green value is 113 (44.53% from 255 or 65.32% from 173); Blue value is 15 (6.25% from 255 or 8.67% from 173); Max value from RGB is 113 - color contains mainly: green. Hex color #2D710F is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2D710F is #D28EF0. Grayscale: #515151. Windows color (decimal): -13799153 or 1012013. OLE color: 1012013.
HSL color Cylindrical-coordinate representation of color #2D710F: hue angle of 101.63º degrees, saturation: 0.77, 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 #2D710F is Cyan = 0.60, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 45 | 113 | 15 | - |
| CMYK | 0.60 | 0 | 0.87 | 0.56 |
| HSL | 101.63º | 0.77% | 0.25% | - |
| HSV(B) | 101.63º | 0.87% | 0.44% | - |
| XYZ | 7.07 | 12.4 | 2.47 | - |
| YUV | 81.5 | 90.47 | 101.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 113 | 15 | 0.60 | 0 | 0.87 | 0.56 | 101.63 | 0.77 | 0.25 |
| Hex | 2D | 71 | F | 3C | 0 | 57 | 38 | 66 | 4D | 19 |
| Octal | 55 | 161 | 17 | 74 | 0 | 127 | 70 | 146 | 115 | 31 |
| Binary | 101101 | 1110001 | 1111 | 111100 | 0 | 1010111 | 111000 | 1100110 | 1001101 | 11001 |
Color Harmonies of #2D710F
Complementary color
Monochromatic Colors of #2D710F
Black with #2D710F
Text Example
Text Example
White with #2D710F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D710F; }
p { color: rgb(45,113,15); }
H1.HeaderClassName
{
color: #2D710F;
}
.AnyTagClassName
{
color: #2D710F;
}
</style>
background-color css
<style>
a { background-color: #2D710F; }
a { background-color: rgb(45,113,15); }
div.DivClassName
{
background-color: #2D710F;
}
.BgClassName
{
background-color: #2D710F;
}
</style>
border-color css
<style>
span { border-color: #2D710F; }
span { border-color: rgb(45,113,15); }
td.TdClassName
{
border-color: #2D710F;
}
.TagClassName
{
border-color: #2D710F;
}
</style>