Shades of Bilbao #2A750D
Tints of Bilbao #2A750D
RGB
CMYK
RGB Variations
Color information
#2A750D (or 0x2A750D) is known color: Bilbao. HEX triplet: 2A, 75 and 0D. RGB value is (42,117,13). Sum of RGB (Red+Green+Blue) = 42+117+13=172 (22% of max value = 765). Red value is 42 (16.80% from 255 or 24.42% from 172); Green value is 117 (46.09% from 255 or 68.02% from 172); Blue value is 13 (5.47% from 255 or 7.56% from 172); Max value from RGB is 117 - color contains mainly: green. Hex color #2A750D is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2A750D is #D58AF2. Grayscale: #535353. Windows color (decimal): -13994739 or 881962. OLE color: 881962.
HSL color Cylindrical-coordinate representation of color #2A750D: hue angle of 103.27º degrees, saturation: 0.8, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #2A750D is Cyan = 0.64, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 42 | 117 | 13 | - |
| CMYK | 0.64 | 0 | 0.89 | 0.54 |
| HSL | 103.27º | 0.8% | 0.25% | - |
| HSV(B) | 103.27º | 0.89% | 0.46% | - |
| XYZ | 7.39 | 13.24 | 2.55 | - |
| YUV | 82.72 | 88.65 | 98.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 117 | 13 | 0.64 | 0 | 0.89 | 0.54 | 103.27 | 0.8 | 0.25 |
| Hex | 2A | 75 | D | 40 | 0 | 59 | 36 | 67 | 50 | 19 |
| Octal | 52 | 165 | 15 | 100 | 0 | 131 | 66 | 147 | 120 | 31 |
| Binary | 101010 | 1110101 | 1101 | 1000000 | 0 | 1011001 | 110110 | 1100111 | 1010000 | 11001 |
Color Harmonies of #2A750D
Complementary color
Monochromatic Colors of #2A750D
Black with #2A750D
Text Example
Text Example
White with #2A750D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A750D; }
p { color: rgb(42,117,13); }
H1.HeaderClassName
{
color: #2A750D;
}
.AnyTagClassName
{
color: #2A750D;
}
</style>
background-color css
<style>
a { background-color: #2A750D; }
a { background-color: rgb(42,117,13); }
div.DivClassName
{
background-color: #2A750D;
}
.BgClassName
{
background-color: #2A750D;
}
</style>
border-color css
<style>
span { border-color: #2A750D; }
span { border-color: rgb(42,117,13); }
td.TdClassName
{
border-color: #2A750D;
}
.TagClassName
{
border-color: #2A750D;
}
</style>