Shades of Bilbao #2D761B
Tints of Bilbao #2D761B
RGB
CMYK
RGB Variations
Color information
#2D761B (or 0x2D761B) is known color: Bilbao. HEX triplet: 2D, 76 and 1B. RGB value is (45,118,27). Sum of RGB (Red+Green+Blue) = 45+118+27=190 (25% of max value = 765). Red value is 45 (17.97% from 255 or 23.68% from 190); Green value is 118 (46.48% from 255 or 62.11% from 190); Blue value is 27 (10.94% from 255 or 14.21% from 190); Max value from RGB is 118 - color contains mainly: green. Hex color #2D761B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2D761B is #D289E4. Grayscale: #565656. Windows color (decimal): -13797861 or 1799725. OLE color: 1799725.
HSL color Cylindrical-coordinate representation of color #2D761B: hue angle of 108.13º degrees, saturation: 0.63, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2D761B is Cyan = 0.62, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 45 | 118 | 27 | - |
| CMYK | 0.62 | 0 | 0.77 | 0.54 |
| HSL | 108.13º | 0.63% | 0.28% | - |
| HSV(B) | 108.13º | 0.77% | 0.46% | - |
| XYZ | 7.76 | 13.59 | 3.25 | - |
| YUV | 85.8 | 94.82 | 98.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 118 | 27 | 0.62 | 0 | 0.77 | 0.54 | 108.13 | 0.63 | 0.28 |
| Hex | 2D | 76 | 1B | 3E | 0 | 4D | 36 | 6C | 3F | 1C |
| Octal | 55 | 166 | 33 | 76 | 0 | 115 | 66 | 154 | 77 | 34 |
| Binary | 101101 | 1110110 | 11011 | 111110 | 0 | 1001101 | 110110 | 1101100 | 111111 | 11100 |
Color Harmonies of #2D761B
Complementary color
Monochromatic Colors of #2D761B
Black with #2D761B
Text Example
Text Example
White with #2D761B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D761B; }
p { color: rgb(45,118,27); }
H1.HeaderClassName
{
color: #2D761B;
}
.AnyTagClassName
{
color: #2D761B;
}
</style>
background-color css
<style>
a { background-color: #2D761B; }
a { background-color: rgb(45,118,27); }
div.DivClassName
{
background-color: #2D761B;
}
.BgClassName
{
background-color: #2D761B;
}
</style>
border-color css
<style>
span { border-color: #2D761B; }
span { border-color: rgb(45,118,27); }
td.TdClassName
{
border-color: #2D761B;
}
.TagClassName
{
border-color: #2D761B;
}
</style>