Shades of Bilbao #2D660A
Tints of Bilbao #2D660A
RGB
CMYK
RGB Variations
Color information
#2D660A (or 0x2D660A) is known color: Bilbao. HEX triplet: 2D, 66 and 0A. RGB value is (45,102,10). Sum of RGB (Red+Green+Blue) = 45+102+10=157 (20% of max value = 765). Red value is 45 (17.97% from 255 or 28.66% from 157); Green value is 102 (40.23% from 255 or 64.97% from 157); Blue value is 10 (4.30% from 255 or 6.37% from 157); Max value from RGB is 102 - color contains mainly: green. Hex color #2D660A is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2D660A is #D299F5. Grayscale: #4A4A4A. Windows color (decimal): -13801974 or 681517. OLE color: 681517.
HSL color Cylindrical-coordinate representation of color #2D660A: hue angle of 97.17º degrees, saturation: 0.82, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #2D660A is Cyan = 0.56, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 45 | 102 | 10 | - |
| CMYK | 0.56 | 0 | 0.90 | 0.6 |
| HSL | 97.17º | 0.82% | 0.22% | - |
| HSV(B) | 97.17º | 0.9% | 0.4% | - |
| XYZ | 5.89 | 10.08 | 1.92 | - |
| YUV | 74.47 | 91.62 | 106.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 102 | 10 | 0.56 | 0 | 0.90 | 0.6 | 97.17 | 0.82 | 0.22 |
| Hex | 2D | 66 | A | 38 | 0 | 5A | 3C | 61 | 52 | 16 |
| Octal | 55 | 146 | 12 | 70 | 0 | 132 | 74 | 141 | 122 | 26 |
| Binary | 101101 | 1100110 | 1010 | 111000 | 0 | 1011010 | 111100 | 1100001 | 1010010 | 10110 |
Color Harmonies of #2D660A
Complementary color
Monochromatic Colors of #2D660A
Black with #2D660A
Text Example
Text Example
White with #2D660A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D660A; }
p { color: rgb(45,102,10); }
H1.HeaderClassName
{
color: #2D660A;
}
.AnyTagClassName
{
color: #2D660A;
}
</style>
background-color css
<style>
a { background-color: #2D660A; }
a { background-color: rgb(45,102,10); }
div.DivClassName
{
background-color: #2D660A;
}
.BgClassName
{
background-color: #2D660A;
}
</style>
border-color css
<style>
span { border-color: #2D660A; }
span { border-color: rgb(45,102,10); }
td.TdClassName
{
border-color: #2D660A;
}
.TagClassName
{
border-color: #2D660A;
}
</style>