Shades of Bilbao #2D781C
Tints of Bilbao #2D781C
RGB
CMYK
RGB Variations
Color information
#2D781C (or 0x2D781C) is known color: Bilbao. HEX triplet: 2D, 78 and 1C. RGB value is (45,120,28). Sum of RGB (Red+Green+Blue) = 45+120+28=193 (25% of max value = 765). Red value is 45 (17.97% from 255 or 23.32% from 193); Green value is 120 (47.27% from 255 or 62.18% from 193); Blue value is 28 (11.33% from 255 or 14.51% from 193); Max value from RGB is 120 - color contains mainly: green. Hex color #2D781C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2D781C is #D287E3. Grayscale: #575757. Windows color (decimal): -13797348 or 1865773. OLE color: 1865773.
HSL color Cylindrical-coordinate representation of color #2D781C: hue angle of 108.91º degrees, saturation: 0.62, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2D781C is Cyan = 0.63, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 45 | 120 | 28 | - |
| CMYK | 0.63 | 0 | 0.77 | 0.53 |
| HSL | 108.91º | 0.62% | 0.29% | - |
| HSV(B) | 108.91º | 0.77% | 0.47% | - |
| XYZ | 8.01 | 14.07 | 3.39 | - |
| YUV | 87.09 | 94.65 | 97.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 120 | 28 | 0.63 | 0 | 0.77 | 0.53 | 108.91 | 0.62 | 0.29 |
| Hex | 2D | 78 | 1C | 3F | 0 | 4D | 35 | 6D | 3E | 1D |
| Octal | 55 | 170 | 34 | 77 | 0 | 115 | 65 | 155 | 76 | 35 |
| Binary | 101101 | 1111000 | 11100 | 111111 | 0 | 1001101 | 110101 | 1101101 | 111110 | 11101 |
Color Harmonies of #2D781C
Complementary color
Monochromatic Colors of #2D781C
Black with #2D781C
Text Example
Text Example
White with #2D781C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D781C; }
p { color: rgb(45,120,28); }
H1.HeaderClassName
{
color: #2D781C;
}
.AnyTagClassName
{
color: #2D781C;
}
</style>
background-color css
<style>
a { background-color: #2D781C; }
a { background-color: rgb(45,120,28); }
div.DivClassName
{
background-color: #2D781C;
}
.BgClassName
{
background-color: #2D781C;
}
</style>
border-color css
<style>
span { border-color: #2D781C; }
span { border-color: rgb(45,120,28); }
td.TdClassName
{
border-color: #2D781C;
}
.TagClassName
{
border-color: #2D781C;
}
</style>