Shades of Bilbao #2D7713
Tints of Bilbao #2D7713
RGB
CMYK
RGB Variations
Color information
#2D7713 (or 0x2D7713) is known color: Bilbao. HEX triplet: 2D, 77 and 13. RGB value is (45,119,19). Sum of RGB (Red+Green+Blue) = 45+119+19=183 (24% of max value = 765). Red value is 45 (17.97% from 255 or 24.59% from 183); Green value is 119 (46.88% from 255 or 65.03% from 183); Blue value is 19 (7.81% from 255 or 10.38% from 183); Max value from RGB is 119 - color contains mainly: green. Hex color #2D7713 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2D7713 is #D288EC. Grayscale: #555555. Windows color (decimal): -13797613 or 1275693. OLE color: 1275693.
HSL color Cylindrical-coordinate representation of color #2D7713: hue angle of 104.4º degrees, saturation: 0.72, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2D7713 is Cyan = 0.62, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 45 | 119 | 19 | - |
| CMYK | 0.62 | 0 | 0.84 | 0.53 |
| HSL | 104.4º | 0.72% | 0.27% | - |
| HSV(B) | 104.4º | 0.84% | 0.47% | - |
| XYZ | 7.8 | 13.8 | 2.87 | - |
| YUV | 85.47 | 90.48 | 99.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 119 | 19 | 0.62 | 0 | 0.84 | 0.53 | 104.4 | 0.72 | 0.27 |
| Hex | 2D | 77 | 13 | 3E | 0 | 54 | 35 | 68 | 48 | 1B |
| Octal | 55 | 167 | 23 | 76 | 0 | 124 | 65 | 150 | 110 | 33 |
| Binary | 101101 | 1110111 | 10011 | 111110 | 0 | 1010100 | 110101 | 1101000 | 1001000 | 11011 |
Color Harmonies of #2D7713
Complementary color
Monochromatic Colors of #2D7713
Black with #2D7713
Text Example
Text Example
White with #2D7713
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D7713; }
p { color: rgb(45,119,19); }
H1.HeaderClassName
{
color: #2D7713;
}
.AnyTagClassName
{
color: #2D7713;
}
</style>
background-color css
<style>
a { background-color: #2D7713; }
a { background-color: rgb(45,119,19); }
div.DivClassName
{
background-color: #2D7713;
}
.BgClassName
{
background-color: #2D7713;
}
</style>
border-color css
<style>
span { border-color: #2D7713; }
span { border-color: rgb(45,119,19); }
td.TdClassName
{
border-color: #2D7713;
}
.TagClassName
{
border-color: #2D7713;
}
</style>