Shades of Bilbao #2D7219
Tints of Bilbao #2D7219
RGB
CMYK
RGB Variations
Color information
#2D7219 (or 0x2D7219) is known color: Bilbao. HEX triplet: 2D, 72 and 19. RGB value is (45,114,25). Sum of RGB (Red+Green+Blue) = 45+114+25=184 (24% of max value = 765). Red value is 45 (17.97% from 255 or 24.46% from 184); Green value is 114 (44.92% from 255 or 61.96% from 184); Blue value is 25 (10.16% from 255 or 13.59% from 184); Max value from RGB is 114 - color contains mainly: green. Hex color #2D7219 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2D7219 is #D28DE6. Grayscale: #535353. Windows color (decimal): -13798887 or 1667629. OLE color: 1667629.
HSL color Cylindrical-coordinate representation of color #2D7219: hue angle of 106.52º degrees, saturation: 0.64, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2D7219 is Cyan = 0.61, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 45 | 114 | 25 | - |
| CMYK | 0.61 | 0 | 0.78 | 0.55 |
| HSL | 106.52º | 0.64% | 0.27% | - |
| HSV(B) | 106.52º | 0.78% | 0.45% | - |
| XYZ | 7.27 | 12.66 | 2.98 | - |
| YUV | 83.22 | 95.14 | 100.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 114 | 25 | 0.61 | 0 | 0.78 | 0.55 | 106.52 | 0.64 | 0.27 |
| Hex | 2D | 72 | 19 | 3D | 0 | 4E | 37 | 6B | 40 | 1B |
| Octal | 55 | 162 | 31 | 75 | 0 | 116 | 67 | 153 | 100 | 33 |
| Binary | 101101 | 1110010 | 11001 | 111101 | 0 | 1001110 | 110111 | 1101011 | 1000000 | 11011 |
Color Harmonies of #2D7219
Complementary color
Monochromatic Colors of #2D7219
Black with #2D7219
Text Example
Text Example
White with #2D7219
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D7219; }
p { color: rgb(45,114,25); }
H1.HeaderClassName
{
color: #2D7219;
}
.AnyTagClassName
{
color: #2D7219;
}
</style>
background-color css
<style>
a { background-color: #2D7219; }
a { background-color: rgb(45,114,25); }
div.DivClassName
{
background-color: #2D7219;
}
.BgClassName
{
background-color: #2D7219;
}
</style>
border-color css
<style>
span { border-color: #2D7219; }
span { border-color: rgb(45,114,25); }
td.TdClassName
{
border-color: #2D7219;
}
.TagClassName
{
border-color: #2D7219;
}
</style>