Shades of Bilbao #2D750D
Tints of Bilbao #2D750D
RGB
CMYK
RGB Variations
Color information
#2D750D (or 0x2D750D) is known color: Bilbao. HEX triplet: 2D, 75 and 0D. RGB value is (45,117,13). Sum of RGB (Red+Green+Blue) = 45+117+13=175 (23% of max value = 765). Red value is 45 (17.97% from 255 or 25.71% from 175); Green value is 117 (46.09% from 255 or 66.86% from 175); Blue value is 13 (5.47% from 255 or 7.43% from 175); Max value from RGB is 117 - color contains mainly: green. Hex color #2D750D is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2D750D is #D28AF2. Grayscale: #535353. Windows color (decimal): -13798131 or 881965. OLE color: 881965.
HSL color Cylindrical-coordinate representation of color #2D750D: hue angle of 101.54º 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 #2D750D is Cyan = 0.62, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 45 | 117 | 13 | - |
| CMYK | 0.62 | 0 | 0.89 | 0.54 |
| HSL | 101.54º | 0.8% | 0.25% | - |
| HSV(B) | 101.54º | 0.89% | 0.46% | - |
| XYZ | 7.52 | 13.31 | 2.55 | - |
| YUV | 83.62 | 88.15 | 100.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 117 | 13 | 0.62 | 0 | 0.89 | 0.54 | 101.54 | 0.8 | 0.25 |
| Hex | 2D | 75 | D | 3E | 0 | 59 | 36 | 66 | 50 | 19 |
| Octal | 55 | 165 | 15 | 76 | 0 | 131 | 66 | 146 | 120 | 31 |
| Binary | 101101 | 1110101 | 1101 | 111110 | 0 | 1011001 | 110110 | 1100110 | 1010000 | 11001 |
Color Harmonies of #2D750D
Complementary color
Monochromatic Colors of #2D750D
Black with #2D750D
Text Example
Text Example
White with #2D750D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D750D; }
p { color: rgb(45,117,13); }
H1.HeaderClassName
{
color: #2D750D;
}
.AnyTagClassName
{
color: #2D750D;
}
</style>
background-color css
<style>
a { background-color: #2D750D; }
a { background-color: rgb(45,117,13); }
div.DivClassName
{
background-color: #2D750D;
}
.BgClassName
{
background-color: #2D750D;
}
</style>
border-color css
<style>
span { border-color: #2D750D; }
span { border-color: rgb(45,117,13); }
td.TdClassName
{
border-color: #2D750D;
}
.TagClassName
{
border-color: #2D750D;
}
</style>