Shades of Bilbao #2D760A
Tints of Bilbao #2D760A
RGB
CMYK
RGB Variations
Color information
#2D760A (or 0x2D760A) is known color: Bilbao. HEX triplet: 2D, 76 and 0A. RGB value is (45,118,10). Sum of RGB (Red+Green+Blue) = 45+118+10=173 (22% of max value = 765). Red value is 45 (17.97% from 255 or 26.01% from 173); Green value is 118 (46.48% from 255 or 68.21% from 173); Blue value is 10 (4.30% from 255 or 5.78% from 173); Max value from RGB is 118 - color contains mainly: green. Hex color #2D760A is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2D760A is #D289F5. Grayscale: #545454. Windows color (decimal): -13797878 or 685613. OLE color: 685613.
HSL color Cylindrical-coordinate representation of color #2D760A: hue angle of 100.56º degrees, saturation: 0.84, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #2D760A is Cyan = 0.62, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 45 | 118 | 10 | - |
| CMYK | 0.62 | 0 | 0.92 | 0.54 |
| HSL | 100.56º | 0.84% | 0.25% | - |
| HSV(B) | 100.56º | 0.92% | 0.46% | - |
| XYZ | 7.62 | 13.54 | 2.5 | - |
| YUV | 83.86 | 86.32 | 100.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 118 | 10 | 0.62 | 0 | 0.92 | 0.54 | 100.56 | 0.84 | 0.25 |
| Hex | 2D | 76 | A | 3E | 0 | 5C | 36 | 65 | 54 | 19 |
| Octal | 55 | 166 | 12 | 76 | 0 | 134 | 66 | 145 | 124 | 31 |
| Binary | 101101 | 1110110 | 1010 | 111110 | 0 | 1011100 | 110110 | 1100101 | 1010100 | 11001 |
Color Harmonies of #2D760A
Complementary color
Monochromatic Colors of #2D760A
Black with #2D760A
Text Example
Text Example
White with #2D760A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D760A; }
p { color: rgb(45,118,10); }
H1.HeaderClassName
{
color: #2D760A;
}
.AnyTagClassName
{
color: #2D760A;
}
</style>
background-color css
<style>
a { background-color: #2D760A; }
a { background-color: rgb(45,118,10); }
div.DivClassName
{
background-color: #2D760A;
}
.BgClassName
{
background-color: #2D760A;
}
</style>
border-color css
<style>
span { border-color: #2D760A; }
span { border-color: rgb(45,118,10); }
td.TdClassName
{
border-color: #2D760A;
}
.TagClassName
{
border-color: #2D760A;
}
</style>