Shades of Bilbao #2D791B
Tints of Bilbao #2D791B
RGB
CMYK
RGB Variations
Color information
#2D791B (or 0x2D791B) is known color: Bilbao. HEX triplet: 2D, 79 and 1B. RGB value is (45,121,27). Sum of RGB (Red+Green+Blue) = 45+121+27=193 (25% of max value = 765). Red value is 45 (17.97% from 255 or 23.32% from 193); Green value is 121 (47.66% from 255 or 62.69% from 193); Blue value is 27 (10.94% from 255 or 13.99% from 193); Max value from RGB is 121 - color contains mainly: green. Hex color #2D791B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2D791B is #D286E4. Grayscale: #575757. Windows color (decimal): -13797093 or 1800493. OLE color: 1800493.
HSL color Cylindrical-coordinate representation of color #2D791B: hue angle of 108.51º degrees, saturation: 0.64, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2D791B is Cyan = 0.63, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 45 | 121 | 27 | - |
| CMYK | 0.63 | 0 | 0.78 | 0.53 |
| HSL | 108.51º | 0.64% | 0.29% | - |
| HSV(B) | 108.51º | 0.78% | 0.47% | - |
| XYZ | 8.12 | 14.31 | 3.37 | - |
| YUV | 87.56 | 93.82 | 97.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 121 | 27 | 0.63 | 0 | 0.78 | 0.53 | 108.51 | 0.64 | 0.29 |
| Hex | 2D | 79 | 1B | 3F | 0 | 4E | 35 | 6D | 40 | 1D |
| Octal | 55 | 171 | 33 | 77 | 0 | 116 | 65 | 155 | 100 | 35 |
| Binary | 101101 | 1111001 | 11011 | 111111 | 0 | 1001110 | 110101 | 1101101 | 1000000 | 11101 |
Color Harmonies of #2D791B
Complementary color
Monochromatic Colors of #2D791B
Black with #2D791B
Text Example
Text Example
White with #2D791B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D791B; }
p { color: rgb(45,121,27); }
H1.HeaderClassName
{
color: #2D791B;
}
.AnyTagClassName
{
color: #2D791B;
}
</style>
background-color css
<style>
a { background-color: #2D791B; }
a { background-color: rgb(45,121,27); }
div.DivClassName
{
background-color: #2D791B;
}
.BgClassName
{
background-color: #2D791B;
}
</style>
border-color css
<style>
span { border-color: #2D791B; }
span { border-color: rgb(45,121,27); }
td.TdClassName
{
border-color: #2D791B;
}
.TagClassName
{
border-color: #2D791B;
}
</style>