Shades of Bilbao #2D7520
Tints of Bilbao #2D7520
RGB
CMYK
RGB Variations
Color information
#2D7520 (or 0x2D7520) is known color: Bilbao. HEX triplet: 2D, 75 and 20. RGB value is (45,117,32). Sum of RGB (Red+Green+Blue) = 45+117+32=194 (25% of max value = 765). Red value is 45 (17.97% from 255 or 23.20% from 194); Green value is 117 (46.09% from 255 or 60.31% from 194); Blue value is 32 (12.89% from 255 or 16.49% from 194); Max value from RGB is 117 - color contains mainly: green. Hex color #2D7520 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2D7520 is #D28ADF. Grayscale: #565656. Windows color (decimal): -13798112 or 2127149. OLE color: 2127149.
HSL color Cylindrical-coordinate representation of color #2D7520: hue angle of 110.82º degrees, saturation: 0.57, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #2D7520 is Cyan = 0.62, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 45 | 117 | 32 | - |
| CMYK | 0.62 | 0 | 0.73 | 0.54 |
| HSL | 110.82º | 0.57% | 0.29% | - |
| HSV(B) | 110.82º | 0.73% | 0.46% | - |
| XYZ | 7.7 | 13.38 | 3.54 | - |
| YUV | 85.78 | 97.65 | 98.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 117 | 32 | 0.62 | 0 | 0.73 | 0.54 | 110.82 | 0.57 | 0.29 |
| Hex | 2D | 75 | 20 | 3E | 0 | 49 | 36 | 6F | 39 | 1D |
| Octal | 55 | 165 | 40 | 76 | 0 | 111 | 66 | 157 | 71 | 35 |
| Binary | 101101 | 1110101 | 100000 | 111110 | 0 | 1001001 | 110110 | 1101111 | 111001 | 11101 |
Color Harmonies of #2D7520
Complementary color
Monochromatic Colors of #2D7520
Black with #2D7520
Text Example
Text Example
White with #2D7520
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D7520; }
p { color: rgb(45,117,32); }
H1.HeaderClassName
{
color: #2D7520;
}
.AnyTagClassName
{
color: #2D7520;
}
</style>
background-color css
<style>
a { background-color: #2D7520; }
a { background-color: rgb(45,117,32); }
div.DivClassName
{
background-color: #2D7520;
}
.BgClassName
{
background-color: #2D7520;
}
</style>
border-color css
<style>
span { border-color: #2D7520; }
span { border-color: rgb(45,117,32); }
td.TdClassName
{
border-color: #2D7520;
}
.TagClassName
{
border-color: #2D7520;
}
</style>