Shades of Bilbao #2D7619
Tints of Bilbao #2D7619
RGB
CMYK
RGB Variations
Color information
#2D7619 (or 0x2D7619) is known color: Bilbao. HEX triplet: 2D, 76 and 19. RGB value is (45,118,25). Sum of RGB (Red+Green+Blue) = 45+118+25=188 (24% of max value = 765). Red value is 45 (17.97% from 255 or 23.94% from 188); Green value is 118 (46.48% from 255 or 62.77% from 188); Blue value is 25 (10.16% from 255 or 13.30% from 188); Max value from RGB is 118 - color contains mainly: green. Hex color #2D7619 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2D7619 is #D289E6. Grayscale: #555555. Windows color (decimal): -13797863 or 1668653. OLE color: 1668653.
HSL color Cylindrical-coordinate representation of color #2D7619: hue angle of 107.1º degrees, saturation: 0.65, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2D7619 is Cyan = 0.62, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 45 | 118 | 25 | - |
| CMYK | 0.62 | 0 | 0.79 | 0.54 |
| HSL | 107.1º | 0.65% | 0.28% | - |
| HSV(B) | 107.1º | 0.79% | 0.46% | - |
| XYZ | 7.74 | 13.58 | 3.13 | - |
| YUV | 85.57 | 93.82 | 99.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 118 | 25 | 0.62 | 0 | 0.79 | 0.54 | 107.1 | 0.65 | 0.28 |
| Hex | 2D | 76 | 19 | 3E | 0 | 4F | 36 | 6B | 41 | 1C |
| Octal | 55 | 166 | 31 | 76 | 0 | 117 | 66 | 153 | 101 | 34 |
| Binary | 101101 | 1110110 | 11001 | 111110 | 0 | 1001111 | 110110 | 1101011 | 1000001 | 11100 |
Color Harmonies of #2D7619
Complementary color
Monochromatic Colors of #2D7619
Black with #2D7619
Text Example
Text Example
White with #2D7619
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D7619; }
p { color: rgb(45,118,25); }
H1.HeaderClassName
{
color: #2D7619;
}
.AnyTagClassName
{
color: #2D7619;
}
</style>
background-color css
<style>
a { background-color: #2D7619; }
a { background-color: rgb(45,118,25); }
div.DivClassName
{
background-color: #2D7619;
}
.BgClassName
{
background-color: #2D7619;
}
</style>
border-color css
<style>
span { border-color: #2D7619; }
span { border-color: rgb(45,118,25); }
td.TdClassName
{
border-color: #2D7619;
}
.TagClassName
{
border-color: #2D7619;
}
</style>