Shades of Bilbao #2D770A
Tints of Bilbao #2D770A
RGB
CMYK
RGB Variations
Color information
#2D770A (or 0x2D770A) is known color: Bilbao. HEX triplet: 2D, 77 and 0A. RGB value is (45,119,10). Sum of RGB (Red+Green+Blue) = 45+119+10=174 (23% of max value = 765). Red value is 45 (17.97% from 255 or 25.86% from 174); Green value is 119 (46.88% from 255 or 68.39% from 174); Blue value is 10 (4.30% from 255 or 5.75% from 174); Max value from RGB is 119 - color contains mainly: green. Hex color #2D770A is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2D770A is #D288F5. Grayscale: #545454. Windows color (decimal): -13797622 or 685869. OLE color: 685869.
HSL color Cylindrical-coordinate representation of color #2D770A: hue angle of 100.73º degrees, saturation: 0.84, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #2D770A is Cyan = 0.62, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 45 | 119 | 10 | - |
| CMYK | 0.62 | 0 | 0.92 | 0.53 |
| HSL | 100.73º | 0.84% | 0.25% | - |
| HSV(B) | 100.73º | 0.92% | 0.47% | - |
| XYZ | 7.73 | 13.77 | 2.54 | - |
| YUV | 84.45 | 85.98 | 99.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 119 | 10 | 0.62 | 0 | 0.92 | 0.53 | 100.73 | 0.84 | 0.25 |
| Hex | 2D | 77 | A | 3E | 0 | 5C | 35 | 65 | 54 | 19 |
| Octal | 55 | 167 | 12 | 76 | 0 | 134 | 65 | 145 | 124 | 31 |
| Binary | 101101 | 1110111 | 1010 | 111110 | 0 | 1011100 | 110101 | 1100101 | 1010100 | 11001 |
Color Harmonies of #2D770A
Complementary color
Monochromatic Colors of #2D770A
Black with #2D770A
Text Example
Text Example
White with #2D770A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D770A; }
p { color: rgb(45,119,10); }
H1.HeaderClassName
{
color: #2D770A;
}
.AnyTagClassName
{
color: #2D770A;
}
</style>
background-color css
<style>
a { background-color: #2D770A; }
a { background-color: rgb(45,119,10); }
div.DivClassName
{
background-color: #2D770A;
}
.BgClassName
{
background-color: #2D770A;
}
</style>
border-color css
<style>
span { border-color: #2D770A; }
span { border-color: rgb(45,119,10); }
td.TdClassName
{
border-color: #2D770A;
}
.TagClassName
{
border-color: #2D770A;
}
</style>