Shades of Bilbao #2D770C
Tints of Bilbao #2D770C
RGB
CMYK
RGB Variations
Color information
#2D770C (or 0x2D770C) is known color: Bilbao. HEX triplet: 2D, 77 and 0C. RGB value is (45,119,12). Sum of RGB (Red+Green+Blue) = 45+119+12=176 (23% of max value = 765). Red value is 45 (17.97% from 255 or 25.57% from 176); Green value is 119 (46.88% from 255 or 67.61% from 176); Blue value is 12 (5.08% from 255 or 6.82% from 176); Max value from RGB is 119 - color contains mainly: green. Hex color #2D770C is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2D770C is #D288F3. Grayscale: #555555. Windows color (decimal): -13797620 or 816941. OLE color: 816941.
HSL color Cylindrical-coordinate representation of color #2D770C: hue angle of 101.5º degrees, saturation: 0.82, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #2D770C is Cyan = 0.62, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 45 | 119 | 12 | - |
| CMYK | 0.62 | 0 | 0.90 | 0.53 |
| HSL | 101.5º | 0.82% | 0.26% | - |
| HSV(B) | 101.5º | 0.9% | 0.47% | - |
| XYZ | 7.75 | 13.78 | 2.6 | - |
| YUV | 84.68 | 86.98 | 99.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 119 | 12 | 0.62 | 0 | 0.90 | 0.53 | 101.5 | 0.82 | 0.26 |
| Hex | 2D | 77 | C | 3E | 0 | 5A | 35 | 65 | 52 | 1A |
| Octal | 55 | 167 | 14 | 76 | 0 | 132 | 65 | 145 | 122 | 32 |
| Binary | 101101 | 1110111 | 1100 | 111110 | 0 | 1011010 | 110101 | 1100101 | 1010010 | 11010 |
Color Harmonies of #2D770C
Complementary color
Monochromatic Colors of #2D770C
Black with #2D770C
Text Example
Text Example
White with #2D770C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D770C; }
p { color: rgb(45,119,12); }
H1.HeaderClassName
{
color: #2D770C;
}
.AnyTagClassName
{
color: #2D770C;
}
</style>
background-color css
<style>
a { background-color: #2D770C; }
a { background-color: rgb(45,119,12); }
div.DivClassName
{
background-color: #2D770C;
}
.BgClassName
{
background-color: #2D770C;
}
</style>
border-color css
<style>
span { border-color: #2D770C; }
span { border-color: rgb(45,119,12); }
td.TdClassName
{
border-color: #2D770C;
}
.TagClassName
{
border-color: #2D770C;
}
</style>