Shades of Bilbao #2D680A
Tints of Bilbao #2D680A
RGB
CMYK
RGB Variations
Color information
#2D680A (or 0x2D680A) is known color: Bilbao. HEX triplet: 2D, 68 and 0A. RGB value is (45,104,10). Sum of RGB (Red+Green+Blue) = 45+104+10=159 (21% of max value = 765). Red value is 45 (17.97% from 255 or 28.30% from 159); Green value is 104 (41.02% from 255 or 65.41% from 159); Blue value is 10 (4.30% from 255 or 6.29% from 159); Max value from RGB is 104 - color contains mainly: green. Hex color #2D680A is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2D680A is #D297F5. Grayscale: #4B4B4B. Windows color (decimal): -13801462 or 682029. OLE color: 682029.
HSL color Cylindrical-coordinate representation of color #2D680A: hue angle of 97.66º degrees, saturation: 0.82, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #2D680A is Cyan = 0.57, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 45 | 104 | 10 | - |
| CMYK | 0.57 | 0 | 0.90 | 0.59 |
| HSL | 97.66º | 0.82% | 0.22% | - |
| HSV(B) | 97.66º | 0.9% | 0.41% | - |
| XYZ | 6.09 | 10.48 | 1.99 | - |
| YUV | 75.64 | 90.95 | 106.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 104 | 10 | 0.57 | 0 | 0.90 | 0.59 | 97.66 | 0.82 | 0.22 |
| Hex | 2D | 68 | A | 39 | 0 | 5A | 3B | 62 | 52 | 16 |
| Octal | 55 | 150 | 12 | 71 | 0 | 132 | 73 | 142 | 122 | 26 |
| Binary | 101101 | 1101000 | 1010 | 111001 | 0 | 1011010 | 111011 | 1100010 | 1010010 | 10110 |
Color Harmonies of #2D680A
Complementary color
Monochromatic Colors of #2D680A
Black with #2D680A
Text Example
Text Example
White with #2D680A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D680A; }
p { color: rgb(45,104,10); }
H1.HeaderClassName
{
color: #2D680A;
}
.AnyTagClassName
{
color: #2D680A;
}
</style>
background-color css
<style>
a { background-color: #2D680A; }
a { background-color: rgb(45,104,10); }
div.DivClassName
{
background-color: #2D680A;
}
.BgClassName
{
background-color: #2D680A;
}
</style>
border-color css
<style>
span { border-color: #2D680A; }
span { border-color: rgb(45,104,10); }
td.TdClassName
{
border-color: #2D680A;
}
.TagClassName
{
border-color: #2D680A;
}
</style>